summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-03-27net_conf: fix non-testmode import function.Michael Adam1-1/+11
2008-03-26net_conf: reformat - re-indent one function call.Michael Adam1-2/+5
2008-03-26net_conf: add casts to avoid compiler warnings.Michael Adam1-6/+6
2008-03-26net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam1-22/+22
2008-03-26net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam1-5/+5
2008-03-26net_conf: fix import function by using the new text backend of smbconf.Michael Adam1-195/+59
2008-03-25Fix usage message for 'net idmap dump'.Karolin Seeger1-1/+1
2008-03-23Fix Coverity ID 479Volker Lendecke1-1/+1
2008-03-23Fix Coverity ID 480Volker Lendecke1-1/+1
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-1/+1
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-1/+1
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam1-4/+4
2008-03-20Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner1-0/+37
2008-03-20No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner1-34/+6
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