index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
spoolss: make spoolss deal with ndr64 AddForm by using proper container object.
Günther Deschner
2013-01-17
1
-5
/
+4
*
s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBs
Michael Adam
2013-01-15
1
-12
/
+45
*
s3-net: Fix rpc_service_list_internal() null pointer passing.
Andreas Schneider
2013-01-02
1
-2
/
+13
*
s3-utils: Check return value of secrets_init().
Andreas Schneider
2012-12-21
1
-1
/
+6
*
s3-net: Check return values of push_reg_sz().
Andreas Schneider
2012-12-21
1
-4
/
+22
*
s3-utils: Correctly handle getenv() for the later system() call.
Andreas Schneider
2012-12-12
1
-7
/
+10
*
s3-utils: Cleanup code in wait_replies().
Andreas Schneider
2012-12-12
1
-3
/
+4
*
s3-net: Check the return value of strlower_m().
Andreas Schneider
2012-12-12
1
-1
/
+3
*
s3-net: Check return value of string_to_sid().
Andreas Schneider
2012-12-12
1
-1
/
+7
*
smbget: Use new samba_getpass() function.
Andreas Schneider
2012-12-03
1
-3
/
+2
*
util: Use new samba_getpass() function for passwd util.
Andreas Schneider
2012-12-03
1
-1
/
+8
*
ntlm_auth: Use new samba_getpass() function.
Andreas Schneider
2012-12-03
1
-1
/
+7
*
net: Use samba_getpass() function in net util.
Andreas Schneider
2012-12-03
1
-3
/
+7
*
net: Use new samba_getpass() function for 'net rpc'.
Andreas Schneider
2012-12-03
1
-1
/
+8
*
net: Use new samba_getpass() function for 'net ads'.
Andreas Schneider
2012-12-03
1
-1
/
+9
*
s3:smbcacls: add --query-security-info and --set-security-info options
Stefan Metzmacher
2012-12-02
1
-10
/
+55
*
s3:util: fix usage of popt_burn_cmdline_password()
Stefan Metzmacher
2012-11-30
2
-2
/
+0
*
s3fs-client: Burn commandline password of client utils.
Andreas Schneider
2012-11-08
4
-0
/
+7
*
s3:utils fix a whitespace error
Christian Ambach
2012-11-05
1
-1
/
+1
*
s3fs-utils: Free the popt context in smbcacls and smbquotas.
Andreas Schneider
2012-10-30
2
-0
/
+4
*
s3fs-net: Use talloc for memory allocation.
Andreas Schneider
2012-10-30
1
-1
/
+1
*
BUG 9326: Fix net ads join message for the dns domain.
Andreas Schneider
2012-10-29
1
-1
/
+1
*
ntlm_auth: Increase debug level if we use config domain name.
Andreas Schneider
2012-10-26
1
-2
/
+2
*
s3:utils/net: remove unused "net connections"
Stefan Metzmacher
2012-10-19
3
-284
/
+0
*
s3:net_serverid: remove connections_forall from "net serverid wipedbs"
Gregor Beck
2012-10-19
1
-28
/
+3
*
s3:net_serverid: remove sessionid_traverse from "net serverid wipedbs"
Gregor Beck
2012-10-19
1
-23
/
+0
*
s3:net_status_shares: use connections_forall_read for a read only traversal
Gregor Beck
2012-10-19
1
-3
/
+2
*
s3:smbcontrol: don't do stack_trace by connection but by server_id.
Gregor Beck
2012-10-19
1
-6
/
+7
*
s3-net: Fix DEBUG() location.
Günther Deschner
2012-10-02
1
-1
/
+1
*
s3-net: give more control how to update/register DNS entries.
Günther Deschner
2012-10-02
3
-24
/
+76
*
s3-net: pass down a flags field to DoDNSUpdate().
Günther Deschner
2012-10-02
2
-2
/
+5
*
s3-net: move out some prototypes to net_dns.h.
Günther Deschner
2012-10-02
3
-22
/
+34
*
s3-net: pass down struct net_context to the dns update calls.
Günther Deschner
2012-10-02
1
-9
/
+11
*
s3: Fix bug 8966, Fix net rpc share allowedusers to work with 2008r2
Jeremy Allison
2012-10-01
1
-37
/
+44
*
s3:utils/net fix a compiler warning
Christian Ambach
2012-09-22
1
-1
/
+1
*
Call TALLOC_FREE() before we return otherwise we will never free sam_account
Michele Baldessari
2012-09-10
1
-1
/
+1
*
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
2012-09-07
1
-5
/
+5
*
s3-printing: Restrict printing=cups to systems with cups development headers ...
Andrew Bartlett
2012-09-06
1
-2
/
+0
*
fix printf warning in net connections
Andrew Bartlett
2012-08-16
1
-2
/
+2
*
s3:utils: remove standalone cclean tool
Gregor Beck
2012-08-16
1
-305
/
+0
*
s3:net add command "connections cleanup"
Gregor Beck
2012-08-16
3
-0
/
+284
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
5
-8
/
+32
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
7
-17
/
+58
*
s3:utils/net_rpc*: make use of cli_get_session_key()
Stefan Metzmacher
2012-08-01
3
-7
/
+39
*
s3-utils: Add cast to fix error found by -Werror=format
Andrew Bartlett
2012-07-30
1
-2
/
+2
*
lib/param: Rename "socket address" to "nbt client socket address" to clarify ...
Andrew Bartlett
2012-07-27
1
-1
/
+1
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
2
-0
/
+2
*
Move everything to use the common pidfile functions.
Jeremy Allison
2012-07-19
1
-1
/
+2
*
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
2012-07-19
1
-1
/
+1
*
s3-param: Make lp_name_resolve_order() return a list
Andrew Bartlett
2012-07-19
1
-1
/
+1
[next]