summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv_packet.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-1/+1
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-1/+1
2009-01-07Check size of incoming packets.Simo Sorce1-5/+11
2008-10-09Implement getpwent() supportSimo Sorce1-2/+7
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-15/+15
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-2/+26
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+185