WHATSNEW: document ldaps/tls related option changes
[samba.git] / source3 / utils / net_rpc_conf.c
2023-09-11 Joseph Suttons3:utils: Fix code spelling
2023-07-19 Andreas Schneiders3:utils: Fix code spelling
2019-05-23 Christof Schmittnet: Return share name in correct case from net rpc...
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_rpc_conf.c
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-27 Günther Deschnerwerror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-24 Michael Adams3:net rpc conf: factor validation of parameter out...
2013-09-24 Michael Adams3:net rpc conf: rename canon_valname->canon_param_name...
2013-09-24 Michael Adams3:net rpc conf: setparm: introduce variables service_n...
2013-09-24 Michael Adams3:net rpc conf: reorganize the validity check and...
2013-09-24 Michael Adams3:net rpc conf: print the provided parameter name...
2013-09-24 Michael Adams3:net rpc conf: remove the (now) unused rpc_conf_reg_v...
2013-09-24 Michael Adams3:net rpc conf: use the published smbconf_reg_paramete...
2012-05-10 Volker Lendeckes3: Fix Coverity ID 242725 Uninitialized scalar variable
2012-05-10 Volker Lendeckes3: Fix Coverity ID 242726 Uninitialized scalar variable
2012-01-18 Andrew Bartletts3-utils/net: pass struct ndr_interface_table down
2011-10-14 Günther Deschners3-net: Fix uninitialized variable in rpc_conf_import_i...
2011-09-18 Volker Lendeckes3: Fix "ISO C90 forbids mixed declarations and code"
2011-08-22 Vicentiu Ciorbarus3-net: Added documentation for net_rpc_conf functions
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf import command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf import command to net rpc...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf addshare command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf addshare command to net...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf setincludes command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf setincludes command to net...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf setparm command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf setparm command to net rpc...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf delparm command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf delparm command to net rpc...
2011-08-22 Vicentiu Ciorbarus3-net: Refactored part of rpc_conf_delincludes_internal
2011-08-22 Vicentiu Ciorbarus3-net: Created function net_rpc_conf_del_value
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf delincludes command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf delincludes command to net...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf getincludes command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf getincludes command to net...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf getparm command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf getparm command to net rpc...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf delshare command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf delshare command to net...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf drop command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf drop command to net rpc...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf showshare command
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf showshare command to net...
2011-08-22 Vicentiu Ciorbarus3-net: Implemented net rpc conf listshares command.
2011-08-22 Vicentiu Ciorbarus3-net: Added net rpc conf listshares command to net...
2011-08-22 Vicentiu Ciorbarus3-net: rpc_conf_list now uses the wrapper rpc_conf_ope...
2011-08-22 Vicentiu Ciorbarus3-net: Added rpc_conf_open_conf function
2011-08-22 Vicentiu Ciorbarus3-net: Added the net rpc conf list command.
2011-08-22 Vicentiu Ciorbarus3-net: Added the command rpc conf to the net binary.