summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Jeremy Allison2011-02-281-2/+6
* s3-net: Fix Bug #7417. 'net rpc user password' can set the wrong password.Günther Deschner2010-05-111-1/+4
* s3-net_conf: Display an error on net conf import failures.Jim McDonough2010-04-211-0/+3
* 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-111-10/+2
* s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change.Günther Deschner2010-03-111-13/+4
* Fix bug #7036 - net rpc getsid fails in hardened windows environments.Jeremy Allison2010-01-151-1/+7
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-301-0/+1
* s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke2009-11-241-8/+20
* s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff timeMichael Adam2009-10-301-4/+28
* s3-spnego: avoid NULL talloc context in read_spnego_data().Günther Deschner2009-10-201-2/+2
* s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain namesVolker Lendecke2009-10-141-8/+2
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-082-3/+4
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-10-083-1/+4
* s3:smbstatus: Fix bug 6703, allow smbstatus as non-rootVolker Lendecke2009-09-191-11/+13
* s3: Fix crsh in net usershare listBo Yang2009-09-081-0/+1
* make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe2009-08-311-8/+5
* Fix unqualified "net join"Volker Lendecke2009-08-181-4/+1
* s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytabStefan Metzmacher2009-08-051-4/+7
* Don't require "Modify property" perms to unjoin bug #6481) "net ads leave" st...Jim McDonough2009-06-301-2/+9
* Revert "net: Use samba default command line arguments."Kai Blin2009-06-1911-136/+209
* s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...David Markey2009-06-181-27/+37
* s3-net: fix "net ads testjoin".Günther Deschner2009-06-101-0/+1
* Further fix for 6449Volker Lendecke2009-06-081-1/+1
* Fix bug 6449Volker Lendecke2009-06-081-1/+1
* Make it possible to change machine account sidsSimo Sorce2009-06-031-40/+171
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-06-031-27/+15
* s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam2009-06-031-2/+2
* Consolidate create/delete account paths in pdbeditSimo Sorce2009-06-031-257/+319
* Remove a silly checkVolker Lendecke2009-06-031-7/+0
* s3:dbwrap_tool: add listkeys operationMichael Adam2009-05-261-2/+45
* s3:dbwrap_tool: remove superfluous command mappingMichael Adam2009-05-261-1/+0
* s3:dbwrap_tool: add "erase" opearationMichael Adam2009-05-261-6/+42
* net: Use samba default command line arguments.Kai Blin2009-05-2611-209/+135
* source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin2009-05-251-0/+8
* s3:fix bug #6371, unsuccessful net conf setparm leaves empty shareMichael Adam2009-05-171-3/+25
* Fix bug 6361: Make --rcfile work in smbgetVolker Lendecke2009-05-151-1/+1
* s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.Michael Adam2009-05-151-0/+247
* s3-printing: no need to define struct table_node 4 times.Günther Deschner2009-05-131-8/+1
* s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...Günther Deschner2009-05-131-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-114-12/+12
* s3-net: add "net dom renamecomputer" to rename machines in a domain.Günther Deschner2009-05-111-1/+113
* Fix bug 6336: "net groupmap set" segfaultsVolker Lendecke2009-05-071-2/+4
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-04-301-1/+2
* 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-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