summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
AgeCommit message (Expand)Author
2007-06-18add comment explaining the use of chmod() over fchmod()Arthur de Jong
2007-06-16change fchmod() into chmod() since fchmod() has undifined behaviour on named ...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-06-01add some comments describing some problems that this code may haveArthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-03-02do chmod on file descriptor instead of on file nameArthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong