summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-303-215/+0
| |\
| | * s4:drsblob: fix the buildStefan Metzmacher2008-09-301-28/+0
| | * Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-292-187/+0
| * | Cope with API changes.Jelmer Vernooij2008-09-301-2/+4
| * | Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-305-5/+8
| * | Remove global_loadparm instance.Jelmer Vernooij2008-09-301-4/+6
| * | Explicitly pass on session options to session setup function.Jelmer Vernooij2008-09-301-4/+2
| * | Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-303-6/+12
| |/
* | - make bcast name resolution match other name resolution modules forAndrew Tridgell2008-09-302-2/+8
* | return a more useful error message when no name resolution methods areAndrew Tridgell2008-09-291-0/+4
|/
* s4:libcli/smb2: remove unused headerStefan Metzmacher2008-09-291-1/+0
* LDB ASYNC: misc changesSimo Sorce2008-09-291-1/+1
* we need different error handling for truncated packets in NETPROT andAndrew Tridgell2008-09-241-0/+1
* for use in python we need to use global_loadparmAndrew Tridgell2008-09-241-1/+1
* - SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL for buffer sizeAndrew Tridgell2008-09-241-15/+39
* - use the current dialect first, for servers that only look at theAndrew Tridgell2008-09-241-3/+10
* added the structure for LINK_INFORMATION setfileinfo callAndrew Tridgell2008-09-241-0/+13
* be friendlier in smb2_deltree to some of the SMB2 implementations thatAndrew Tridgell2008-09-241-1/+1
* fixed uninitialised variable bugAndrew Tridgell2008-09-241-0/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptoJelmer Vernooij2008-09-242-9/+13
|\
| * Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-242-9/+13
* | Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-244-4/+4
|/
* s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher2008-09-241-0/+9