|
I stripped all the YP support out of the existing getpwent
and company implementation. The intent is that if YP is to
be supported, it would be supported as a regular module like
everything else, rather than #defines dropped in the middle
of otherwise simple and elegant code. I basically copied
the remaining code into the getpwent-and-friends
implementation for the "files" module. The next step will
be to get the modular architecture to compile and work
properly. Note: I haven't had much time to work on this
lately, as you can tell from this. My classwork is keeping
me too busy to really devote much time to this. Hopefully,
I will be able to pick this up over Christmas and really get
a lot done.
|
- be as efficient as possible
- be correct
- write maintainable code
- support all official login styles
|