summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell2007-10-103-6/+140
* r4361: fix the buildStefan Metzmacher2007-10-101-2/+3
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-102-33/+16
* r4357: Return a more sensible error code if a NULL (as opposed to the validAndrew Bartlett2007-10-101-2/+3
* r4356: Allow anonymous connections to use NTLMSSP. The silly bugs thatAndrew Bartlett2007-10-101-1/+0
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-1010-211/+891
* r4338: reuse netlogon structs in the krb5 PACStefan Metzmacher2007-10-101-105/+19
* r4326: fix memory leakStefan Metzmacher2007-10-101-1/+1
* r4325: add the GENSEC_FEATURE_DCE_STYLE flagStefan Metzmacher2007-10-102-0/+2
* r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell2007-10-104-7/+7
* r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell2007-10-101-1/+1
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-102-2/+61
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-102-10/+170
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-102-4/+4
* r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2007-10-102-18/+106
* r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell2007-10-101-0/+1
* r4202: added smbclient commands "addprivileges" and "delprivileges" forAndrew Tridgell2007-10-101-0/+46
* r4196: - added server side code for lsa_LookupPrivDisplayNameAndrew Tridgell2007-10-101-24/+112
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-101-2/+2
* r4177: add some more error codesStefan Metzmacher2007-10-101-0/+3
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-102-7/+7
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2007-10-102-5/+20
* r4150: - add fns for manipulating the privilege_mask in a security_tokenAndrew Tridgell2007-10-102-6/+33
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-105-34/+111
* r4084: add some more error codesStefan Metzmacher2007-10-101-0/+2
* r4080: missing file from the last commitStefan Metzmacher2007-10-101-1/+1
* r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher2007-10-104-25/+42
* r4077: don't add wrapping to empty blobsStefan Metzmacher2007-10-101-1/+5
* r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell2007-10-103-1/+304
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-108-17/+28
* r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIESAndrew Tridgell2007-10-101-0/+1
* r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILEAndrew Tridgell2007-10-101-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-1014-37/+40
* r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strangeAndrew Tridgell2007-10-101-4/+7
* r4056: modified the access check code based on results from RAW-ACLSAndrew Tridgell2007-10-101-26/+19
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-106-14/+12
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-102-4/+7
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-103-16/+12
* r4045: readd krb5 support defaulted to disableStefan Metzmacher2007-10-106-5/+17
* r4044: only send supportedMech when we also send other dataStefan Metzmacher2007-10-101-5/+8
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-102-1/+3
* r4034: add a function security_descriptor_create() which can be used toAndrew Tridgell2007-10-101-0/+79
* r4025: added a sec_access_check() function for checking security descriptorsAndrew Tridgell2007-10-103-39/+163
* r4015: correct copyright attributionsAndrew Tridgell2007-10-101-3/+2
* r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell2007-10-103-590/+25
* r4001: fix segfault fix auth failedStefan Metzmacher2007-10-101-0/+3
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2007-10-101-1/+1
* r3988: made dom_sid_add_rid() allocate the new sid with proper parent/child t...Andrew Tridgell2007-10-101-3/+5
* r3979: added server side code for lsa_LookupSids2() and fixed authority_nameAndrew Tridgell2007-10-101-0/+26
* r3971: fix compiler warningsStefan Metzmacher2007-10-103-4/+4