summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22s3: winbindd: remove double initializationShaleen Bathla1-1/+1
2020-10-23winbindd/idmap: apply const to struct nss_info_methods pointersStefan Metzmacher1-3/+4
2018-08-13s3:winbind: Fix memory leak in nss_init()Andreas Schneider1-8/+18
2018-07-11winbindd: Remove ads.h include from nss_infoChristof Schmitt1-1/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-01-04winbind: Remove nss_get_info()Volker Lendecke1-26/+0
2012-07-23s3-winbind: Fix idmap initialization debug message.Guenther Deschner1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-03-06s3: Remove unused args from nss_get_infoVolker Lendecke1-1/+0
2011-03-06s3: Remove unused args from get_nss_infoVolker Lendecke1-1/+1
2011-02-27s3: Use strndup in parse_nss_paramVolker Lendecke1-13/+2
2011-02-27s3: properly find our standard nss_info backendsVolker Lendecke1-0/+13
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2009-10-05s3:winbind: Slightly simplify the logic of nss_init(), make it staticVolker Lendecke1-12/+16
2009-10-05s3:winbind: Fix typosVolker Lendecke1-2/+2
2009-10-03s3:winbind: Fix a debug messageVolker Lendecke1-2/+2
2009-08-03Add some const to winbind_userinfoVolker Lendecke1-3/+3
2008-12-01s3:winbindd/nss_info: remove unused variable from nss_init()Michael Adam1-1/+0
2008-12-01s3:winbindd/nss_info: make nss_domain_list_add_domain() staticMichael Adam1-2/+2
2008-12-01s3:winbindd/nss_info: fix default backend handling for ad backends.Michael Adam1-23/+61
2008-12-01s3:winbindd/nss_info: whitespace cleanup.Michael Adam1-35/+33
2008-12-01s3:winbindd/nss_info: add entry debug message to nss_get_info()Michael Adam1-0/+3
2008-12-01s3:winbindd/nss_info: add debugging to nss_init()Michael Adam1-0/+7
2008-12-01s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entryMichael Adam1-2/+2
2008-09-16winbindd: Add support for name aliasing.Gerald (Jerry) Carter1-0/+41
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke1-16/+17
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-17/+16
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+301