summaryrefslogtreecommitdiff
path: root/source4/winbind
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij2-4/+0
2008-04-16Fix struct_based winbind test for 'check machine account'.Andrew Bartlett1-4/+5
2008-04-16Fix wbinfo --trusted-domains.Andrew Bartlett2-5/+9
2008-04-15Fix winbind to check machine account.Andrew Bartlett4-106/+63
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-18/+18
2008-04-14show what type of idmapping has failedAndrew Tridgell1-2/+2
2008-04-11Fixed a crash bug in unixuid module on failed ID mappingAndrew Tridgell2-12/+8
2008-04-02idmap: Also store sid type in the idmap dbKai Blin1-71/+74
2008-04-02wbclient: Add an async winbind client library.Kai Blin2-18/+72
2008-04-02winbind: Bump down the debuglevel.Kai Blin1-2/+2
2008-03-18idmap: Map SIDs to unixids instead of uids/gidsKai Blin9-583/+519
2008-02-28Remove use of global_loadparm.Jelmer Vernooij1-0/+1
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-02-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij9-18/+1160
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-0/+1
2008-02-21idmap: Handle SID->gidKai Blin2-5/+263
2008-02-21idmap: Handle SID->uidKai Blin2-8/+264
2008-02-21idmap: Handle gid->SID mappingKai Blin2-7/+163
2008-02-21idmap: Handle uid->SID mappingKai Blin6-5/+477
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-12/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+1
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-3/+4
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+2
2007-12-21r26435: Remove global_loadparm instance.Jelmer Vernooij1-0/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij2-3/+3
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26333: No more global_loadparm in finddcs.Jelmer Vernooij1-1/+2
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2-6/+12
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-0/+2
2007-12-21r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij1-1/+3
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-1/+1
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij11-22/+30
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-0/+1
2007-12-21r26237: Add loadparm context to the server service interface.Jelmer Vernooij1-0/+1
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij4-8/+10
2007-12-21r26230: Use task-provided loadparm context in a couple more places, avoid loa...Jelmer Vernooij1-4/+4
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-2/+6
2007-10-10r25454: Use standard bool types in a couple more places.Jelmer Vernooij3-4/+4
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2-2/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij10-24/+25
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2-4/+4
2007-10-10r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher8-10/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij10-2/+10
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-2/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-1/+1
2007-10-10r24577: Implement basic getpwent.Kai Blin3-1/+173
2007-10-10r24576: Implement endpwentKai Blin1-0/+7
2007-10-10r24575: Implement setpwentKai Blin4-2/+188