Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 2 | -38/+41 |
2007-10-10 | r3237: - allow for readx calls larger than 64k | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3219: Hi, Andrew B.! | Volker Lendecke | 1 | -0/+2 |
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 | r3190: When we don't have a PAC, do a lookup in the local ldb instead. | Andrew Bartlett | 2 | -30/+57 |
2007-10-10 | r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (but | Andrew Bartlett | 1 | -5/+4 |
2007-10-10 | r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r3128: Return the correct error code for a secrets/kerberos login, but | Andrew Bartlett | 1 | -7/+15 |
2007-10-10 | r3115: Bugfixes and extra debug in our kerberos verify code. | Andrew Bartlett | 2 | -27/+26 |
2007-10-10 | r3110: Fix the krb5 client and server, so that it doesn't segfault. There | Andrew Bartlett | 3 | -49/+49 |
2007-10-10 | r3096: typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3094: import all LDAP error codes from the RFC 2251 | Stefan Metzmacher | 1 | -5/+39 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 2 | -18/+0 |
2007-10-10 | r3079: make code more pretty :-) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3075: Initialise (and check for intialisation) of the private pointer to | Andrew Bartlett | 1 | -2/+4 |
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 | r3017: nicer memory handling for event_context_merge() | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the | Andrew Tridgell | 1 | -12/+14 |
2007-10-10 | r2884: parse LDAP Control messages | Stefan Metzmacher | 1 | -0/+41 |
2007-10-10 | r2883: set BOOL to the internal values not the wire ones | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r2861: encode and decode BindRequest/Response correct | Stefan Metzmacher | 1 | -69/+82 |
2007-10-10 | r2860: add gensec_have_feature() to check what feature are used in the connec... | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r2859: It seems useful to allow the seal/unseal functions in gensec to pass | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 3 | -32/+29 |
2007-10-10 | r2853: add torture test to find the defaultNamingContext on the RootDSE | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r2851: don't destroy the gensec context it's used for sign and seal | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet() | Stefan Metzmacher | 2 | -2/+4 |
2007-10-10 | r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ... | Andrew Tridgell | 1 | -7/+11 |
2007-10-10 | r2750: decode AbandonRequest correct (untested:-) | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r2749: add asn1_read_implicit_Integer() | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r2747: use DATA_BLOB for attribute values | Stefan Metzmacher | 2 | -5/+17 |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 4 | -24/+28 |
2007-10-10 | r2695: revert "Del" renaming | Simo Sorce | 3 | -20/+20 |
2007-10-10 | r2690: deleted by mistake | Simo Sorce | 1 | -0/+3 |
2007-10-10 | r2689: Use consistent naming Del -> Delete | Simo Sorce | 3 | -23/+21 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 4 | -39/+15 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 8 | -24/+32 |
2007-10-10 | r2669: convert make_user_info() and associated functions from malloc to talloc | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2664: fixed the final server leak for normal operation. We now get a clean r... | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r2661: fixed a client side memory leak in the clilist code. | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 5 | -79/+83 |
2007-10-10 | r2655: fixed an error in the shutdown of the sock->transport->session->tree | Andrew Tridgell | 4 | -4/+4 |
2007-10-10 | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 6 | -6/+6 |
2007-10-10 | r2650: fixed a memory leak in make_server_info() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2645: converted the NTLMSSP code to the new style of talloc | Andrew Tridgell | 6 | -103/+64 |