summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...David Markey2009-06-171-18/+24
* s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant".Günther Deschner2009-06-171-10/+14
* net: Only use the in memory ccache when not already using a kerberos ticket i...Kai Blin2009-06-091-1/+2
* s3-net: fix "net ads testjoin".Günther Deschner2009-06-091-0/+1
* Make "net sam [add|del]mem" work for domain groupsVolker Lendecke2009-06-091-0/+24
* Implement "net sam deletedomaingroup"Volker Lendecke2009-06-091-0/+53
* Make "net ads listmem" also work for domain groupsVolker Lendecke2009-06-081-14/+34
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-082-2/+4
* Further fix for 6449Volker Lendecke2009-06-081-1/+1
* Fix a valgrind error in "net rap user add"Volker Lendecke2009-06-081-0/+1
* Fix bug 6449Volker Lendecke2009-06-081-1/+1
* Add "net sam createdomaingroup"Volker Lendecke2009-06-071-0/+36
* Fix a couple of warnings in log2pcaphex.cVolker Lendecke2009-06-051-8/+12
* Fix bug 6392: Exit log2pcaphex if a requested output file can't be openedVolker Lendecke2009-06-051-0/+1
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-031-2/+0
* 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