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
2011-06-01
s3-param prepare for some lp_ functions to return const
Andrew Bartlett
1
-1
/
+1
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
1
-1
/
+1
2011-05-05
More simple const fixups.
Jeremy Allison
1
-6
/
+6
2011-04-29
s3-libads Move variables into if (socket_wrapper_dir()) where they are used.
Andrew Bartlett
1
-4
/
+4
2011-04-28
s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapper
Andrew Bartlett
1
-1
/
+35
2011-04-28
s3-libads Pass a struct sockaddr_storage to cldap routines
Andrew Bartlett
1
-30
/
+11
2011-04-27
s3-libads Don't start a DEBUG with 'time'
Andrew Bartlett
1
-1
/
+1
2011-04-26
s3-libads Remove KRB5_DNS_HACK
Andrew Bartlett
1
-12
/
+0
2011-04-22
s3: Fix Coverity ID 2336, NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2011-03-10
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
1
-2
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-20
s3-libads call common GUID_from_ndr_blob()
Andrew Bartlett
1
-19
/
+17
2010-09-20
s3-build: only include smbldap.h where needed.
Günther Deschner
1
-0
/
+1
2010-09-15
Fix all sid_parse returns to be checked. Tidy up some checks and error
Jeremy Allison
1
-1
/
+3
2010-09-07
s3/libads: use monotonic clock for ldap connection timeouts
Björn Jacke
1
-1
/
+1
2010-08-05
s3: avoid global include of ads.h.
Günther Deschner
1
-0
/
+1
2010-07-01
s3-libads: only include libds flags where needed.
Günther Deschner
1
-0
/
+1
2010-07-01
s3-libads: move ads_dns out of main includes.
Günther Deschner
1
-0
/
+1
2010-07-01
s3-libads: use shared well known guids.
Günther Deschner
1
-1
/
+1
2010-05-31
s3: only use netlogon/nbt header when needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-22
/
+22
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-3
/
+4
2010-05-06
Remove the copy of ldb from Samba 3.
Jelmer Vernooij
1
-1
/
+0
2010-04-27
s3:libads/ldap.c - fix a build breakage
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-03-02
s3:ads fix dn parsing name was always null
Simo Sorce
1
-19
/
+16
2010-02-23
s3 move the sitename cache in its own file
Simo Sorce
1
-0
/
+1
2010-02-23
s3-libads: Remove obsolete signal type cast.
Andreas Schneider
1
-5
/
+5
2009-12-04
s3: bug #6967: Prevent glibc error on net ads join:
Jim McDonough
1
-1
/
+1
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-12
/
+25
2009-05-31
Fix some nonempty blank lines
Volker Lendecke
1
-60
/
+59
2009-05-28
Add smbldap_pull_sid
Volker Lendecke
1
-13
/
+1
2009-04-23
samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:
Jelmer Vernooij
1
-10
/
+9
2009-04-23
ldb/samba3: Support event context argument to ldb_init().
Jelmer Vernooij
1
-0
/
+3
2009-04-22
Add comment explaining the previous fix.
Jeremy Allison
1
-0
/
+6
2009-04-22
Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...
Jeremy Allison
1
-0
/
+4
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
[next]