summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_nss.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
| | | | Guenther
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
| | | | Guenther
* More fix to initialize idmap statusesBo Yang2009-03-021-0/+10
|
* idmap rewriteVolker Lendecke2008-08-121-10/+2
| | | | (This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33)
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-4/+4
| | | | | This reverts commit cc77db2acbc35cea58576f1e28c7a760a5e31609. (This used to be commit ed5b516c2027d78011cdaa7cbbc01bb01e766381)
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-4/+4
| | | | (This used to be commit cc77db2acbc35cea58576f1e28c7a760a5e31609)
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-4/+4
| | | | | metze (This used to be commit 5f623f54a919cc687d0ff16c16038c05a501008d)
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-4/+6
| | | | | All callers are replaced by Get_Pwnam_alloc (This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+223
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)