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
/
source4
/
libcli
/
ldap
/
ldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-17
s4:libcli/ldap: split out a ldap_decode_attribs_bare() function
Andrew Bartlett
1
-8
/
+18
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-2
/
+3
2008-01-15
util: Move asn1 to lib/util to trim down the number of subsystems.
Jelmer Vernooij
1
-1
/
+1
2007-12-27
r26613: Add a function to write a DATA_BLOB into an LDAPString.
Andrew Bartlett
1
-3
/
+3
2007-12-21
r26192: Handle, test and implement the style of extended_dn requiest that MMC...
Andrew Bartlett
1
-1
/
+12
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-15
/
+15
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23036: error checking on asn1_init() failure
Andrew Tridgell
1
-0
/
+2
2007-10-10
r23030: finally fixed up our asn1 code to use better memory allocation. This
Andrew Tridgell
1
-149
/
+148
2007-10-10
r21806: I've been working over the last week to fix up the LDAP backend for
Andrew Bartlett
1
-29
/
+46
2007-10-10
r21511: this seems to be the nicer fix for the problem with
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r21501: ugly but the windows 2000 mmc deturns decoding error without this
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r18989: Fixes found by these two LDAP testsuites:
Andrew Bartlett
1
-4
/
+21
2007-10-10
r16073: On an incoming wildcard search, it is critical that the size be
Andrew Bartlett
1
-2
/
+2
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14423: don't die on no controls
Andrew Tridgell
1
-1
/
+3
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
1
-4
/
+4
2007-10-10
r13508: some ASN.1 element in LDAP are optional,
Stefan Metzmacher
1
-33
/
+69
2007-10-10
r13344: Trust SASL to have subtle distinctions between NULL and zero-length
Andrew Bartlett
1
-3
/
+17
2007-10-10
r12917: fix decoding of ldap controls
Simo Sorce
1
-1
/
+1
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-17
/
+22
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r11620: switch the ldap client code over to using the generic packet code
Andrew Tridgell
1
-0
/
+8
2007-10-10
r11523: Working towards having Samba3 join Samba4, this allows the SASL
Andrew Bartlett
1
-3
/
+7
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-6
/
+5
2007-10-10
r10213: fixed a memory leak in the ldap client and server code spotted by Karl
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8917: Better support for extended ldap search operations
Simo Sorce
1
-17
/
+49
2007-10-10
r8585: add to ldb and ldap comparison functionality
Simo Sorce
1
-9
/
+96
2007-10-10
r8530: Now our ldap server is able to fullfill present and substring searches
Simo Sorce
1
-36
/
+184
2007-10-10
r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.
Tim Potter
1
-3
/
+3
2007-10-10
r7749: some bug fixes from testing with socket:testnonblock
Andrew Tridgell
1
-2
/
+3
2007-10-10
r7724: added encoding of LDB_OP_NOT search components
Andrew Tridgell
1
-1
/
+6
2007-10-10
r7723: - fix a mismatched asn1 push/pop on bind
Andrew Tridgell
1
-29
/
+26
2007-10-10
r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of
Andrew Tridgell
1
-1
/
+3
2007-10-10
r7626: a new ldap client library. Main features are:
Andrew Tridgell
1
-40
/
+0
2007-10-10
r7598: take advantage of struct data_blob and struct ldb_val being the same
Andrew Tridgell
1
-4
/
+1
2007-10-10
r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted
Andrew Tridgell
1
-6
/
+6
2007-10-10
r7593: simplified the memory management in the ldap code. Having a mem_ctx
Andrew Tridgell
1
-36
/
+36
2007-10-10
r7567: added wire parsing of NOT and extended ldap search requests. This
Andrew Tridgell
1
-37
/
+97
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-32
/
+9
2007-10-10
r7524: make the ldap ASN.1 filter parse code go via a struct
Andrew Tridgell
1
-77
/
+107
2007-10-10
r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use
Andrew Tridgell
1
-375
/
+17
2007-10-10
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6763: added functions in libcli/ldap/ to binary encode some NDR structures into
Andrew Tridgell
1
-1
/
+4
2007-10-10
r6745: - escape spaces in binary ldap blobs
Andrew Tridgell
1
-3
/
+13
2007-10-10
r6726: support binary search elements in ldap_decode()
Andrew Tridgell
1
-6
/
+42
2007-10-10
r6689: minor ldap client library work
Andrew Tridgell
1
-20
/
+59
2007-10-10
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
1
-1
/
+0
[next]