summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Make it possible to change machine account sidsSimo Sorce2009-05-301-40/+171
* Remove trailing whitespacesSimo Sorce2009-05-301-20/+20
* s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam2009-05-291-2/+2
* Consolidate create/delete account paths in pdbeditSimo Sorce2009-05-291-257/+319
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-05-291-27/+15
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-263-11/+11
* 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-2511-209/+135
* source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin2009-05-251-0/+8
* s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang2009-05-222-1/+57
* 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
* Make cli_setatr async.Jeremy Allison2009-05-061-1/+1
* Make cli_setattrE async.Jeremy Allison2009-05-061-1/+1
* Make cli_getattrE async.Jeremy Allison2009-05-051-2/+2
* Fix some warnings due to uint16_t!=-1 always being trueVolker Lendecke2009-05-031-1/+1
* Fix a bunch of type-punned warnings -- gd, please fix properly :-)Volker Lendecke2009-05-031-15/+30
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-4/+4
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-304-41/+34
* 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:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-271-5/+5
* 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