summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..dfffad6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,10 @@
+2002-11-18 nalin
+* src/files-parse.c, src/glibc-parse.c: add glibc-based parsing internally
+* src/passwd.c,src/services.c,src/group.c,src/protocols.c,src/shadow.c: use
+ the new parsing code
+* src/generic.c (setent): return SUCCESS on successful open, not UNAVAIL
+* src/Makefile.am: export only _nss_directories_[sge]*, to export the setent,
+ getent/getby, and endent functions, but not the parsers.
+
+2002-11-18 nalin
+- initial check-in