summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* smbget: Use new samba_getpass() function.Andreas Schneider2012-12-031-3/+2
* util: Use new samba_getpass() function for passwd util.Andreas Schneider2012-12-031-1/+8
* ntlm_auth: Use new samba_getpass() function.Andreas Schneider2012-12-031-1/+7
* net: Use samba_getpass() function in net util.Andreas Schneider2012-12-031-3/+7
* net: Use new samba_getpass() function for 'net rpc'.Andreas Schneider2012-12-031-1/+8
* net: Use new samba_getpass() function for 'net ads'.Andreas Schneider2012-12-031-1/+9
* s3:smbcacls: add --query-security-info and --set-security-info optionsStefan Metzmacher2012-12-021-10/+55
* s3:util: fix usage of popt_burn_cmdline_password()Stefan Metzmacher2012-11-302-2/+0
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-084-0/+7
* s3:utils fix a whitespace errorChristian Ambach2012-11-051-1/+1
* s3fs-utils: Free the popt context in smbcacls and smbquotas.Andreas Schneider2012-10-302-0/+4
* s3fs-net: Use talloc for memory allocation.Andreas Schneider2012-10-301-1/+1
* BUG 9326: Fix net ads join message for the dns domain.Andreas Schneider2012-10-291-1/+1
* ntlm_auth: Increase debug level if we use config domain name.Andreas Schneider2012-10-261-2/+2
* s3:utils/net: remove unused "net connections"Stefan Metzmacher2012-10-193-284/+0
* s3:net_serverid: remove connections_forall from "net serverid wipedbs"Gregor Beck2012-10-191-28/+3
* s3:net_serverid: remove sessionid_traverse from "net serverid wipedbs"Gregor Beck2012-10-191-23/+0
* s3:net_status_shares: use connections_forall_read for a read only traversalGregor Beck2012-10-191-3/+2
* s3:smbcontrol: don't do stack_trace by connection but by server_id.Gregor Beck2012-10-191-6/+7
* s3-net: Fix DEBUG() location.Günther Deschner2012-10-021-1/+1
* s3-net: give more control how to update/register DNS entries.Günther Deschner2012-10-023-24/+76
* s3-net: pass down a flags field to DoDNSUpdate().Günther Deschner2012-10-022-2/+5
* s3-net: move out some prototypes to net_dns.h.Günther Deschner2012-10-023-22/+34
* s3-net: pass down struct net_context to the dns update calls.Günther Deschner2012-10-021-9/+11
* s3: Fix bug 8966, Fix net rpc share allowedusers to work with 2008r2Jeremy Allison2012-10-011-37/+44
* s3:utils/net fix a compiler warningChristian Ambach2012-09-221-1/+1
* Call TALLOC_FREE() before we return otherwise we will never free sam_accountMichele Baldessari2012-09-101-1/+1
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-5/+5
* s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett2012-09-061-2/+0
* fix printf warning in net connectionsAndrew Bartlett2012-08-161-2/+2
* s3:utils: remove standalone cclean toolGregor Beck2012-08-161-305/+0
* s3:net add command "connections cleanup"Gregor Beck2012-08-163-0/+284
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-095-8/+32
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-097-17/+58
* s3:utils/net_rpc*: make use of cli_get_session_key()Stefan Metzmacher2012-08-013-7/+39
* s3-utils: Add cast to fix error found by -Werror=formatAndrew Bartlett2012-07-301-2/+2
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-242-0/+2
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-1/+2
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-1/+1
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-1/+1
* s3:smbstatus add --fast optionChristian Ambach2012-07-181-4/+11
* s3:smbstatus don't check if process exists twiceChristian Ambach2012-07-181-4/+0
* s3:smbstatus rename a function to make its purpose more clearChristian Ambach2012-07-181-4/+4
* s3:smbstatus fix a compiler warningChristian Ambach2012-07-181-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-185-34/+40
* source3/utils/net_conf.c: fix stackframe leakRusty Russell2012-07-181-0/+2
* smbpasswd: always free frame.Rusty Russell2012-07-181-4/+4
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+2