summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | global variable instead.
* 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
| | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters.
* 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
| | | | should in the future only contain some settings required for gensec.
* 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
| | | | | | This fixes bug 4284. metze
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
| | | | Guenther
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
| | | | Guenther
* 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
| | | | make them wrappers around convert_string{,talloc}_convenience().
* 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
| | | | global_loadparm.
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-243-14/+12
| | | | functions.
* 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
| | | | remove some unused functions.
* 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
| | | | | | | By random I don't mean 'nice stream of ASCII chars, but pure random passwords containing invalid UTF16 sequences etc. Andrew Bartlett
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-1/+32
| | | | | | | | | | | | | | | | | | | | | This uses a virtual attribute 'clearTextPassword' (name chosen to match references in MS-SAMR) that contains the length-limited blob containing an allegidly UTF16 password. This ensures we do no validation or filtering of the password before we get a chance to MD4 it. We can then do the required munging into UTF8, and in future implement the rules Microsoft has provided us with for invalid inputs. All layers in the process now deal with the strings as length-limited inputs, incluing the krb5 string2key calls. This commit also includes a small change to samdb_result_passwords() to ensure that LM passwords are not returned to the application logic if LM authentication is disabled. The objectClass module has been modified to allow the clearTextPassword attribute to pass down the stack. Andrew Bartlett
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-1/+1
| | | | Guenther
* idl: more lsa.idl merges.Günther Deschner2008-10-151-1/+1
| | | | Guenther
* 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
| | | | | | | | | | | | metze
| | * 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
| | |