summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-272-6/+6
* s3:net conf: support dangling parameters by specifying "" as the section name.Michael Adam2009-04-271-12/+30
* Make cli_chkpath async.Jeremy Allison2009-04-221-3/+3
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-2/+2
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-3/+3
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-212-3/+3
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner2009-04-212-2/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-218-23/+23
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-1/+1
* libgpo: fix the build of gpext plugins.Günther Deschner2009-04-201-2/+2
* Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman2009-04-201-2/+4
* Fix to use modified cli_rpc_pipe_open_schannel_with_key APIAndrew Bartlett2009-04-201-1/+1
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-207-17/+32
|\
| * s3:net: add --request-timeout optionStefan Metzmacher2009-04-173-0/+4
| * s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher2009-04-171-9/+8
| * Merge branch 'master' of /home/jmcd/samba/git.samba.org/samba-master into mym...Jim McDonough2009-04-171-0/+8
| |\
| | * In net_conf_import, start a transaction when importing a single share.Martin Schwenke2009-04-161-0/+8
| * | Don't look up local user for remote changes, even when root.Jim McDonough2009-04-161-6/+10
| |/
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-152-2/+2
* | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-1/+1
* | s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIsAndrew Bartlett2009-04-141-2/+2
* | Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-3/+3
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-144-10/+16
|/
* Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2009-04-142-5/+5
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-143-22/+22
* s3-net: Fix Bug #5329: add "net rpc service delete/create".Günther Deschner2009-04-081-0/+204
* s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner2009-04-081-52/+2
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-4/+2
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-071-4/+4
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-062-12/+10
* Remove a silly checkVolker Lendecke2009-04-051-7/+0
* s3:net conf: don't store share names as lower case, but as given.Michael Adam2009-04-021-11/+11
* s3:rpc_parse: remove unused init_unistr().Günther Deschner2009-03-261-5/+4
* s3-net: Fix Coverity #861 (UNINIT).Günther Deschner2009-03-201-1/+1
* s3-net: Fix Coverity #898 (UNINIT).Günther Deschner2009-03-201-1/+1
* s3-spoolss: pure comsetics.Günther Deschner2009-03-201-41/+41
* s3-net: Fix Coverity #886 (FORWARD_NULL).Günther Deschner2009-03-201-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-1811-86/+86
* s3-smbcontrol: use correct PRINTER_NOTIFY flags.Günther Deschner2009-03-181-3/+3
* spoolss: add my copyright.Günther Deschner2009-03-181-1/+1
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-03-183-24/+24
* s3-net: use rpccli_spoolss_enumprinterdataex.Günther Deschner2009-03-181-24/+44
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-174-19/+4
* s3-net: use rpccli_spoolss_enumprinterkey wrapper.Günther Deschner2009-03-171-17/+6
* s3-net: fix net_spoolss_setprinterdataex.Günther Deschner2009-03-171-1/+1
* s3-net: fix net_spoolss_setprinterdata.Günther Deschner2009-03-171-7/+13
* s3-net: use rpccli_spoolss_EnumPrinterData.Günther Deschner2009-03-171-16/+59
* s3-net: temporary disable net_spoolss_setprinterdata.Günther Deschner2009-03-171-1/+4
* s3-net: use rpccli_spoolss_enumprinters wrapper.Günther Deschner2009-03-131-134/+71
* s3-spoolss: remove old leftover driver print functions.Günther Deschner2009-03-131-56/+0