index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:net rpc conf: factor validation of parameter out for re-use.
Michael Adam
2013-09-24
1
-36
/
+2
*
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
*
s3: Fix Coverity ID 242725 Uninitialized scalar variable
Volker Lendecke
2012-05-10
1
-0
/
+1
*
s3: Fix Coverity ID 242726 Uninitialized scalar variable
Volker Lendecke
2012-05-10
1
-1
/
+1
*
s3-utils/net: pass struct ndr_interface_table down
Andrew Bartlett
2012-01-18
1
-13
/
+13
*
s3-net: Fix uninitialized variable in rpc_conf_import_internal().
Günther Deschner
2011-10-14
1
-1
/
+1
*
s3: Fix "ISO C90 forbids mixed declarations and code"
Volker Lendecke
2011-09-18
1
-3
/
+3
*
s3-net: Added documentation for net_rpc_conf functions
Vicentiu Ciorbaru
2011-08-22
1
-1
/
+44
*
s3-net: Implemented net rpc conf import command
Vicentiu Ciorbaru
2011-08-22
1
-3
/
+347
*
s3-net: Added net rpc conf import command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+16
*
s3-net: Implemented net rpc conf addshare command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+255
*
s3-net: Added net rpc conf addshare command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+15
*
s3-net: Implemented net rpc conf setincludes command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+141
*
s3-net: Added net rpc conf setincludes command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+16
*
s3-net: Implemented net rpc conf setparm command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+201
*
s3-net: Added net rpc conf setparm command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+14
*
s3-net: Implemented net rpc conf delparm command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+77
*
s3-net: Added net rpc conf delparm command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+14
*
s3-net: Refactored part of rpc_conf_delincludes_internal
Vicentiu Ciorbaru
2011-08-22
1
-82
/
+8
*
s3-net: Created function net_rpc_conf_del_value
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+71
*
s3-net: Implemented net rpc conf delincludes command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+151
*
s3-net: Added net rpc conf delincludes command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+14
*
s3-net: Implemented net rpc conf getincludes command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+99
*
s3-net: Added net rpc conf getincludes command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+16
*
s3-net: Implemented net rpc conf getparm command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+115
*
s3-net: Added net rpc conf getparm command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+14
*
s3-net: Implemented net rpc conf delshare command
Vicentiu Ciorbaru
2011-08-22
1
-3
/
+96
*
s3-net: Added net rpc conf delshare command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+15
*
s3-net: Implemented net rpc conf drop command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+117
*
s3-net: Added net rpc conf drop command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+16
*
s3-net: Implemented net rpc conf showshare command
Vicentiu Ciorbaru
2011-08-22
1
-2
/
+102
*
s3-net: Added net rpc conf showshare command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+16
*
s3-net: Implemented net rpc conf listshares command.
Vicentiu Ciorbaru
2011-08-22
1
-1
/
+94
*
s3-net: Added net rpc conf listshares command to net rpc conf
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+14
*
s3-net: rpc_conf_list now uses the wrapper rpc_conf_open_conf
Vicentiu Ciorbaru
2011-08-22
1
-24
/
+6
*
s3-net: Added rpc_conf_open_conf function
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+82
*
s3-net: Added the net rpc conf list command.
Vicentiu Ciorbaru
2011-08-22
1
-1
/
+382
*
s3-net: Added the command rpc conf to the net binary.
Vicentiu Ciorbaru
2011-08-22
1
-0
/
+46