index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libads
/
ldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-31
1
-60
/
+59
*
Add smbldap_pull_sid
Volker Lendecke
2009-05-28
1
-13
/
+1
*
samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:
Jelmer Vernooij
2009-04-23
1
-10
/
+9
*
ldb/samba3: Support event context argument to ldb_init().
Jelmer Vernooij
2009-04-23
1
-0
/
+3
*
Add comment explaining the previous fix.
Jeremy Allison
2009-04-22
1
-0
/
+6
*
Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...
Jeremy Allison
2009-04-22
1
-0
/
+4
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-8
/
+8
*
s3-libads: avoid NULL talloc context with ads_get_dn().
Günther Deschner
2009-04-07
1
-8
/
+8
*
s3:libads Make ads_get_dn() take a talloc context
Andrew Bartlett
2009-04-06
1
-40
/
+29
*
s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".
Karolin Seeger
2009-02-05
1
-1
/
+1
*
s3: fix bug #6073: prevent ads_connect() from using SSL unless explicitly req...
Michael Adam
2009-01-29
1
-3
/
+5
*
ads_connect: Return immediately on a failed GC connection.
Gerald (Jerry) Carter
2009-01-16
1
-3
/
+14
*
Fix more asprintf errors and error code paths.
Jeremy Allison
2008-12-23
1
-5
/
+9
*
s3:libads/ldap.c: store the dc name in the saf cache as in all other places
Stefan Metzmacher
2008-12-13
1
-3
/
+2
*
s3:libads/ldap.c: if the client belongs to no site at all any dc is the closest
Stefan Metzmacher
2008-12-13
1
-0
/
+5
*
s3:libads/ldap.c: pass the real workgroup name to get_dc_name()
Stefan Metzmacher
2008-12-13
1
-1
/
+10
*
s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case
Stefan Metzmacher
2008-12-13
1
-1
/
+25
*
s3:libads/ldap.c: return an error instead of crashing when no realm is given
Stefan Metzmacher
2008-11-24
1
-4
/
+4
*
Fix extended DN parse error when AD object does not have a SID.
Steven Danneman
2008-11-18
1
-24
/
+38
*
Whitespace and >80 column cleanups.
Steven Danneman
2008-11-18
1
-12
/
+12
*
Use GUID_string rather than smb_uuid_string().
Jelmer Vernooij
2008-10-14
1
-2
/
+2
*
fix build warnings.
Günther Deschner
2008-10-13
1
-1
/
+1
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-2
/
+2
*
Fix an uninitialized variable found by the IBM Checker
Volker Lendecke
2008-10-04
1
-0
/
+1
*
s3-nbt: use the new generated nbt.
Günther Deschner
2008-09-24
1
-1
/
+1
*
libads: remove unused vars.
Günther Deschner
2008-08-20
1
-3
/
+0
*
libads: Add API call to connect to a global catalog server.
Gerald W. Carter
2008-06-27
1
-5
/
+140
*
libads: add ads_connect_user_creds() that won't overwrite given user creds.
Günther Deschner
2008-06-24
1
-0
/
+12
*
libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.
Günther Deschner
2008-06-17
1
-7
/
+29
*
libads: fix logic error in ads_get_kvno().
Günther Deschner
2008-06-17
1
-1
/
+1
*
Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"
Volker Lendecke
2008-06-17
1
-1
/
+0
*
Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails
Volker Lendecke
2008-06-05
1
-0
/
+1
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-20
/
+43
*
libads/cldap: store client sitename also keyed by dns domain name.
Günther Deschner
2008-05-15
1
-0
/
+1
*
Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).
Günther Deschner
2008-05-14
1
-5
/
+5
*
cldap: let ads_cldap_netlogon() return all possible cldap replies.
Günther Deschner
2008-05-09
1
-1
/
+1
*
Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...
Steven Danneman
2008-04-26
1
-2
/
+24
*
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
2008-04-21
1
-4
/
+4
*
cldap: add talloc context to ads_cldap_netlogon().
Günther Deschner
2008-04-21
1
-10
/
+21
*
libads: Use libnbt for CLDAP reply parsing.
Günther Deschner
2008-04-21
1
-12
/
+12
*
Add ads_check_ou_dn().
Günther Deschner
2008-03-28
1
-0
/
+47
*
Fix Coverity ID 487
Volker Lendecke
2008-03-23
1
-0
/
+1
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-1
/
+4
*
str_list_free is not needed anymore
Volker Lendecke
2008-02-04
1
-2
/
+2
*
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
2008-02-04
1
-2
/
+2
*
When running with debug level > 10, dump ads_struct in ads_connect().
Günther Deschner
2008-01-31
1
-9
/
+33
*
Do not ignore provided machine_name in ads_get_upn().
Günther Deschner
2008-01-08
1
-5
/
+5
*
Re-Indent function ldap_open_with_timeout().
Michael Adam
2008-01-04
1
-1
/
+1
*
Add a debug message (when the LDAP server has really been connected).
Michael Adam
2008-01-04
1
-0
/
+1
*
Untangle assignment and result check.
Michael Adam
2008-01-04
1
-3
/
+3
[next]