summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r3967: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3960: fix compiler warningsStefan Metzmacher2007-10-101-4/+4
* r3959: fix compiler warningsStefan Metzmacher2007-10-102-8/+8
* r3910: add some error codesStefan Metzmacher2007-10-101-0/+6
* r3906: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3903: better fix for -r 3902Stefan Metzmacher2007-10-101-2/+2
* r3902: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3901: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3900: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r3899: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3898: Work towards local/server DCOM support, start workingJelmer Vernooij2007-10-101-6/+6
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-101-0/+21
* r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell2007-10-101-1/+1
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-1/+1
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-103-17/+29
* r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell2007-10-103-6/+141
* r3827: fixed copyright notices to remove simo and lkcl who have no code left ...Andrew Tridgell2007-10-101-3/+2
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-104-11/+109
* r3821: added client side code and test code for NTTRANS_CREATEAndrew Tridgell2007-10-101-0/+133
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-106-9/+247
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-101-1/+1
* r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSAAndrew Bartlett2007-10-101-0/+77
* r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell2007-10-101-0/+12
* r3786: send a mechListMIC to make the current samba3 client happyStefan Metzmacher2007-10-101-1/+9
* r3770: - fix endless recursion loop in spnego fallback codeStefan Metzmacher2007-10-101-7/+11
* r3751: Some fixes to using enable and disable for subsystems, ext libs and mo...Jelmer Vernooij2007-10-101-0/+2
* r3744: Support building subsystems as a shared library. Modules don't work yet,Jelmer Vernooij2007-10-101-1/+1
* r3740: Convert more files to .mk, fix the buildJelmer Vernooij2007-10-103-23/+20
* r3739: Remove a bunch of unused m4 macrosJelmer Vernooij2007-10-103-14/+13
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-103-12/+3
* r3735: Allow building subsystems as static libraries (.a files). To enableJelmer Vernooij2007-10-101-3/+2
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-104-7/+3
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+1
* r3721: We cracked the NTLM2 puzzle long ago, and set the flags elsewhere.Andrew Bartlett2007-10-101-16/+0
* r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett2007-10-104-15/+19