summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison1-2/+0
2009-05-30Make it possible to change machine account sidsSimo Sorce1-40/+171
2009-05-30Remove trailing whitespacesSimo Sorce1-20/+20
2009-05-29s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam1-2/+2
2009-05-29Consolidate create/delete account paths in pdbeditSimo Sorce1-257/+319
2009-05-29Consolidate user create/delete paths in smbpasswdSimo Sorce1-27/+15
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke3-11/+11
2009-05-26s3:dbwrap_tool: add listkeys operationMichael Adam1-2/+45
2009-05-26s3:dbwrap_tool: remove superfluous command mappingMichael Adam1-1/+0
2009-05-26s3:dbwrap_tool: add "erase" opearationMichael Adam1-6/+42
2009-05-25net: Use samba default command line arguments.Kai Blin11-209/+135
2009-05-25source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin1-0/+8
2009-05-22s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang2-1/+57
2009-05-17s3:fix bug #6371, unsuccessful net conf setparm leaves empty shareMichael Adam1-3/+25
2009-05-15Fix bug 6361: Make --rcfile work in smbgetVolker Lendecke1-1/+1
2009-05-15s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.Michael Adam1-0/+247
2009-05-13s3-printing: no need to define struct table_node 4 times.Günther Deschner1-8/+1
2009-05-13s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...Günther Deschner1-1/+1
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison4-12/+12
2009-05-11s3-net: add "net dom renamecomputer" to rename machines in a domain.Günther Deschner1-1/+113
2009-05-07Fix bug 6336: "net groupmap set" segfaultsVolker Lendecke1-2/+4
2009-05-06Make cli_setatr async.Jeremy Allison1-1/+1
2009-05-06Make cli_setattrE async.Jeremy Allison1-1/+1
2009-05-05Make cli_getattrE async.Jeremy Allison1-2/+2
2009-05-03Fix some warnings due to uint16_t!=-1 always being trueVolker Lendecke1-1/+1
2009-05-03Fix a bunch of type-punned warnings -- gd, please fix properly :-)Volker Lendecke1-15/+30
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-4/+4
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison4-41/+34
2009-04-30s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner1-1/+2
2009-04-29s3-net: make "net eventlog" help output a little more appropriate.Günther Deschner1-1/+1
2009-04-28s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...Günther Deschner1-0/+13
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-5/+5
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2-6/+6
2009-04-27s3:net conf: support dangling parameters by specifying "" as the section name.Michael Adam1-12/+30
2009-04-22Make cli_chkpath async.Jeremy Allison1-3/+3
2009-04-21Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison1-2/+2
2009-04-21s3-secdesc: move all winreg access bits to IDL.Günther Deschner1-3/+3
2009-04-21s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2-3/+3
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner2-2/+2
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner8-23/+23
2009-04-20Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij1-1/+1
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner1-2/+2
2009-04-20Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman1-2/+4
2009-04-20Fix to use modified cli_rpc_pipe_open_schannel_with_key APIAndrew Bartlett1-1/+1
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett7-17/+32
2009-04-20Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett1-1/+1
2009-04-17s3:net: add --request-timeout optionStefan Metzmacher3-0/+4
2009-04-17s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher1-9/+8
2009-04-17Merge branch 'master' of /home/jmcd/samba/git.samba.org/samba-master into mym...Jim McDonough1-0/+8
2009-04-16Don't look up local user for remote changes, even when root.Jim McDonough1-6/+10