summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_cmd_getpwent.c
Commit message (Collapse)AuthorAgeFilesLines
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-201-3/+0
|
* r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3)
* r24577: Implement basic getpwent.Kai Blin2007-10-101-0/+129
This one still cheats and only returns one winbindd_pw structure per call. Also, doesn't get a new libnet_UserList yet. (This used to be commit e1b93be1e130692a75a2fc4eb5ca8ee425fe1b82)