summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3-net: Fix Bug #7417. 'net rpc user password' can set the wrong password.Günther Deschner2010-05-171-1/+4
* s3-net_conf: Display an error on net conf import failures.Jim McDonough2010-05-171-0/+4
* s3:make "net conf addshare" atomic by wrapping all writes in one transactionMichael Adam2010-04-011-6/+36
* s3: Add "g_lock_do" as a convenience wrapper function (cherry picked from com...Volker Lendecke2010-04-011-27/+22
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-04-013-0/+223
* s3 ntlm_auth: Don't malloc data that will be talloc_free()dKai Blin2010-03-291-12/+12
* s3-net: fix net after spoolss_EnumPrinterDataEx IDL change.Günther Deschner2010-03-291-9/+2
* s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change.Günther Deschner2010-03-291-24/+6
* s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216Volker Lendecke2010-03-291-1/+1
* s3: net_share.c: fix argc handlingHolger Hetterich2010-03-291-3/+1
* s3-net: fix net ads dns usage calls.Günther Deschner2010-03-011-3/+8
* Fix bug #7069 - smbget does not return an error status after some errorsJeremy Allison2010-02-101-38/+45
* s3: Add --use-ccache to netVolker Lendecke2010-01-264-0/+9
* s3: Fix a bug in net's use of poptVolker Lendecke2010-01-261-1/+1
* s3 net: Fix compile warningsKai Blin2010-01-2524-380/+676
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-2511-57/+57
* s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin2010-01-251-2/+2
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-2525-344/+347
* Fix bug #7036 - net rpc getsid fails in hardened windows environments.Jeremy Allison2010-01-251-1/+7
* s3-net: use generated krb5.conf in 'net ads testjoin'Günther Deschner2010-01-071-0/+4
* s3 net: Add a few missing gettext calls.Kai Blin2010-01-062-6/+6
* s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...Günther Deschner2009-12-211-2/+4
* s3: fix net and rpcclient after setprinterdataex changes.Günther Deschner2009-12-081-2/+11
* Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke2009-12-083-3/+9
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-12-081-0/+1
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-12-081-0/+21
* s3: "net_conf_addshare" only looks at the modeVolker Lendecke2009-12-081-1/+1
* s3: "net_usershare_add" only looks at the mode, device and inodeVolker Lendecke2009-12-081-1/+1
* s3: "net_usershare_add" only looks at the device and inodeVolker Lendecke2009-12-081-2/+1
* s3: "net_usershare_add" only looks at the mode and uidVolker Lendecke2009-12-081-1/+1
* s3: "count_num_usershares" only looks at the modeVolker Lendecke2009-12-081-2/+1
* s3: "info_fn" only looks at the mode and uidVolker Lendecke2009-12-081-1/+1
* s3: "get_share_list" only looks at the mode and uidVolker Lendecke2009-12-081-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-12-082-7/+10
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-12-0812-1/+20
* s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke2009-11-261-10/+23
* ntlm_auth: use data_blob_talloc() to allocate session keyKai Blin2009-11-261-2/+2
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-265-6/+6
* Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke2009-11-2611-261/+176
* s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke2009-11-2611-176/+261
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-261-1/+2
* s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.Günther Deschner2009-11-261-2/+2
* s3-net: better use memory credential cache in net_ads_kerberos_pac().Günther Deschner2009-11-261-1/+1
* s3-net: allow to call "net ads kerberos pac <impersonation principal> -P".Günther Deschner2009-11-261-1/+7
* s3-net: acct_flags are uint32_t in net_sam_set_userflag().Günther Deschner2009-11-261-1/+1
* s3:net: simplify padding to single printf callBjörn Jacke2009-11-261-9/+1
* s3:net simplify padding to single printf callBjörn Jacke2009-11-261-8/+2
* s3:net: fix output of net rpc trustdom listBjörn Jacke2009-11-261-3/+5
* s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff timeMichael Adam2009-11-261-4/+28
* s3-net: fix build warning (missing default in switch).Günther Deschner2009-11-261-0/+4