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