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
/
source
/
libads
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comment explaining the previous fix.
Jeremy Allison
2009-04-28
1
-0
/
+6
*
Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...
Jeremy Allison
2009-04-28
1
-0
/
+4
*
s3-krb5: Fix Coverity #762 (REVERSE_INULL).
Günther Deschner
2009-03-27
1
-6
/
+6
*
fix build on old Heimdal based systems
Björn Jacke
2009-03-27
1
-5
/
+3
*
Fix bug #6098 - When the DNS server is invalid, the ads_find_dc() does not wo...
Yasuma Takeda
2009-02-16
1
-2
/
+2
*
s3-spoolss: fix memleak in get_remote_printer_publishing_data().
Günther Deschner
2009-02-16
1
-2
/
+8
*
s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".
Karolin Seeger
2009-02-16
1
-1
/
+1
*
fix bug #6073: prevent ads_connect() from using SSL unless explicitly requested
Michael Adam
2009-02-16
1
-3
/
+5
*
ads_connect: Return immediately on a failed GC connection.
Gerald (Jerry) Carter
2009-01-20
1
-3
/
+14
*
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
2009-01-02
1
-9
/
+22
*
Fix more asprintf warnings and some error path errors.
Jeremy Allison
2009-01-02
1
-2
/
+10
*
More asprintf warning fixes.
Jeremy Allison
2009-01-02
3
-8
/
+28
*
More asprintf warning fixes.
Jeremy Allison
2009-01-02
1
-9
/
+18
*
Fix more asprintf errors and error code paths.
Jeremy Allison
2009-01-02
2
-9
/
+31
*
s3:libads/ldap.c: store the dc name in the saf cache as in all other places
Stefan Metzmacher
2008-12-15
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-15
1
-0
/
+5
*
s3:libads/ldap.c: pass the real workgroup name to get_dc_name()
Stefan Metzmacher
2008-12-15
1
-1
/
+10
*
s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case
Stefan Metzmacher
2008-12-15
1
-1
/
+25
*
s3: correctly detect if the current dc is the closest one
Stefan Metzmacher
2008-12-15
1
-1
/
+0
*
Change sockaddr util function names for consistency and to eliminate name con...
Tim Prouty
2008-12-11
1
-3
/
+3
*
s3-net: allow to list a keytab generated using net rpc vampire.
Günther Deschner
2008-12-08
1
-2
/
+5
*
libads/ldap.c: return an error instead of crashing when no realm is given
Stefan Metzmacher
2008-11-26
1
-4
/
+4
*
The IRIX compiler does not like embedded unnamed unions.
Günther Deschner
2008-11-26
1
-1
/
+1
*
s3: fix all mailslot/nbt/cldap callers.
Günther Deschner
2008-11-26
2
-100
/
+21
*
Fix extended DN parse error when AD object does not have a SID.
Steven Danneman
2008-11-19
1
-24
/
+38
*
Whitespace and >80 column cleanups.
Steven Danneman
2008-11-19
1
-12
/
+12
*
Fix an unlikely memleak found by the IBM checker
Volker Lendecke
2008-10-15
1
-0
/
+2
*
Fix an uninitialized variable found by the IBM Checker
Volker Lendecke
2008-10-15
1
-0
/
+1
*
* Allow an admin to define the "uid" attribute for a RFC2307
Gerald (Jerry) Carter
2008-09-21
1
-3
/
+12
*
kerberos: fix indent of enc type lines in generated krb5.conf files.
Günther Deschner
2008-09-08
1
-3
/
+3
*
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
2008-09-01
1
-9
/
+2
*
libads: remove unused vars.
Günther Deschner
2008-08-21
1
-3
/
+0
*
Fix uninitialized variables.
Jeremy Allison
2008-07-30
1
-0
/
+1
*
kerberos: make smb_krb5_kt_add_entry() static.
Günther Deschner
2008-07-18
1
-6
/
+6
*
Revert "Pass NULL to gencache_get when we are not interested in the timeout v...
Volker Lendecke
2008-07-11
1
-1
/
+2
*
Pass NULL to gencache_get when we are not interested in the timeout value
Volker Lendecke
2008-07-03
1
-2
/
+1
*
kerberos: allow to keep entries with old kvno's while creating keytab.
Günther Deschner
2008-06-30
1
-2
/
+4
*
kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.
Günther Deschner
2008-06-30
1
-25
/
+39
*
Return NULL in sitename_fetch() if gencache_init() fails. Not false
Gerald W. Carter
2008-06-28
1
-1
/
+1
*
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_AUTH_USER_CREDS to avoid magic overwriting of usernames.
Günther Deschner
2008-06-24
1
-0
/
+6
*
kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...
Günther Deschner
2008-06-24
2
-7
/
+11
*
libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.
Günther Deschner
2008-06-17
2
-12
/
+34
*
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
*
mailslot: always pull a command 25 type reply.
Günther Deschner
2008-06-05
1
-0
/
+1
*
Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails
Volker Lendecke
2008-06-05
1
-0
/
+1
*
Tiny memory leak
Marc VanHeyningen
2008-05-29
1
-0
/
+2
*
Memory leak fixes from Chere Zhou <czhou@isilon.com>.
Jeremy Allison
2008-05-27
1
-0
/
+4
[next]