Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2883: set BOOL to the internal values not the wire ones | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -19/+25 |
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 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 1 | -16/+23 |
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 | r2520: - finished implementing the server side of the old style search requests | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2516: Remove duplicate line. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r2507: Allow a case-insensitive lookup when converting strings into NTSTATUS | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a string | Andrew Tridgell | 1 | -0/+1 |
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 | r2102: fixed a race condition when handling dos errors that are in our | Andrew Tridgell | 1 | -6/+5 |
2007-10-10 | r2099: Get rid of another private ARCFOUR implementation from the codebase. | Andrew Bartlett | 1 | -12/+30 |
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 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 3 | -11/+11 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 1 | -3/+3 |
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 | r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r1274: revert -r 1239 as discussed with abartlet | Stefan Metzmacher | 1 | -14/+11 |
2007-10-10 | r1268: varient -> variant | Tim Potter | 1 | -1/+1 |
2007-10-10 | r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b... | Stefan Metzmacher | 1 | -11/+14 |
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 | r1129: Remove unused function. | Andrew Bartlett | 1 | -30/+0 |
2007-10-10 | r1061: The start of the SamLogon call for the NETLOGON pipe. | Andrew Bartlett | 1 | -0/+33 |
2007-10-10 | r995: - renamed many of our crypto routines to use the industry standard | Andrew Tridgell | 1 | -29/+40 |
2007-10-10 | r975: slight improvemet to nt_errstr(), still needs to be fixed properly | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 2 | -5/+3 |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 2 | -45/+45 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 2 | -31/+31 |
2007-10-10 | r898: - remove some unused macros | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 5 | -23/+23 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 4 | -7/+7 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 1 | -7/+14 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 2 | -7/+7 |
2007-10-10 | r718: removed some more unused code, and two source files | Andrew Tridgell | 1 | -72/+0 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 2 | -9/+7 |
2007-10-10 | r451: More NTLMSSP work. | Andrew Bartlett | 1 | -52/+10 |