summaryrefslogtreecommitdiff
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
...
* s4:winbind: convert wb_update_rodc_dns_send/recv to tevent_reqStefan Metzmacher2012-08-252-78/+122
* s4:winbind: convert wb_sam_logon_send/recv to tevent_reqStefan Metzmacher2012-08-253-93/+140
* s4:winbind: convert wb_sid2domain to tevent_req internallyStefan Metzmacher2012-08-251-74/+174
* s4 rfc2307 gids mapping fixSergey Urushkin2012-07-221-7/+8
* s4-param: Remove unused "idmap trusted only"Andrew Bartlett2012-07-191-6/+0
* s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett2012-06-201-20/+45
* s4-idmap: Add mapping using uidNumber and gidNumber like idmap_adAndrew Bartlett2012-06-162-2/+123
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-152-3/+6
* s4-libnet Always return after composite_error()Andrew Bartlett2012-04-232-0/+4
* s4:winbind: use ncalrpc for connections to ourselfStefan Metzmacher2012-02-292-7/+38
* s4-winbindd: Do not ask for a tree that we will not useAndrew Bartlett2012-02-291-4/+0
* s4-librpc: Fix NETLOGON credential chain with Windows 2008.Andreas Schneider2011-12-141-2/+2
* idl: Improve MS-PAC IDLSimo Sorce2011-10-242-7/+7
* build: build wbinfo only once in the waf buildAndrew Bartlett2011-10-081-4/+0
* s4 winbind: Don't drop workgroup name for getpw*Kai Blin2011-09-242-2/+16
* s4-winbindd: implement WINBINDD_SIDS_TO_XIDSAndrew Tridgell2011-09-082-1/+97
* s4-winbindd: fixed handling of extra_data in s3 requestsAndrew Tridgell2011-09-081-1/+37
* s4-winbind: added count argument to wb_sids2xids_recv()Andrew Tridgell2011-09-084-4/+7
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+1
* s4-winbind handle all values for server roleAndrew Bartlett2011-07-141-0/+1
* s4:winbind/wb_init_domain: use DCERPC_SCHANNEL_128 in order to work against w...Stefan Metzmacher2011-06-221-1/+1
* s4:winbind/wb_samba3_protocol.c - rework it using concrete enum valuesMatthias Dieter Wallnöfer2011-06-161-3/+27
* s4:winbind/wb_samba3_protocol.c - quiet enum warningMatthias Dieter Wallnöfer2011-06-091-22/+3
* s4-param Remove 'idmap database'Andrew Bartlett2011-06-061-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* source4/winbind: Fix prototypes for all functions.Jelmer Vernooij2011-03-193-0/+7
* s4-waf: move wbinfo buildrule to winbind.Günther Deschner2011-02-171-0/+4
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* pam: share pam errors in a common location.Günther Deschner2011-02-081-1/+1
* s4:winbind/idmap.c - we cannot use "failed" until we are in a transactionMatthias Dieter Wallnöfer2011-01-121-8/+14
* Add some debug in s4's winbind serverMatthieu Patou2011-01-123-2/+3
* s4:libcli/finddc.h - fix header dependanciesMatthias Dieter Wallnöfer2010-12-121-2/+0
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-2/+2
* winbind: Build as shared module.Jelmer Vernooij2010-11-141-2/+3
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-81/+0
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-3/+3
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij2010-10-241-1/+1
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-param Refactor secrets code to not require an event context.Andrew Bartlett2010-10-111-3/+0
* idmap: Add missing dependency on ldbsamba.Jelmer Vernooij2010-10-101-1/+1
* s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett2010-09-174-1/+219
* s4-winbind: fixed two valgrind errorsAndrew Tridgell2010-09-162-2/+2
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-151-1/+1
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-151-1/+1
* s4-winbind: use finddcs_cldap() in winbindAndrew Tridgell2010-09-155-40/+52