summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-04-04net_rpc_registy: use function print_registry_keyMichael Adam1-5/+2
2008-04-04net_registry: split utility function of common interest out into util module.Michael Adam3-87/+150
2008-04-02Fix "net rpc trustdom establish" for win2k8 trusts.Günther Deschner1-14/+52
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2-3/+3
2008-04-01Fix SRVSVC NetShareInfo level 502 client-side.Günther Deschner1-2/+2
2008-03-29Fix a segfault (an uninitialized variable)Volker Lendecke1-3/+3
2008-03-29Zero initial return_authenticator in net rpc samdump.Günther Deschner1-0/+2
2008-03-28net: add a "net registry" subcommand to locally access the registry.Michael Adam2-0/+531
2008-03-28Fix blob used in pull_netr_AcctLockStr().Günther Deschner1-1/+1
2008-03-27Re-add support for display and vampire of account policies in "net".Günther Deschner1-25/+78
2008-03-27Minor fix for net rpc samdump.Günther Deschner1-4/+5
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