summaryrefslogtreecommitdiffstats
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix Coverity ID 2336, NULL_RETURNSVolker Lendecke2011-04-221-0/+4
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-2/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-libads call common GUID_from_ndr_blob()Andrew Bartlett2010-09-201-19/+17
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-201-0/+1
* Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison2010-09-151-1/+3
* s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke2010-09-071-1/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-011-0/+1
* s3-libads: use shared well known guids.Günther Deschner2010-07-011-1/+1
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-22/+22
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+4
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-1/+0
* s3:libads/ldap.c - fix a build breakageMatthias Dieter Wallnöfer2010-04-271-2/+2
* s3:ads fix dn parsing name was always nullSimo Sorce2010-03-021-19/+16
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1
* s3-libads: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
* s3: bug #6967: Prevent glibc error on net ads join:Jim McDonough2009-12-041-1/+1
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-12/+25
* Fix some nonempty blank linesVolker Lendecke2009-05-311-60/+59
* Add smbldap_pull_sidVolker Lendecke2009-05-281-13/+1
* samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij2009-04-231-10/+9
* ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij2009-04-231-0/+3
* Add comment explaining the previous fix.Jeremy Allison2009-04-221-0/+6
* Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...Jeremy Allison2009-04-221-0/+4
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-8/+8
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-071-8/+8
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-061-40/+29
* s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger2009-02-051-1/+1
* s3: fix bug #6073: prevent ads_connect() from using SSL unless explicitly req...Michael Adam2009-01-291-3/+5
* ads_connect: Return immediately on a failed GC connection.Gerald (Jerry) Carter2009-01-161-3/+14
* Fix more asprintf errors and error code paths.Jeremy Allison2008-12-231-5/+9
* s3:libads/ldap.c: store the dc name in the saf cache as in all other placesStefan Metzmacher2008-12-131-3/+2
* s3:libads/ldap.c: if the client belongs to no site at all any dc is the closestStefan Metzmacher2008-12-131-0/+5
* s3:libads/ldap.c: pass the real workgroup name to get_dc_name()Stefan Metzmacher2008-12-131-1/+10
* s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP caseStefan Metzmacher2008-12-131-1/+25
* s3:libads/ldap.c: return an error instead of crashing when no realm is givenStefan Metzmacher2008-11-241-4/+4
* Fix extended DN parse error when AD object does not have a SID.Steven Danneman2008-11-181-24/+38
* Whitespace and >80 column cleanups.Steven Danneman2008-11-181-12/+12
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-2/+2
* fix build warnings.Günther Deschner2008-10-131-1/+1
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-041-0/+1
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-1/+1
* libads: remove unused vars.Günther Deschner2008-08-201-3/+0
* libads: Add API call to connect to a global catalog server.Gerald W. Carter2008-06-271-5/+140
* libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner2008-06-241-0/+12
* libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner2008-06-171-7/+29