Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 1 | -109/+0 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 2 | -0/+3 |
2007-10-10 | r3358: Try to put all the basic struct dom_sid manipulation functions in one | Andrew Bartlett | 1 | -0/+57 |
2007-10-10 | r3331: Add string descriptions for a couple more WERROR's | Jelmer Vernooij | 1 | -0/+10 |
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 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 1 | -35/+38 |
2007-10-10 | r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3197: fixed error code mapping for ENOTDIR | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the name | Stefan Metzmacher | 1 | -0/+1 |
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 |