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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the client
Stefan Metzmacher
2007-10-10
1
-0
/
+20
*
r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client
Stefan Metzmacher
2007-10-10
1
-0
/
+20
*
r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control
Stefan Metzmacher
2007-10-10
1
-0
/
+20
*
r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.
Stefan Metzmacher
2007-10-10
1
-0
/
+59
*
r17418: add client support for the LDAP_SERVER_SD_FLAGS control
Stefan Metzmacher
2007-10-10
1
-0
/
+59
*
r17230: don't overwrite the error with NT_STATUS_NO_MEMORY
Stefan Metzmacher
2007-10-10
1
-10
/
+7
*
r17222: Change the function prototypes for the GENSEc and TLS socket creation
Andrew Bartlett
2007-10-10
2
-14
/
+18
*
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
2007-10-10
4
-95
/
+26
*
r16073: On an incoming wildcard search, it is critical that the size be
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
2007-10-10
2
-2
/
+0
*
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
2007-10-10
3
-20
/
+22
*
r15384: Improve naming of socket library, disable Requires(.private)? fields ...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15365: Fix error in my previous commit, caught by metze.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r15358: Fix some compiler warnings / type safety. Found by tcc
Jelmer Vernooij
2007-10-10
1
-2
/
+6
*
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...
Jelmer Vernooij
2007-10-10
1
-2
/
+3
*
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
3
-11
/
+134
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15181: Don't try kerberos sign/seal when in SSL
Simo Sorce
2007-10-10
1
-1
/
+6
*
r14724: Rearrange some source files, install more headers.
Jelmer Vernooij
2007-10-10
2
-2
/
+3
*
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r14511: Install more headers
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r14424: another empty controls case
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r14423: don't die on no controls
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r13609: Get in the initial work on making ldb async
Simo Sorce
2007-10-10
6
-44
/
+73
*
r13508: some ASN.1 element in LDAP are optional,
Stefan Metzmacher
2007-10-10
4
-55
/
+112
*
r13506: zero memory as some ASN.1 elements are optional, and we should initia...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13372: fixes ... still no joy
Simo Sorce
2007-10-10
1
-0
/
+8
*
r13361: initial implementation of the vlv control
Simo Sorce
2007-10-10
1
-1
/
+244
*
r13354: Add tests to check that controls work properly
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13352: Integrate Patch to support the ManageDSAIT control
Simo Sorce
2007-10-10
1
-0
/
+20
*
r13344: Trust SASL to have subtle distinctions between NULL and zero-length
Andrew Bartlett
2007-10-10
1
-3
/
+17
*
r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...
Andrew Bartlett
2007-10-10
1
-13
/
+6
*
r12984: add parse code and ldbsearch cmdline code for
Stefan Metzmacher
2007-10-10
1
-3
/
+23
*
r12977: Some code to implement the client side of the Dirsync control
Simo Sorce
2007-10-10
1
-0
/
+86
*
r12925: implement client side of ASQ control
Simo Sorce
2007-10-10
1
-0
/
+99
*
r12917: fix decoding of ldap controls
Simo Sorce
2007-10-10
1
-1
/
+1
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2007-10-10
9
-25
/
+518
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
5
-6
/
+0
*
r12592: Remove some useless dependencies
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
3
-0
/
+4
*
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
2007-10-10
1
-1
/
+1
[prev]
[next]