Age | Commit message (Expand) | Author | Files | Lines |
2013-03-15 | dbwrap: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -2/+2 |
2013-03-15 | s3-net: Add encoding=<CP> to 'net printing dump'. | Andreas Schneider | 1 | -8/+51 |
2013-03-15 | s3-net: Add encoding=<CP> to 'net printing migrate'. | Andreas Schneider | 1 | -5/+70 |
2013-03-12 | s3: remove some dead code (for setdir command) | Christian Ambach | 1 | -4/+0 |
2013-03-09 | s3-net: Allow setting the ldap password for idmap_rfc2307 | Christof Schmitt | 1 | -2/+4 |
2013-03-06 | net ads join: Add support for specifying the machine account password | Andrew Bartlett | 1 | -0/+11 |
2013-03-06 | Make sure to set umask() before calling mkstemp(). | Andreas Schneider | 2 | -1/+9 |
2013-03-05 | Fix the build: net_serverid.c has 3 wrong format strings for 64bit vars | Guenter Kukkukk | 1 | -5/+7 |
2013-02-22 | smbpasswd: Don't leak memory. | Andreas Schneider | 1 | -0/+1 |
2013-02-22 | smbget: Fix file descriptor leak. | Andreas Schneider | 1 | -0/+3 |
2013-02-22 | s3-net: Don't leak username. | Andreas Schneider | 1 | -1/+2 |
2013-02-19 | s3:utils: make use of samba_tevent_context_init() | Stefan Metzmacher | 6 | -6/+6 |
2013-02-19 | s3:net: new implementation of "servid wipedbs" with smbXsrv_* | Gregor Beck | 1 | -2/+564 |
2013-02-19 | lib/util_tdb: factor out tdb_data_talloc_copy() | Gregor Beck | 1 | -19/+4 |
2013-02-05 | s3:net: reduce indentation in net idmap delete for symmetry and consistency | Michael Adam | 1 | -5/+7 |
2013-02-05 | s3:net: introduce a talloc stackframe for net idmap delete | Michael Adam | 1 | -3/+2 |
2013-02-05 | s3:net_idmap_delete do not lock two records at the same time | Christian Ambach | 1 | -24/+25 |
2013-02-05 | s3:net idmap: use lp_idmap_default_backend() now that we have it. | Michael Adam | 1 | -1/+1 |
2013-02-05 | s3:net idmap: remove call to lp_idmap_backend() - this is useless. | Michael Adam | 1 | -2/+2 |
2013-02-04 | s3: use generate_random_password() instead of generate_random_str() | Stefan Metzmacher | 2 | -5/+7 |
2013-02-01 | s3-net: mention optional impersonation principal for PAC retrieval. | Günther Deschner | 1 | -1/+1 |
2013-01-29 | s3:utils/net remove aclmapset command | Christian Ambach | 1 | -73/+0 |
2013-01-29 | s3:net_idmap_dump support dumping autorid backend | Christian Ambach | 1 | -8/+106 |
2013-01-29 | s3:net_idmap_dump add missing braces | Christian Ambach | 1 | -1/+2 |
2013-01-29 | s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameter | Christian Ambach | 1 | -6/+2 |
2013-01-29 | s3:net_idmap_dump deal with idmap config * : backend config style | Christian Ambach | 1 | -6/+13 |
2013-01-28 | smbcontrol: Fix undefined serverid_traverse_read warning | Volker Lendecke | 1 | -0/+1 |
2013-01-28 | smbcontrol: Fix the build with libunwind | Volker Lendecke | 1 | -1/+1 |
2013-01-17 | spoolss: make spoolss deal with ndr64 AddForm by using proper container object. | Günther Deschner | 1 | -5/+4 |
2013-01-15 | s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBs | Michael Adam | 1 | -12/+45 |
2013-01-02 | s3-net: Fix rpc_service_list_internal() null pointer passing. | Andreas Schneider | 1 | -2/+13 |
2012-12-21 | s3-utils: Check return value of secrets_init(). | Andreas Schneider | 1 | -1/+6 |
2012-12-21 | s3-net: Check return values of push_reg_sz(). | Andreas Schneider | 1 | -4/+22 |
2012-12-12 | s3-utils: Correctly handle getenv() for the later system() call. | Andreas Schneider | 1 | -7/+10 |
2012-12-12 | s3-utils: Cleanup code in wait_replies(). | Andreas Schneider | 1 | -3/+4 |
2012-12-12 | s3-net: Check the return value of strlower_m(). | Andreas Schneider | 1 | -1/+3 |
2012-12-12 | s3-net: Check return value of string_to_sid(). | Andreas Schneider | 1 | -1/+7 |
2012-12-03 | smbget: Use new samba_getpass() function. | Andreas Schneider | 1 | -3/+2 |
2012-12-03 | util: Use new samba_getpass() function for passwd util. | Andreas Schneider | 1 | -1/+8 |
2012-12-03 | ntlm_auth: Use new samba_getpass() function. | Andreas Schneider | 1 | -1/+7 |
2012-12-03 | net: Use samba_getpass() function in net util. | Andreas Schneider | 1 | -3/+7 |
2012-12-03 | net: Use new samba_getpass() function for 'net rpc'. | Andreas Schneider | 1 | -1/+8 |
2012-12-03 | net: Use new samba_getpass() function for 'net ads'. | Andreas Schneider | 1 | -1/+9 |
2012-12-02 | s3:smbcacls: add --query-security-info and --set-security-info options | Stefan Metzmacher | 1 | -10/+55 |
2012-11-30 | s3:util: fix usage of popt_burn_cmdline_password() | Stefan Metzmacher | 2 | -2/+0 |
2012-11-08 | s3fs-client: Burn commandline password of client utils. | Andreas Schneider | 4 | -0/+7 |
2012-11-05 | s3:utils fix a whitespace error | Christian Ambach | 1 | -1/+1 |
2012-10-30 | s3fs-utils: Free the popt context in smbcacls and smbquotas. | Andreas Schneider | 2 | -0/+4 |
2012-10-30 | s3fs-net: Use talloc for memory allocation. | Andreas Schneider | 1 | -1/+1 |
2012-10-29 | BUG 9326: Fix net ads join message for the dns domain. | Andreas Schneider | 1 | -1/+1 |