Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23037: actually fix the asn1 memory leak :-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23036: error checking on asn1_init() failure | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r23030: finally fixed up our asn1 code to use better memory allocation. This | Andrew Tridgell | 1 | -27/+34 |
2007-10-10 | r21510: make it possible to push tags with length > 0xFFFFFF | Stefan Metzmacher | 1 | -1/+12 |
2007-10-10 | r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20284: Simplify OID primitive BER parsing. | Simo Sorce | 1 | -63/+83 |
2007-10-10 | r20277: make sure the asn1 structure has a welldefined state after a asn1_free() | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20276: remove unneeded talloc_strdup() | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20259: add function to start a fake tag so that asn1_read_OID_String() | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r20258: add functions to read and write asn1 encoded OID strings without lead... | Stefan Metzmacher | 1 | -17/+58 |
2007-10-10 | r18989: Fixes found by these two LDAP testsuites: | Andrew Bartlett | 1 | -1/+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/+27 |
2007-10-10 | r7941: fixed handling of ASN.1 objects bigger than 64k | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r7749: some bug fixes from testing with socket:testnonblock | Andrew Tridgell | 1 | -4/+8 |
2007-10-10 | r7746: - added TLS support to our ldap server | Andrew Tridgell | 1 | -20/+0 |
2007-10-10 | r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r7566: added support for LDAPString types in the asn.1 library | Andrew Tridgell | 1 | -5/+20 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r5107: moved the horrible ldap socket code, and the even worse | Andrew Tridgell | 1 | -61/+0 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3476: fixed some const warnings | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -38/+39 |
2007-10-10 | r3322: fixed a bunch of warnings in the build, including one case where it wa... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2883: set BOOL to the internal values not the wire ones | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r2749: add asn1_read_implicit_Integer() | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ... | Andrew Bartlett | 1 | -1/+7 |
2007-10-10 | r2347: merge LDAP ASN.1 fixes from trunk | Stefan Metzmacher | 1 | -11/+23 |
2007-10-10 | r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand. | Volker Lendecke | 1 | -11/+2 |
2007-10-10 | r2166: sync the asn1 stuff with trunk | Stefan Metzmacher | 1 | -4/+40 |
2007-10-10 | r2124: merge from trunk (-r 2123): | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r2122: merge from trunk (-r 2120): | Stefan Metzmacher | 1 | -4/+12 |
2007-10-10 | r2037: switched the asn.1 code to use talloc | Andrew Tridgell | 1 | -20/+16 |
2007-10-10 | r1990: Fix breakage caused by the recent talloc changes. (Failure to process | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1856: - move asn1 functions to asn1.c | Stefan Metzmacher | 1 | -0/+24 |
2007-10-10 | r1851: if we try to peek a subtag, check if the parent tag has remaining data | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r1771: OK Let's add tests for ldap. | Simo Sorce | 1 | -2/+0 |
2007-10-10 | r1756: merge volkers ldap client lib to samba4 for simo to start with the | Stefan Metzmacher | 1 | -27/+133 |
2007-10-10 | r1723: Make sure we bail out on error in reading a OID. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1352: Add a 'peek' function to our ASN1 code, so we can safely perform the | Andrew Bartlett | 1 | -0/+22 |
2007-10-10 | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. | Andrew Bartlett | 1 | -11/+24 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -6/+6 |
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+428 |