summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Make gencache more stableVolker Lendecke2009-07-152-0/+25
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-4/+0
* s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...Bo Yang2009-07-152-5/+5
* s3: Fix double free in net usershare.Bo Yang2009-07-151-28/+4
* s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytabStefan Metzmacher2009-07-131-4/+7
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-5/+5
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-4/+14
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-282-9/+9
* Fix coverity #900. Resource leak.Jeremy Allison2009-06-191-0/+5
* Fix coverity #920. Possible NULL deref.Jeremy Allison2009-06-191-0/+4
* Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough2009-06-191-2/+9
* 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