summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_conf.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-23Make libnet_smbconf_set_global_param() call libnet_smbconf_setparm().Michael Adam1-46/+15
This not only removes duplicate logic, but also the use of libnet_smbconf_reg_setvalue_internal() instead of do_modify_val_config() which is removed, does add important tests and canonicalizations. Michael (This used to be commit fa844866493ee270f31faa3eca77cdff16b26301)
2007-12-23Reorder libnet_conf.c some, adding "section" comments.Michael Adam1-18/+30
Michael (This used to be commit b9f22adfd3e67046b7d786b5b338e078b4cdc6df)
2007-12-23Move net_conf_setparm() to libnet_conf.cMichael Adam1-0/+21
renaming it to libnet_smbconf_setparm() Michael (This used to be commit 60f49b22b5aa125ff6cb358a258a1be99c378d7a)
2007-12-23Move reg_setvalue_internal() to libnet_conf.cMichael Adam1-0/+72
renaming it to libnet_smbconf_setvalue_internal() Michael (This used to be commit 7cb51a1d6d95704225d9ab22e88cc76fa910d38c)
2007-12-23Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam1-1/+24
Logic in new function libnet_smbconf_delparm(). Michael (This used to be commit 0cff79e3552e91ba0b6bc054802d28afcf4e8da4)
2007-12-23Move smbconf_value_exists() to libnet/net_conf.cMichael Adam1-0/+17
renaming it to libnet_smbconf_value_exists(). Michael (This used to be commit ba71c6844588f0342589163f514385911e7331e7)
2007-12-23Make libnet_smbconf_open_path_q() static.Michael Adam1-3/+4
Michael (This used to be commit 8cf8ed9de8c3f41588fa93bd102f61f5b8b493c4)
2007-12-21Implement NetServerSetInfo level 1005 in local mode with smbconf registry.Günther Deschner1-0/+46
Guenther (This used to be commit 15c2bc15f20a677c3c94895150e396275de6ac9b)
2007-12-21Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner1-0/+149
Certainly needs cleanup later. Guenther (This used to be commit 2b41ac926de76804a50681bd246b3a20e112853b)