summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-213-2/+6
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-213-1/+3
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-212-1/+3
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-216-11/+23
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-213-7/+4
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-213-6/+10
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-216-0/+12533
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+12
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-213-6/+7
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r26224: Remove another use of global_loadparm.Jelmer Vernooij2007-12-211-3/+2
* r26223: Move loadparm context up in the stack.Jelmer Vernooij2007-12-214-2/+6
* r26199: Allow constructing new sids, implement __eq__ for sids.Jelmer Vernooij2007-12-212-3/+18
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-213-4/+190
* r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2007-12-212-21/+3
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-214-3/+45
* r26160: Add WERR_NAME_NOT_FOUND.Günther Deschner2007-12-212-0/+2
* r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2007-12-212-6/+2
* r26133: Add some more error codes from wkssvc testing.Günther Deschner2007-12-212-0/+13
* r26100: Also check for SWIG.Jelmer Vernooij2007-12-211-31/+0
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-211-0/+11
* r26076: Remove some SWIG code that is already commonly available.Jelmer Vernooij2007-12-212-33/+4
* r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij2007-12-211-0/+39
* r26060: Add some error codes from remote join api.Günther Deschner2007-12-212-0/+8
* r25924: fix bug in UNIX_INFO2 push code found make make valgrindtestStefan Metzmacher2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-2114-140/+193
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-212-1/+30
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-212-0/+195
* r25897: Add WERR_INVALID_FLAGS.Günther Deschner2007-12-212-0/+2
* r25822: use NDR_CHECK()Stefan Metzmacher2007-12-211-6/+2
* r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS di...Stefan Metzmacher2007-12-211-15/+32
* r25820: but still return the error...Stefan Metzmacher2007-12-213-0/+3
* r25819: make the success case more clearStefan Metzmacher2007-12-213-3/+3
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-73/+174
* r25801: Add security_ace_create() function.Günther Deschner2007-12-211-0/+29
* r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher2007-12-211-13/+15
* r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher2007-12-211-4/+4
* r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner2007-12-211-0/+3
* r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell2007-12-211-1/+3
* r25672: Some more FRS werrors.Günther Deschner2007-12-212-0/+4
* r25669: Real build fix.Günther Deschner2007-12-211-1/+1
* r25668: Hopefully fix the build, sorry...Günther Deschner2007-12-212-3/+4
* r25665: Add some more WERR codes.Günther Deschner2007-12-212-0/+11
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-212-4/+5
* r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner2007-12-211-9/+14
* r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner2007-12-211-29/+1
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+4
* r25604: Add security_descriptor_append() helper function.Günther Deschner2007-12-211-0/+42
* r25578: BOOL -> boolStefan Metzmacher2007-10-101-3/+3