Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-10-26 | ntlm_auth: Increase debug level if we use config domain name. | Andreas Schneider | 1 | -2/+2 |
2012-10-19 | s3:utils/net: remove unused "net connections" | Stefan Metzmacher | 3 | -284/+0 |
2012-10-19 | s3:net_serverid: remove connections_forall from "net serverid wipedbs" | Gregor Beck | 1 | -28/+3 |
2012-10-19 | s3:net_serverid: remove sessionid_traverse from "net serverid wipedbs" | Gregor Beck | 1 | -23/+0 |
2012-10-19 | s3:net_status_shares: use connections_forall_read for a read only traversal | Gregor Beck | 1 | -3/+2 |
2012-10-19 | s3:smbcontrol: don't do stack_trace by connection but by server_id. | Gregor Beck | 1 | -6/+7 |
2012-10-02 | s3-net: Fix DEBUG() location. | Günther Deschner | 1 | -1/+1 |
2012-10-02 | s3-net: give more control how to update/register DNS entries. | Günther Deschner | 3 | -24/+76 |
2012-10-02 | s3-net: pass down a flags field to DoDNSUpdate(). | Günther Deschner | 2 | -2/+5 |
2012-10-02 | s3-net: move out some prototypes to net_dns.h. | Günther Deschner | 3 | -22/+34 |
2012-10-02 | s3-net: pass down struct net_context to the dns update calls. | Günther Deschner | 1 | -9/+11 |
2012-10-01 | s3: Fix bug 8966, Fix net rpc share allowedusers to work with 2008r2 | Jeremy Allison | 1 | -37/+44 |
2012-09-22 | s3:utils/net fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-09-10 | Call TALLOC_FREE() before we return otherwise we will never free sam_account | Michele Baldessari | 1 | -1/+1 |
2012-09-07 | s3-smbldap: use smbldap_ prefixed functions | Alexander Bokovoy | 1 | -5/+5 |
2012-09-06 | s3-printing: Restrict printing=cups to systems with cups development headers ... | Andrew Bartlett | 1 | -2/+0 |
2012-08-16 | fix printf warning in net connections | Andrew Bartlett | 1 | -2/+2 |
2012-08-16 | s3:utils: remove standalone cclean tool | Gregor Beck | 1 | -305/+0 |
2012-08-16 | s3:net add command "connections cleanup" | Gregor Beck | 3 | -0/+284 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 5 | -8/+32 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 7 | -17/+58 |
2012-08-01 | s3:utils/net_rpc*: make use of cli_get_session_key() | Stefan Metzmacher | 3 | -7/+39 |
2012-07-30 | s3-utils: Add cast to fix error found by -Werror=format | Andrew Bartlett | 1 | -2/+2 |
2012-07-27 | lib/param: Rename "socket address" to "nbt client socket address" to clarify ... | Andrew Bartlett | 1 | -1/+1 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 2 | -0/+2 |
2012-07-19 | Move everything to use the common pidfile functions. | Jeremy Allison | 1 | -1/+2 |
2012-07-19 | Move source4/smbd/pidfile into lib/util in preparation for making it in common. | Jeremy Allison | 1 | -1/+1 |
2012-07-19 | s3-param: Make lp_name_resolve_order() return a list | Andrew Bartlett | 1 | -1/+1 |
2012-07-18 | s3:smbstatus add --fast option | Christian Ambach | 1 | -4/+11 |
2012-07-18 | s3:smbstatus don't check if process exists twice | Christian Ambach | 1 | -4/+0 |
2012-07-18 | s3:smbstatus rename a function to make its purpose more clear | Christian Ambach | 1 | -4/+4 |
2012-07-18 | s3:smbstatus fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 5 | -34/+40 |
2012-07-18 | source3/utils/net_conf.c: fix stackframe leak | Rusty Russell | 1 | -0/+2 |
2012-07-18 | smbpasswd: always free frame. | Rusty Russell | 1 | -4/+4 |
2012-07-12 | s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam() | Michael Adam | 1 | -1/+1 |
2012-07-06 | auth: Common function for retrieving PAC_LOGIN_INFO from PAC | Christof Schmitt | 1 | -26/+2 |
2012-07-03 | auth: Remove .get_challenge (only used for security=server) | Andrew Bartlett | 1 | -13/+0 |
2012-06-29 | s3:cclean avoid segfault in case of ctdb missbehaviour | Gregor Beck | 1 | -3/+8 |
2012-06-29 | s3:cclean: fix memory allocation | Gregor Beck | 1 | -2/+2 |
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 1 | -1/+1 |
2012-06-27 | s3: add a tool "cclean" to cleanup orphaned entries from connections.tdb | Gregor Beck | 1 | -0/+300 |