summaryrefslogtreecommitdiff
path: root/source4/winbind
AgeCommit message (Expand)AuthorFilesLines
2011-12-14s4-librpc: Fix NETLOGON credential chain with Windows 2008.Andreas Schneider1-2/+2
2011-10-24idl: Improve MS-PAC IDLSimo Sorce2-7/+7
2011-10-08build: build wbinfo only once in the waf buildAndrew Bartlett1-4/+0
2011-09-24s4 winbind: Don't drop workgroup name for getpw*Kai Blin2-2/+16
2011-09-08s4-winbindd: implement WINBINDD_SIDS_TO_XIDSAndrew Tridgell2-1/+97
2011-09-08s4-winbindd: fixed handling of extra_data in s3 requestsAndrew Tridgell1-1/+37
2011-09-08s4-winbind: added count argument to wb_sids2xids_recv()Andrew Tridgell4-4/+7
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-07-14s4-winbind handle all values for server roleAndrew Bartlett1-0/+1
2011-06-22s4:winbind/wb_init_domain: use DCERPC_SCHANNEL_128 in order to work against w...Stefan Metzmacher1-1/+1
2011-06-16s4:winbind/wb_samba3_protocol.c - rework it using concrete enum valuesMatthias Dieter Wallnöfer1-3/+27
2011-06-09s4:winbind/wb_samba3_protocol.c - quiet enum warningMatthias Dieter Wallnöfer1-22/+3
2011-06-06s4-param Remove 'idmap database'Andrew Bartlett1-1/+1
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2011-03-19source4/winbind: Fix prototypes for all functions.Jelmer Vernooij3-0/+7
2011-02-17s4-waf: move wbinfo buildrule to winbind.Günther Deschner1-0/+4
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2011-02-08pam: share pam errors in a common location.Günther Deschner1-1/+1
2011-01-12s4:winbind/idmap.c - we cannot use "failed" until we are in a transactionMatthias Dieter Wallnöfer1-8/+14
2011-01-12Add some debug in s4's winbind serverMatthieu Patou3-2/+3
2010-12-12s4:libcli/finddc.h - fix header dependanciesMatthias Dieter Wallnöfer1-2/+0
2010-11-15s4-server: make server sockets a child of the task contextAndrew Tridgell1-2/+2
2010-11-14winbind: Build as shared module.Jelmer Vernooij1-2/+3
2010-11-07ldbsamba: Lowercase library name.Jelmer Vernooij1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-81/+0
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-3/+3
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-24s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij1-1/+1
2010-10-12libcli/security Use common security.hAndrew Bartlett1-1/+1
2010-10-11s4-param Refactor secrets code to not require an event context.Andrew Bartlett1-3/+0
2010-10-10idmap: Add missing dependency on ldbsamba.Jelmer Vernooij1-1/+1
2010-09-17s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett4-1/+219
2010-09-16s4-winbind: fixed two valgrind errorsAndrew Tridgell2-2/+2
2010-09-15s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell1-1/+1
2010-09-15s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell1-1/+1
2010-09-15s4-winbind: use finddcs_cldap() in winbindAndrew Tridgell5-40/+52
2010-09-15s4-libnet: converted finddcs call to tevent_reqAndrew Tridgell1-10/+10
2010-09-15s4-secrets: fetch secure channel type with domain SIDAndrew Tridgell2-3/+10
2010-08-14s4: remove REMOVE_MAPPING from wb_samba3_protocolMichael Adam1-2/+0
2010-08-14s4: remove SET_MAPPING from wb_samba3_protocolMichael Adam1-2/+0
2010-08-14s4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocolMichael Adam1-2/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell11-38/+38
2010-07-10s4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize the whole bufferStefan Metzmacher1-0/+1
2010-07-10s4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher1-1/+2
2010-07-10s4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher1-1/+2
2010-07-05s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the "winbind...Matthias Dieter Wallnöfer1-8/+10
2010-07-04s4:wb_cmd_list_groups.c - don't crash when we don't get any group at allMatthias Dieter Wallnöfer1-2/+4