summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2009-07-27s3: net ads user info should print primary group as well (bug #2658)Kai Blin1-15/+57
2009-07-25Remove a pointless static fstringVolker Lendecke1-5/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-1/+0
2009-07-22Revert "net: Use samba default command line arguments."Kai Blin11-137/+209
2009-07-18s3: Fix crsh in net usershare listBo Yang1-0/+1
2009-07-15Make gencache more stableVolker Lendecke2-0/+25
2009-07-15Remove gencache_init/shutdownVolker Lendecke1-4/+0
2009-07-15s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...Bo Yang2-5/+5
2009-07-15s3: Fix double free in net usershare.Bo Yang1-28/+4
2009-07-13s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytabStefan Metzmacher1-4/+7
2009-07-09Make escape_ldap_string take a talloc contextVolker Lendecke1-5/+5
2009-07-08s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty1-4/+14
2009-06-28Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2-9/+9
2009-06-19Fix coverity #900. Resource leak.Jeremy Allison1-0/+5
2009-06-19Fix coverity #920. Possible NULL deref.Jeremy Allison1-0/+4
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough1-2/+9
2009-06-17s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...David Markey1-18/+24
2009-06-17s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant".Günther Deschner1-10/+14
2009-06-09net: Only use the in memory ccache when not already using a kerberos ticket i...Kai Blin1-1/+2
2009-06-09s3-net: fix "net ads testjoin".Günther Deschner1-0/+1
2009-06-09Make "net sam [add|del]mem" work for domain groupsVolker Lendecke1-0/+24
2009-06-09Implement "net sam deletedomaingroup"Volker Lendecke1-0/+53
2009-06-08Make "net ads listmem" also work for domain groupsVolker Lendecke1-14/+34
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2-2/+4
2009-06-08Further fix for 6449Volker Lendecke1-1/+1
2009-06-08Fix a valgrind error in "net rap user add"Volker Lendecke1-0/+1
2009-06-08Fix bug 6449Volker Lendecke1-1/+1
2009-06-07Add "net sam createdomaingroup"Volker Lendecke1-0/+36
2009-06-05Fix a couple of warnings in log2pcaphex.cVolker Lendecke1-8/+12
2009-06-05Fix bug 6392: Exit log2pcaphex if a requested output file can't be openedVolker Lendecke1-0/+1
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