summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3-net: make "net eventlog" help output a little more appropriate.Günther Deschner2009-04-291-1/+1
* s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...Günther Deschner2009-04-281-0/+13
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-281-3/+3
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-282-3/+3
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner2009-04-282-2/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-288-23/+23
* s3:net: add --request-timeout optionStefan Metzmacher2009-04-283-0/+4
* s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher2009-04-281-9/+8
* Don't look up local user for remote changes, even when root.Jim McDonough2009-04-281-6/+10
* fix the build of net: dos_errstr is replaced by win_errstr...Michael Adam2009-04-281-1/+1
* In net_conf_import, start a transaction when importing a single share.Martin Schwenke2009-04-281-0/+8
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-282-2/+2
* Remove the so-far unused lua-stuff for the 3.4 releaseVolker Lendecke2009-04-151-7/+0
* s3-net: Fix Bug #5329: add "net rpc service delete/create".Günther Deschner2009-04-151-0/+204
* s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner2009-04-151-52/+2
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-151-4/+2
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-151-4/+4
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-152-12/+10
* s3:net conf: don't store share names as lower case, but as given.Michael Adam2009-04-151-11/+11
* s3:rpc_parse: remove unused init_unistr().Günther Deschner2009-04-151-5/+4
* s3-net: Fix Coverity #861 (UNINIT).Günther Deschner2009-04-151-1/+1
* s3-net: Fix Coverity #898 (UNINIT).Günther Deschner2009-04-151-1/+1
* s3-spoolss: pure comsetics.Günther Deschner2009-04-151-41/+41
* s3-net: Fix Coverity #886 (FORWARD_NULL).Günther Deschner2009-04-151-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-04-1511-86/+86
* s3-smbcontrol: use correct PRINTER_NOTIFY flags.Günther Deschner2009-04-151-3/+3
* spoolss: add my copyright.Günther Deschner2009-04-151-1/+1
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-04-153-24/+24
* s3-net: use rpccli_spoolss_enumprinterdataex.Günther Deschner2009-04-151-24/+44
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-04-154-19/+4
* s3-net: use rpccli_spoolss_enumprinterkey wrapper.Günther Deschner2009-04-151-17/+6
* s3-net: fix net_spoolss_setprinterdataex.Günther Deschner2009-04-151-1/+1
* s3-net: fix net_spoolss_setprinterdata.Günther Deschner2009-04-151-7/+13
* s3-net: use rpccli_spoolss_EnumPrinterData.Günther Deschner2009-04-151-16/+59
* s3-net: temporary disable net_spoolss_setprinterdata.Günther Deschner2009-04-151-1/+4
* s3-net: use rpccli_spoolss_enumprinters wrapper.Günther Deschner2009-04-151-134/+71
* s3-spoolss: remove old leftover driver print functions.Günther Deschner2009-04-151-56/+0
* s3-net: use rpccli_spoolss_enumprinterdrivers wrapper.Günther Deschner2009-04-151-11/+12
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-073-20/+25
* s3-spoolss: use form flags from idl in rpcclient and net.Günther Deschner2009-03-061-1/+1
* s3-net: use new rpccli_spoolss_enumforms wrapper.Günther Deschner2009-03-061-27/+17
* s3:net conf: reduce memory usage of "net conf import".Michael Adam2009-03-041-6/+33
* s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner2009-02-271-10/+10
* s3:net rpc registry: use regsubkey_ctr_init() instead of using talloc directly.Michael Adam2009-02-261-2/+5
* s3:profiles: use regsubkey_ctr_init() instead of using talloc directly.Michael Adam2009-02-261-1/+3
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-262-6/+6
* s3:net: wrap net conf import into one big transactionMichael Adam2009-02-261-6/+27
* s3-spoolss: use is_valid_policy_hnd to check for valid policy handles.Günther Deschner2009-02-251-75/+23
* s3-spoolss: use rpccli_spoolss_addprinterex wrapper.Günther Deschner2009-02-251-1/+8
* s3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter.Günther Deschner2009-02-251-46/+123