summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* Improve debug when SASL search failsAndrew Bartlett2008-11-171-1/+1
* s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-161-1/+1
* s4:libcli/resolve: don't ignore SIGCHLD anymoreStefan Metzmacher2008-11-161-7/+15
* nterrors: add NT_STATUS_DS_BUSY.Günther Deschner2008-11-101-0/+1
* Fix the build.Jelmer Vernooij2008-11-022-4/+7
* Remove unused include of param/param.h.Jelmer Vernooij2008-11-021-1/+0
* Remove use of global_loadparm when comparing nt status error - useJelmer Vernooij2008-11-021-1/+3
* Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij2008-11-021-2/+2
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-5/+9
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-027-4/+14
* Fix the build.Jelmer Vernooij2008-11-021-2/+0
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-029-7/+16
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-025-1/+8
* Use global iconv convenience rather than global loadparm.Jelmer Vernooij2008-11-021-1/+1
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-4/+7
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-7/+7
* Move calls to lp_* higher up in the call stack.Jelmer Vernooij2008-11-011-6/+15
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-017-15/+38
* Fix proto header.Jelmer Vernooij2008-11-011-1/+1
* Fix prototype for attrib_string().Jelmer Vernooij2008-11-012-2/+2
* s4: libcli/security: a NULL DACL allows accessStefan Metzmacher2008-10-281-11/+2
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-2422-22/+0
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-243-7/+6
* Remove a few more usages of global_loadparm.Jelmer Vernooij2008-10-242-4/+3
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-248-7/+23
* Just hardcode workgroup to empty string, to avoid use ofJelmer Vernooij2008-10-241-4/+3
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-243-14/+12
* Fix function parameters.Jelmer Vernooij2008-10-231-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-234-4/+2304
* Fix header file installation.Jelmer Vernooij2008-10-231-1/+1
* Import NTSTATUS defines from Samba 3.Jelmer Vernooij2008-10-231-678/+0
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-237-2908/+2
* Change buffer size back to 256, just to be sure.Jelmer Vernooij2008-10-221-1/+1
* Remove pstring usages.Jelmer Vernooij2008-10-221-2/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-2010-0/+10
* Move SMB-specific attribute function to SMB client library.Jelmer Vernooij2008-10-191-0/+44
* Improve RPC-SAMR tests to check random passwordsAndrew Bartlett2008-10-171-0/+22
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-1/+32
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-1/+1
* idl: more lsa.idl merges.Günther Deschner2008-10-151-1/+1
* Move nmblookup to same location as the rest of the NBT client library.Jelmer Vernooij2008-10-122-604/+0
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-1115-16/+16
* fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-081-6/+6
* Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij2008-10-083-0/+618
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-3013-229/+153
|\
| * Make Sid member variables accessible from Python.Jelmer Vernooij2008-09-303-0/+128