summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell3-1/+304
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher8-17/+28
2007-10-10r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIESAndrew Tridgell1-0/+1
2007-10-10r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILEAndrew Tridgell1-1/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher14-37/+40
2007-10-10r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strangeAndrew Tridgell1-4/+7
2007-10-10r4056: modified the access check code based on results from RAW-ACLSAndrew Tridgell1-26/+19
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell6-14/+12
2007-10-10r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2-4/+7
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell3-16/+12
2007-10-10r4045: readd krb5 support defaulted to disableStefan Metzmacher6-5/+17
2007-10-10r4044: only send supportedMech when we also send other dataStefan Metzmacher1-5/+8
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2-1/+3
2007-10-10r4034: add a function security_descriptor_create() which can be used toAndrew Tridgell1-0/+79
2007-10-10r4025: added a sec_access_check() function for checking security descriptorsAndrew Tridgell3-39/+163
2007-10-10r4015: correct copyright attributionsAndrew Tridgell1-3/+2
2007-10-10r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell3-590/+25
2007-10-10r4001: fix segfault fix auth failedStefan Metzmacher1-0/+3
2007-10-10r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher1-1/+1
2007-10-10r3988: made dom_sid_add_rid() allocate the new sid with proper parent/child t...Andrew Tridgell1-3/+5
2007-10-10r3979: added server side code for lsa_LookupSids2() and fixed authority_nameAndrew Tridgell1-0/+26
2007-10-10r3971: fix compiler warningsStefan Metzmacher3-4/+4
2007-10-10r3967: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3960: fix compiler warningsStefan Metzmacher1-4/+4
2007-10-10r3959: fix compiler warningsStefan Metzmacher2-8/+8
2007-10-10r3910: add some error codesStefan Metzmacher1-0/+6
2007-10-10r3906: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3903: better fix for -r 3902Stefan Metzmacher1-2/+2
2007-10-10r3902: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3901: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3900: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r3899: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3898: Work towards local/server DCOM support, start workingJelmer Vernooij1-6/+6
2007-10-10r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett1-0/+21
2007-10-10r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell1-1/+1
2007-10-10r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell1-1/+1
2007-10-10r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell3-17/+29
2007-10-10r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell3-6/+141
2007-10-10r3827: fixed copyright notices to remove simo and lkcl who have no code left ...Andrew Tridgell1-3/+2
2007-10-10r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell4-11/+109
2007-10-10r3821: added client side code and test code for NTTRANS_CREATEAndrew Tridgell1-0/+133
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher6-9/+247
2007-10-10r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell1-1/+1
2007-10-10r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSAAndrew Bartlett1-0/+77
2007-10-10r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell1-0/+12
2007-10-10r3786: send a mechListMIC to make the current samba3 client happyStefan Metzmacher1-1/+9
2007-10-10r3770: - fix endless recursion loop in spnego fallback codeStefan Metzmacher1-7/+11
2007-10-10r3751: Some fixes to using enable and disable for subsystems, ext libs and mo...Jelmer Vernooij1-0/+2
2007-10-10r3744: Support building subsystems as a shared library. Modules don't work yet,Jelmer Vernooij1-1/+1
2007-10-10r3740: Convert more files to .mk, fix the buildJelmer Vernooij3-23/+20