summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-23samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij1-10/+9
2009-04-23ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij1-0/+3
2009-04-22Add comment explaining the previous fix.Jeremy Allison1-0/+6
2009-04-22Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...Jeremy Allison1-0/+4
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-8/+8
2009-04-07s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner1-8/+8
2009-04-06s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett1-40/+29
2009-02-05s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger1-1/+1
2009-01-29s3: fix bug #6073: prevent ads_connect() from using SSL unless explicitly req...Michael Adam1-3/+5
2009-01-16ads_connect: Return immediately on a failed GC connection.Gerald (Jerry) Carter1-3/+14
2008-12-23Fix more asprintf errors and error code paths.Jeremy Allison1-5/+9
2008-12-13s3:libads/ldap.c: store the dc name in the saf cache as in all other placesStefan Metzmacher1-3/+2
2008-12-13s3:libads/ldap.c: if the client belongs to no site at all any dc is the closestStefan Metzmacher1-0/+5
2008-12-13s3:libads/ldap.c: pass the real workgroup name to get_dc_name()Stefan Metzmacher1-1/+10
2008-12-13s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP caseStefan Metzmacher1-1/+25
2008-11-24s3:libads/ldap.c: return an error instead of crashing when no realm is givenStefan Metzmacher1-4/+4
2008-11-18Fix extended DN parse error when AD object does not have a SID.Steven Danneman1-24/+38
2008-11-18Whitespace and >80 column cleanups.Steven Danneman1-12/+12
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-2/+2
2008-10-13fix build warnings.Günther Deschner1-1/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-10-04Fix an uninitialized variable found by the IBM CheckerVolker Lendecke1-0/+1
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner1-1/+1
2008-08-20libads: remove unused vars.Günther Deschner1-3/+0
2008-06-27libads: Add API call to connect to a global catalog server.Gerald W. Carter1-5/+140
2008-06-24libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner1-0/+12
2008-06-17libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner1-7/+29
2008-06-17libads: fix logic error in ads_get_kvno().Günther Deschner1-1/+1
2008-06-17Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"Volker Lendecke1-1/+0
2008-06-05Fix a memleak in ads_find_dc() in case get_sorted_dc_list() failsVolker Lendecke1-0/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-20/+43
2008-05-15libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner1-0/+1
2008-05-14Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).Günther Deschner1-5/+5
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner1-1/+1
2008-04-26Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman1-2/+24
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-4/+4
2008-04-21cldap: add talloc context to ads_cldap_netlogon().Günther Deschner1-10/+21
2008-04-21libads: Use libnbt for CLDAP reply parsing.Günther Deschner1-12/+12
2008-03-28Add ads_check_ou_dn().Günther Deschner1-0/+47
2008-03-23Fix Coverity ID 487Volker Lendecke1-0/+1
2008-03-17Coverity fixesMarc VanHeyningen1-1/+4
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-2/+2
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-2/+2
2008-01-31When running with debug level > 10, dump ads_struct in ads_connect().Günther Deschner1-9/+33
2008-01-08Do not ignore provided machine_name in ads_get_upn().Günther Deschner1-5/+5
2008-01-04Re-Indent function ldap_open_with_timeout().Michael Adam1-1/+1
2008-01-04Add a debug message (when the LDAP server has really been connected).Michael Adam1-0/+1
2008-01-04Untangle assignment and result check.Michael Adam1-3/+3
2008-01-04Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam1-1/+7
2008-01-04Unindent function header.Michael Adam1-1/+1