summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam2008-03-261-22/+22
* net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam2008-03-261-5/+5
* net_conf: fix import function by using the new text backend of smbconf.Michael Adam2008-03-261-195/+59
* Fix usage message for 'net idmap dump'.Karolin Seeger2008-03-251-1/+1
* Fix Coverity ID 479Volker Lendecke2008-03-231-1/+1
* Fix Coverity ID 480Volker Lendecke2008-03-231-1/+1
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-1/+1
* libsmbconf: add backend specific init function.Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-211-1/+1
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-211-4/+4
* Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner2008-03-201-0/+37
* No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner2008-03-201-34/+6
* ntlm_auth: Improve compliance to the Squid helper protocolKai Blin2008-03-191-31/+44
* Bind Group Policy processing closer to the samba registry.Günther Deschner2008-03-181-37/+157
* testparm: only check for %u und passwd program when passwd program is given.Michael Adam2008-03-181-5/+10
* testparm: correctly check for empty lp_passwd_prog().Michael Adam2008-03-181-1/+3
* testparm: fix irritating indentation.Michael Adam2008-03-181-2/+1
* testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam2008-03-181-1/+0
* Some simplificationsVolker Lendecke2008-03-171-1/+1
* Coverity fixesMarc VanHeyningen2008-03-173-4/+13
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-48/+46
* In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke2008-03-171-2/+2
* Add "net idmap aclmapset"Volker Lendecke2008-03-171-0/+65
* Fix typo.Günther Deschner2008-03-151-1/+1
* The attached patch removes some global variables, and make them local to main().Charles2008-03-111-8/+9
* Use rpccli_srvsvc_NetFileEnum in net and rpcclient.Günther Deschner2008-03-101-19/+27
* Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere.Günther Deschner2008-03-101-182/+119
* Use rpccli_srvsvc_NetShareAdd in net.Günther Deschner2008-03-101-11/+45
* Use rpccli_srvsvc_NetShareGetInfo in 2 places in "net".Günther Deschner2008-03-101-24/+23
* Use rpccli_srvsvc_NetShareEnumAll in smbtree.Günther Deschner2008-03-101-15/+21
* Fix return code.Charles2008-03-091-1/+1
* smbget: Make global variables static.Charles2008-03-091-6/+6
* Use rpccli_srvsvc_NetShareDel in net.Günther Deschner2008-03-071-4/+13
* Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner2008-03-071-2/+2
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-03-0512-1538/+999
|\
| * Move talloc_init to the right place in "net ads join".Günther Deschner2008-03-041-6/+6
| * winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-281-1/+1
| * Remove original copy of now redundant join code.Günther Deschner2008-02-282-717/+0
| * Use libnetapi_get_error_string() in "net dom" commands.Günther Deschner2008-02-281-2/+2
| * Some fixes for net ads join (uninitialized vars).Günther Deschner2008-02-281-9/+8
| * Use libnet_Join() for "net ads join".Günther Deschner2008-02-281-150/+33
| * Nicen error output in net_ads_leave.Günther Deschner2008-02-281-2/+3
| * Re-arrange dns update block during "net ads join" a little.Günther Deschner2008-02-281-20/+22
| * Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-2/+5
| * Use libnet_Unjoin() for "net ads leave".Günther Deschner2008-02-281-47/+37
| * Some cosmetics for net_derive_salting_principal().Günther Deschner2008-02-281-3/+1
| * Add my copyright.Günther Deschner2008-02-276-2/+6
| * Fix some typos.Karolin Seeger2008-02-261-3/+3
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+1