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