summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3352: make smbcli_read() and smbcli_write() work with very small negotiated ...Andrew Tridgell1-3/+2
2007-10-10r3331: Add string descriptions for a couple more WERROR'sJelmer Vernooij1-0/+10
2007-10-10r3323: more warning reductionsAndrew Tridgell1-4/+0
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell7-9/+12
2007-10-10r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell1-10/+0
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2-40/+49
2007-10-10r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison1-2/+11
2007-10-10r3289: Mr. L. and Mr. B.!Stefan Metzmacher2-8/+6
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2-38/+41
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell1-2/+2
2007-10-10r3219: Hi, Andrew B.!Volker Lendecke1-0/+2
2007-10-10r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLEAndrew Tridgell1-0/+1
2007-10-10r3197: fixed error code mapping for ENOTDIRAndrew Tridgell1-1/+1
2007-10-10r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2-30/+57
2007-10-10r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett1-5/+4
2007-10-10r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell1-3/+3
2007-10-10r3128: Return the correct error code for a secrets/kerberos login, butAndrew Bartlett1-7/+15
2007-10-10r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2-27/+26
2007-10-10r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett3-49/+49
2007-10-10r3096: typoStefan Metzmacher1-1/+1
2007-10-10r3094: import all LDAP error codes from the RFC 2251Stefan Metzmacher1-5/+39
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2-18/+0
2007-10-10r3079: make code more pretty :-)Andrew Bartlett1-1/+1
2007-10-10r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett1-2/+4
2007-10-10r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the nameStefan Metzmacher1-0/+1
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-1/+0
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+1
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell1-12/+14
2007-10-10r2884: parse LDAP Control messagesStefan Metzmacher1-0/+41
2007-10-10r2883: set BOOL to the internal values not the wire onesStefan Metzmacher1-1/+7
2007-10-10r2861: encode and decode BindRequest/Response correctStefan Metzmacher1-69/+82
2007-10-10r2860: add gensec_have_feature() to check what feature are used in the connec...Stefan Metzmacher1-0/+15
2007-10-10r2859: It seems useful to allow the seal/unseal functions in gensec to passAndrew Bartlett1-0/+12
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell3-32/+29
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher1-0/+2
2007-10-10r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher1-2/+3
2007-10-10r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2-2/+4
2007-10-10r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...Andrew Tridgell1-7/+11
2007-10-10r2750: decode AbandonRequest correct (untested:-)Stefan Metzmacher1-2/+6
2007-10-10r2749: add asn1_read_implicit_Integer()Stefan Metzmacher1-5/+15
2007-10-10r2747: use DATA_BLOB for attribute valuesStefan Metzmacher2-5/+17
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell4-24/+28
2007-10-10r2695: revert "Del" renamingSimo Sorce3-20/+20
2007-10-10r2690: deleted by mistakeSimo Sorce1-0/+3
2007-10-10r2689: Use consistent naming Del -> DeleteSimo Sorce3-23/+21
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell4-39/+15
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell8-24/+32
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell1-1/+2
2007-10-10r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell1-4/+6
2007-10-10r2661: fixed a client side memory leak in the clilist code.Andrew Tridgell1-3/+3