summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r3237: - allow for readx calls larger than 64kAndrew Tridgell2007-10-101-2/+2
* r3219: Hi, Andrew B.!Volker Lendecke2007-10-101-0/+2
* r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLEAndrew Tridgell2007-10-101-0/+1
* r3197: fixed error code mapping for ENOTDIRAndrew Tridgell2007-10-101-1/+1
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2007-10-102-30/+57
* r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett2007-10-101-5/+4
* r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell2007-10-101-3/+3
* r3128: Return the correct error code for a secrets/kerberos login, butAndrew Bartlett2007-10-101-7/+15
* r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2007-10-102-27/+26
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2007-10-103-49/+49
* r3096: typoStefan Metzmacher2007-10-101-1/+1
* r3094: import all LDAP error codes from the RFC 2251Stefan Metzmacher2007-10-101-5/+39
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-102-18/+0
* r3079: make code more pretty :-)Andrew Bartlett2007-10-101-1/+1
* r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett2007-10-101-2/+4
* r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the nameStefan Metzmacher2007-10-101-0/+1
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-1/+0
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-1/+1
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-101-12/+14
* r2884: parse LDAP Control messagesStefan Metzmacher2007-10-101-0/+41
* r2883: set BOOL to the internal values not the wire onesStefan Metzmacher2007-10-101-1/+7
* r2861: encode and decode BindRequest/Response correctStefan Metzmacher2007-10-101-69/+82
* r2860: add gensec_have_feature() to check what feature are used in the connec...Stefan Metzmacher2007-10-101-0/+15
* r2859: It seems useful to allow the seal/unseal functions in gensec to passAndrew Bartlett2007-10-101-0/+12
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-103-32/+29
* r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher2007-10-101-0/+2
* r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher2007-10-101-2/+3
* r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2007-10-102-2/+4
* r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...Andrew Tridgell2007-10-101-7/+11
* r2750: decode AbandonRequest correct (untested:-)Stefan Metzmacher2007-10-101-2/+6
* r2749: add asn1_read_implicit_Integer()Stefan Metzmacher2007-10-101-5/+15
* r2747: use DATA_BLOB for attribute valuesStefan Metzmacher2007-10-102-5/+17
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-104-24/+28
* r2695: revert "Del" renamingSimo Sorce2007-10-103-20/+20
* r2690: deleted by mistakeSimo Sorce2007-10-101-0/+3
* r2689: Use consistent naming Del -> DeleteSimo Sorce2007-10-103-23/+21
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-104-39/+15
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-108-24/+32
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2007-10-101-1/+2
* r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2007-10-101-4/+6
* r2661: fixed a client side memory leak in the clilist code.Andrew Tridgell2007-10-101-3/+3
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-105-79/+83
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-104-4/+4
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-106-6/+6
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2007-10-101-1/+1
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-101-2/+2
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-2/+3
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-2/+1
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-106-103/+64
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-102-11/+11