summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_nss.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13idmap_nss: Install a messaging filter to reload the configurationSamuel Cabrero1-0/+43
2023-12-13idmap_nss: Add a parameter to use UPNs instead of plain namesSamuel Cabrero1-13/+177
2023-12-13idmap_nss: Increase debug on failuresSamuel Cabrero1-2/+14
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-2/+2
2021-11-15CVE-2020-25727: idmap_nss: verify that the name of the sid belongs to the con...Stefan Metzmacher1-5/+21
2021-03-11idmap_nss: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt1-1/+5
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-2/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2016-01-13idmap: Fix whitespaceVolker Lendecke1-4/+4
2014-11-25s3:winbindd: avoid invalid pointer type warningsStefan Metzmacher1-1/+3
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-2/+1
2011-03-08s3: Use talloc_tos() in idmap_nss_sids_to_unixidsVolker Lendecke1-11/+4
2011-03-08s3: "dom_name" is not needed in idmap_nss_sids_to_unixidsVolker Lendecke1-2/+1
2011-03-08s3: "ctx" is not needed in idmap_nss_unixids_to_sidsVolker Lendecke1-10/+0
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke1-6/+0
2011-02-27s3: Fix a commentVolker Lendecke1-1/+1
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke1-6/+6
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-0/+1
2009-03-02More fix to initialize idmap statusesBo Yang1-0/+10
2008-08-12idmap rewriteVolker Lendecke1-10/+2
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke1-4/+4
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-4/+4
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher1-4/+4
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-4/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+223