summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-03-19ntlm_auth: Improve compliance to the Squid helper protocolKai Blin1-31/+44
2008-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner1-37/+157
2008-03-18testparm: only check for %u und passwd program when passwd program is given.Michael Adam1-5/+10
2008-03-18testparm: correctly check for empty lp_passwd_prog().Michael Adam1-1/+3
2008-03-18testparm: fix irritating indentation.Michael Adam1-2/+1
2008-03-18testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam1-1/+0
2008-03-17Some simplificationsVolker Lendecke1-1/+1
2008-03-17Coverity fixesMarc VanHeyningen3-4/+13
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam1-48/+46
2008-03-17In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke1-2/+2
2008-03-17Add "net idmap aclmapset"Volker Lendecke1-0/+65
2008-03-15Fix typo.Günther Deschner1-1/+1
2008-03-11The attached patch removes some global variables, and make them local to main().Charles1-8/+9
2008-03-10Use rpccli_srvsvc_NetFileEnum in net and rpcclient.Günther Deschner1-19/+27
2008-03-10Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere.Günther Deschner1-182/+119
2008-03-10Use rpccli_srvsvc_NetShareAdd in net.Günther Deschner1-11/+45
2008-03-10Use rpccli_srvsvc_NetShareGetInfo in 2 places in "net".Günther Deschner1-24/+23
2008-03-10Use rpccli_srvsvc_NetShareEnumAll in smbtree.Günther Deschner1-15/+21
2008-03-09Fix return code.Charles1-1/+1
2008-03-09smbget: Make global variables static.Charles1-6/+6
2008-03-07Use rpccli_srvsvc_NetShareDel in net.Günther Deschner1-4/+13
2008-03-07Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner1-2/+2
2008-03-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij12-1538/+999
2008-03-05Fix formatting.Jelmer Vernooij1-3/+2
2008-03-05Add --update option to smbget.Charles1-3/+27
2008-03-04Move talloc_init to the right place in "net ads join".Günther Deschner1-6/+6
2008-02-28winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher1-1/+1
2008-02-28Remove original copy of now redundant join code.Günther Deschner2-717/+0
2008-02-28Use libnetapi_get_error_string() in "net dom" commands.Günther Deschner1-2/+2
2008-02-28Some fixes for net ads join (uninitialized vars).Günther Deschner1-9/+8
2008-02-28Use libnet_Join() for "net ads join".Günther Deschner1-150/+33
2008-02-28Nicen error output in net_ads_leave.Günther Deschner1-2/+3
2008-02-28Re-arrange dns update block during "net ads join" a little.Günther Deschner1-20/+22
2008-02-28Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner1-2/+5
2008-02-28Use libnet_Unjoin() for "net ads leave".Günther Deschner1-47/+37
2008-02-28Some cosmetics for net_derive_salting_principal().Günther Deschner1-3/+1
2008-02-27Add my copyright.Günther Deschner6-2/+6
2008-02-26Fix some typos.Karolin Seeger1-3/+3
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
2008-02-22Fix "used uninitialized" errors.Jeremy Allison1-2/+6
2008-02-19Use rpccli_svcctl_QueryServiceStatus() in net.Günther Deschner1-4/+12
2008-02-19Use rpccli_svcctl_ControlService() in net.Günther Deschner1-3/+6
2008-02-19Use rpccli_svcctl_StartServiceW() in net.Günther Deschner1-2/+7
2008-02-18Use rpccli_svcctl_OpenServiceW() in net.Günther Deschner1-23/+34
2008-02-18Use rpccli_svcctl_OpenSCManagerW() in net.Günther Deschner1-17/+75
2008-02-18Remove whitespace, no code changes.Günther Deschner1-104/+104
2008-02-17Fix some more callers of PAC_DATA.Günther Deschner2-4/+6
2008-02-15Convert "net rpc vampire/samdump" to pidl generated functions.Günther Deschner1-388/+556
2008-02-14Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner1-3/+18
2008-02-14Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner1-14/+19