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
*
s3-utils: Fix a memory leak in smbget.
Andreas Schneider
2013-12-06
1
-0
/
+1
*
s3:utils remove orphaned code
Christian Ambach
2013-12-02
1
-96
/
+0
*
Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...
Jeremy Allison
2013-11-22
1
-8
/
+8
*
s3-lib: Add grpname to talloc_sub_specified().
Andreas Schneider
2013-11-21
1
-0
/
+2
*
testparm: don't warn for TCP_NODELAY in socket options.
Michael Adam
2013-11-20
1
-3
/
+3
*
testparm: Warnings should not cause failure
Martin Schwenke
2013-11-20
1
-4
/
+0
*
s3-utils: Fix scanf format in sharesec.
Andreas Schneider
2013-11-15
1
-3
/
+3
*
s3-utils: Fix scanf format in smbacls.
Andreas Schneider
2013-11-15
1
-3
/
+3
*
autorid: Correctly init range_index for "delete range"
Volker Lendecke
2013-11-14
1
-0
/
+1
*
net: Fix CID 1035403 Unchecked return value
Volker Lendecke
2013-11-11
1
-1
/
+4
*
net: remove net idmap secret
Atul Kulkarni
2013-11-08
1
-8
/
+0
*
net: correct typos in net idmap delete ranges help message
Atul Kulkarni
2013-11-07
1
-2
/
+2
*
testparm: Add warning for socket options.
Andreas Schneider
2013-11-04
1
-0
/
+33
*
testparm: Reformat text and add a newline.
Andreas Schneider
2013-11-04
1
-54
/
+110
*
s3-net: do not use rpc_pipe_np_smb_conn()
Gregor Beck
2013-10-17
1
-23
/
+26
*
net: allow "net idmap get ranges" to list all ranges
Michael Adam
2013-10-02
1
-5
/
+7
*
net: implement "net idmap delete ranges"
Michael Adam
2013-10-02
1
-0
/
+67
*
net: add "net idmap get ranges" operation for autorid
Michael Adam
2013-10-02
1
-0
/
+78
*
net: implement "net idmap delete range"
Michael Adam
2013-10-02
1
-0
/
+95
*
net: implement "net idmap get range"
Michael Adam
2013-10-02
1
-0
/
+86
*
net: add "net idmap set range" (for autorid backend)
Michael Adam
2013-10-02
1
-0
/
+83
*
net idmap: add utility function parse_uint32()
Volker Lendecke
2013-10-02
1
-0
/
+24
*
net: add "net idmap get config" to read the autorid config from the database
Atul Kulkarni
2013-10-02
1
-0
/
+50
*
net: add "net idmap get" command
Michael Adam
2013-10-02
1
-0
/
+17
*
net: add "net idmap set config" command to store the autorid global config
Atul Kulkarni
2013-10-02
1
-0
/
+47
*
net: add new function net_idmap_opendb_autorid()
Atul Kulkarni
2013-10-02
1
-0
/
+51
*
net: rename "idmap_dump_ctx" to "net_idmap_ctx".
Michael Adam
2013-10-02
1
-6
/
+6
*
net: move the "net idmap delete" functionality to subcommand "net idmap delet...
Michael Adam
2013-10-02
1
-5
/
+24
*
net: add the "net idmap set secret" subcommand as alias for "net idmap secret"
Michael Adam
2013-10-02
1
-1
/
+9
*
net: move the "net idmap set" functionality to subcommand "net idmap set mapp...
Michael Adam
2013-10-02
1
-3
/
+21
*
net: rename "net idmap setmap" to "net idmap set"
Michael Adam
2013-10-02
1
-2
/
+3
*
net: improve help text for "net idmap restore"
Michael Adam
2013-10-02
1
-1
/
+1
*
net: improve help text for "net idmap dump"
Michael Adam
2013-10-02
1
-1
/
+1
*
Stop use after free
Alistair Leslie-Hughes
2013-09-27
1
-1
/
+5
*
s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".
Michael Adam
2013-09-24
1
-0
/
+5
*
s3:net: check for GLOBAL_NAME net_conf_param_valid()
Michael Adam
2013-09-24
1
-1
/
+1
*
s3:net rpc conf: factor validation of parameter out for re-use.
Michael Adam
2013-09-24
3
-36
/
+104
*
s3:net rpc conf: rename canon_valname->canon_param_name for clarity in setparm.
Michael Adam
2013-09-24
1
-2
/
+2
*
s3:net rpc conf: setparm: introduce variables service_name, param_name, valst...
Michael Adam
2013-09-24
1
-20
/
+29
*
s3:net rpc conf: reorganize the validity check and canonicalization of the in...
Michael Adam
2013-09-24
1
-17
/
+23
*
s3:net rpc conf: print the provided parameter name on error, not the canonica...
Michael Adam
2013-09-24
1
-1
/
+1
*
s3:net rpc conf: remove the (now) unused rpc_conf_reg_valname_forbidden()
Michael Adam
2013-09-24
1
-21
/
+0
*
s3:net rpc conf: use the published smbconf_reg_parameter_is_valid()
Michael Adam
2013-09-24
1
-1
/
+1
*
Add a talloc context to sitename_fetch().
Jeremy Allison
2013-09-05
1
-12
/
+5
*
lib: Add "mem_ctx" to gencache_get_data_blob
Volker Lendecke
2013-09-05
1
-1
/
+1
*
smbtree: use the correct count variable from NetShareEnum result.
Michael Adam
2013-08-21
1
-1
/
+1
*
log2pcaphex: Fix nonempty line endings
Volker Lendecke
2013-08-19
1
-16
/
+15
*
s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.
Jeremy Allison
2013-08-15
1
-0
/
+4
*
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
2013-08-10
1
-1
/
+1
*
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
2013-08-10
1
-11
/
+11
[next]