summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2013-04-29regedit: List values for the selected key.C. Davis3-9/+254
2013-04-29regedit: Print the registry path.C. Davis1-1/+7
2013-04-29regedit: Make all hives browsable.C. Davis1-9/+54
2013-04-29regedit: load the configuration after processing the command lineMichael Adam1-1/+5
2013-04-29regedit: Setup a test tree view of HKLM.C. Davis3-29/+147
2013-04-29regedit: Initial import of treeview codeC. Davis2-0/+337
2013-04-29regedit: First crack at linking to ncurses.C. Davis1-0/+5
2013-04-29regedit: Add regedit main source fileC. Davis1-0/+95
2013-04-29Support s3 local access with the s4 libregistry frameworkC. Davis2-0/+246
2013-04-29s3: Wrap calls to the s3 registry API.C. Davis2-0/+200
2013-04-22s3:utils/dbwrap_tool add exists operationChristian Ambach1-4/+34
2013-04-19s3:smbstatus do not print orphaned share entriesChristian Ambach1-0/+6
2013-04-18s3:net registry check: use tdb_data_string()Gregor Beck1-20/+3
2013-03-15dbwrap: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-15s3-net: Add encoding=<CP> to 'net printing dump'.Andreas Schneider1-8/+51
2013-03-15s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider1-5/+70
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach1-4/+0
2013-03-09s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt1-2/+4
2013-03-06net ads join: Add support for specifying the machine account passwordAndrew Bartlett1-0/+11
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider2-1/+9
2013-03-05Fix the build: net_serverid.c has 3 wrong format strings for 64bit varsGuenter Kukkukk1-5/+7
2013-02-22smbpasswd: Don't leak memory.Andreas Schneider1-0/+1
2013-02-22smbget: Fix file descriptor leak.Andreas Schneider1-0/+3
2013-02-22s3-net: Don't leak username.Andreas Schneider1-1/+2
2013-02-19s3:utils: make use of samba_tevent_context_init()Stefan Metzmacher6-6/+6
2013-02-19s3:net: new implementation of "servid wipedbs" with smbXsrv_*Gregor Beck1-2/+564
2013-02-19lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck1-19/+4
2013-02-05s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam1-5/+7
2013-02-05s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam1-3/+2
2013-02-05s3:net_idmap_delete do not lock two records at the same timeChristian Ambach1-24/+25
2013-02-05s3:net idmap: use lp_idmap_default_backend() now that we have it.Michael Adam1-1/+1
2013-02-05s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam1-2/+2
2013-02-04s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher2-5/+7
2013-02-01s3-net: mention optional impersonation principal for PAC retrieval.Günther Deschner1-1/+1
2013-01-29s3:utils/net remove aclmapset commandChristian Ambach1-73/+0
2013-01-29s3:net_idmap_dump support dumping autorid backendChristian Ambach1-8/+106
2013-01-29s3:net_idmap_dump add missing bracesChristian Ambach1-1/+2
2013-01-29s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameterChristian Ambach1-6/+2
2013-01-29s3:net_idmap_dump deal with idmap config * : backend config styleChristian Ambach1-6/+13
2013-01-28smbcontrol: Fix undefined serverid_traverse_read warningVolker Lendecke1-0/+1
2013-01-28smbcontrol: Fix the build with libunwindVolker Lendecke1-1/+1
2013-01-17spoolss: make spoolss deal with ndr64 AddForm by using proper container object.Günther Deschner1-5/+4
2013-01-15s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBsMichael Adam1-12/+45
2013-01-02s3-net: Fix rpc_service_list_internal() null pointer passing.Andreas Schneider1-2/+13
2012-12-21s3-utils: Check return value of secrets_init().Andreas Schneider1-1/+6
2012-12-21s3-net: Check return values of push_reg_sz().Andreas Schneider1-4/+22
2012-12-12s3-utils: Correctly handle getenv() for the later system() call.Andreas Schneider1-7/+10
2012-12-12s3-utils: Cleanup code in wait_replies().Andreas Schneider1-3/+4
2012-12-12s3-net: Check the return value of strlower_m().Andreas Schneider1-1/+3
2012-12-12s3-net: Check return value of string_to_sid().Andreas Schneider1-1/+7