summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-28s3:smbcontrol: use lp_load_global(): smbcontrol does not need to load the sharesMichael Adam1-1/+1
2011-07-28s3:smbcacls: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:pdbedit: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:ntlm_auth: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:nmblookup: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:net: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:eventlogadm: use lp_load_global()Michael Adam1-2/+2
2011-07-28s3:dbwrap_torture: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:dbwrap_tool: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:smbtorture: use the lp_load_global() wrapper of lp_load()Michael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global() in the strstr testMichael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global in the strcmp testMichael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global() in the push_ucs2 testMichael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global() in the msgtestMichael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global() in the masktestMichael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global() in locktest2Michael Adam1-1/+1
2011-07-28s3:torture: use lp_load_global() in the locktestMichael Adam1-1/+1
2011-07-28s3:rpcclient: use the lp_load_global() wrapper of lp_load()Michael Adam1-1/+1
2011-07-28s3:nmbd: use the lp_load_global() wrapper of lp_load()Michael Adam1-1/+1
2011-07-28s3:libnet_join: use lp_load_global() wrapper of lp_load()Michael Adam1-2/+2
2011-07-28s3:libsmbconf: use lp_load_global() in the testsuiteMichael Adam1-6/+1
2011-07-28s3:libnetapi: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:loadparm: make lp_set_in_client() static - only used in wrappers in loadpa...Michael Adam2-2/+1
2011-07-28s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam4-4/+1
2011-07-28s3:libsmb: use lp_load_client() and lp_load_client_no_reinit() in libsmb_contextMichael Adam1-5/+3
2011-07-28s3:loadparm: add wrapper lp_load_client_no_reinit()Michael Adam2-0/+11
2011-07-28s3:loadparm: add wrapper lp_load_globals_no_reinit()Michael Adam2-0/+17
2011-07-28s3:libsmb: fix a call to lp_load to reinit the globals in any caseMichael Adam1-1/+1
2011-07-28s3:smbspool: use lp_load_client()Michael Adam2-4/+2
2011-07-28s3:smbclient: use lp_load_client()Michael Adam1-3/+1
2011-07-28s3:loadparm: make lp_is_in_client() static - only used inside loadparmMichael Adam2-2/+1
2011-07-28s3:loadparm: add lp_load_client() that also sets the client state internallyMichael Adam2-0/+11
2011-07-28s3:loadparm: add a convenience wrapper lp_load_global()Michael Adam2-0/+15
2011-07-28s3:loadparm: rename parameter "allow_registry_shares" to "load_all_shares"Michael Adam1-6/+6
2011-07-28samba-tool: ensure prompting of passwords is in the right orderAndrew Tridgell1-1/+3
2011-07-28samba-tool: Added gpo fetch command implementation using python smb module.Amitay Isaacs1-0/+94
2011-07-28samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)Amitay Isaacs1-78/+124
2011-07-28s4-libcli: Initialize stack structure variables to zero.Amitay Isaacs1-14/+45
2011-07-28tests-blackbox: Revert the test to use user-level change password commandAmitay Isaacs1-1/+1
2011-07-28test-blackbox: use python version of change password commandAmitay Isaacs1-7/+7
2011-07-28test-blackbox: Rearrange arguments for samba-tool user setpassword commandAmitay Isaacs1-1/+1
2011-07-28test-blackbox: Remove 'domain\' from username for samba-tool user setpasswordAmitay Isaacs1-2/+2
2011-07-28test-blackbox: Rearrange the arguments in required order for samba-tool timeAmitay Isaacs1-1/+1
2011-07-28samba-tool: Add user password command to change user's own passwordAmitay Isaacs1-0/+33
2011-07-28s4-libnet: py_net Add change_password() python commandAmitay Isaacs1-0/+53
2011-07-28s4-libnet: py_net - Remove parsing for credentials argumentAmitay Isaacs1-5/+6
2011-07-28samba-tool: Python routine to find writable/ldap-capable DCAmitay Isaacs1-0/+13
2011-07-28s4-libcli: Added python interface for file I/O using SMBAmitay Isaacs2-0/+393
2011-07-28samba-tool: For samba-tool-c, help lists commands implemented only in CAmitay Isaacs1-1/+1
2011-07-28s4-param: Fix object names for python objects PyLoadparm and PyLoadparmContextAmitay Isaacs1-2/+2