index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
ldap
/
ldap_client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18256: use the right status variable
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r18024: The %c sscanf format I'm using doesn't null terminate.
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r18021: Add ldapi support to our LDAP client. To be used for testing an
Andrew Bartlett
2007-10-10
1
-34
/
+93
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17222: Change the function prototypes for the GENSEc and TLS socket creation
Andrew Bartlett
2007-10-10
1
-5
/
+6
*
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
2007-10-10
1
-85
/
+9
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
2007-10-10
1
-18
/
+21
*
r15288: fix some problems
Simo Sorce
2007-10-10
1
-3
/
+3
*
r15241: Add helper function to set reconnect status defaults
Simo Sorce
2007-10-10
1
-0
/
+11
*
r15238: Add some code to automatically reconnect if we want to.
Simo Sorce
2007-10-10
1
-10
/
+68
*
r13609: Get in the initial work on making ldb async
Simo Sorce
2007-10-10
1
-17
/
+17
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2007-10-10
1
-0
/
+1
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-2
/
+0
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r11620: switch the ldap client code over to using the generic packet code
Andrew Tridgell
2007-10-10
1
-167
/
+119
*
r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in
Volker Lendecke
2007-10-10
1
-12
/
+5
*
r11274: Start a connection attempt to the DC's port 389. To do this properly,...
Volker Lendecke
2007-10-10
1
-18
/
+79
*
r11114: - fixed error handling on bad bind in ildap client
Andrew Tridgell
2007-10-10
1
-1
/
+62
*
r10213: fixed a memory leak in the ldap client and server code spotted by Karl
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8523: match a zero message id in ldap replies to the last request sent. Than...
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r7810: don't give errors when the ldap server sends us reference replies
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r7770: added ldaps support to our ldap client library
Andrew Tridgell
2007-10-10
1
-8
/
+17
*
r7747: - simplified the ldap server buffer handling
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7725: fixed a bug with partial asn1 frames in the ldap client
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7722: when we get a zero read, the connection is dead
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r7716: a single wrapped ldap blob can contain multiple ldap messages
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r7715: ensure we don't print null strings in ldap_errstr()
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r7665: - added a ildap_*() interface to our internal ldap library. This
Andrew Tridgell
2007-10-10
1
-0
/
+25
*
r7626: a new ldap client library. Main features are:
Andrew Tridgell
2007-10-10
1
-856
/
+419
*
r7593: simplified the memory management in the ldap code. Having a mem_ctx
Andrew Tridgell
2007-10-10
1
-23
/
+11
*
r6732: - move sasl send recv code to the ldap lib
Stefan Metzmacher
2007-10-10
1
-1
/
+130
*
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
2007-10-10
1
-20
/
+7
*
r5308: trimmed back a lot of the old macros from smb_macros.h
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r5305: removed libcli/ldap/ldap.h from includes.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5107: moved the horrible ldap socket code, and the even worse
Andrew Tridgell
2007-10-10
1
-0
/
+240
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4460: Add a new GENSEC module: gensec_gssapi
Andrew Bartlett
2007-10-10
1
-3
/
+7
*
r4386: Grr, fix copy-and-paste bug.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r4385: Set the correct target service.
Andrew Bartlett
2007-10-10
1
-0
/
+7
*
r4079: implement the gensec_have_feature() correctly by asking
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r3583: - seperate the ldap client code and the ldap parsing code
Stefan Metzmacher
2007-10-10
1
-0
/
+690