index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_conf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-13
Add and modify comments in net_conf.c
Michael Adam
1
-8
/
+42
2008-01-13
Add explicit creation of shares to net conf import function.
Michael Adam
1
-0
/
+4
2008-01-13
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
1
-35
/
+106
2008-01-04
Fix spacing - spaces mixed with tabs.
Michael Adam
1
-8
/
+8
2008-01-04
Fix a comment.
Michael Adam
1
-1
/
+1
2008-01-04
Remove the word "registry" from the help output of the "net conf" command.
Michael Adam
1
-7
/
+6
2008-01-04
Update the introductory comment to net_conf.c to mention linbet_conf.
Michael Adam
1
-3
/
+7
2008-01-04
Remove the final regdb_close() from net_conf.c
Michael Adam
1
-2
/
+0
2008-01-04
Fix the behaviour of "net conf setparm" to create the share if necessary.
Michael Adam
1
-0
/
+9
2008-01-04
Fix build warning.
Günther Deschner
1
-1
/
+0
2008-01-03
Make libnet_conf handle opening/initialization of the registry.
Michael Adam
1
-5
/
+0
2008-01-03
Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().
Michael Adam
1
-1
/
+1
2008-01-03
Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().
Michael Adam
1
-1
/
+1
2008-01-03
Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().
Michael Adam
1
-8
/
+8
2008-01-03
Rename libnet_smbconf_delshare() to libnet_conf_delete_share().
Michael Adam
1
-2
/
+2
2008-01-03
Rename libnet_smbconf_getshare() to libnet_conf_get_share().
Michael Adam
1
-2
/
+2
2008-01-03
Rename libnet_smbconf_create_share() to libnet_conf_create_share().
Michael Adam
1
-1
/
+1
2008-01-03
Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().
Michael Adam
1
-2
/
+2
2008-01-03
Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().
Michael Adam
1
-1
/
+1
2008-01-03
Rename libnet_smbconf_get_config() to libnet_conf_get_config().
Michael Adam
1
-3
/
+3
2008-01-03
Rename libnet_smbconf_drop() to libnet_conf_drop().
Michael Adam
1
-1
/
+1
2008-01-03
Happy new year again.
Michael Adam
1
-1
/
+1
2008-01-03
Add libnet_conf API function libnet_smbconf_create_share().
Michael Adam
1
-1
/
+12
2007-12-31
Make grouping in if statement more explicit.
Michael Adam
1
-1
/
+3
2007-12-31
Change net_conf_import() to only use libnet_conf API functions.
Michael Adam
1
-9
/
+3
2007-12-31
Rewrite net_conf_addshare() to only use libnet_conf API functions.
Michael Adam
1
-20
/
+17
2007-12-31
Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()
Michael Adam
1
-1
/
+1
2007-12-30
Remove an unused variable.
Michael Adam
1
-1
/
+0
2007-12-30
Remove all d_fprintf-s from libnet_conf.c
Michael Adam
1
-4
/
+24
2007-12-30
Remove list_values() from net_conf.c - it is not needed any more.
Michael Adam
1
-26
/
+0
2007-12-30
Use libnet_smbconf_get_config() in net_conf_list().
Michael Adam
1
-45
/
+19
2007-12-29
Dont return count - 1 but count from libnet_smbconf_reg_get_values().
Michael Adam
1
-1
/
+1
2007-12-29
Make sure libnet_smbconf_get_share_names() always lists "global" first.
Michael Adam
1
-1
/
+1
2007-12-29
Fix a const warning.
Michael Adam
1
-1
/
+1
2007-12-29
Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().
Michael Adam
1
-1
/
+1
2007-12-29
Move functionality of net_conf_listshares() to libnet_conf.c
Michael Adam
1
-15
/
+5
2007-12-29
Move functionality of net_conf_showshare() to libnet_conf.c
Michael Adam
1
-4
/
+15
2007-12-29
Make the main net_conf functions static in net_conf.c
Michael Adam
1
-7
/
+7
2007-12-29
Hide the registry backend from libnet_smbconf_getparm().
Michael Adam
1
-3
/
+3
2007-12-29
Rename format_value() to libnet_smbconf_format_registry_value().
Michael Adam
1
-2
/
+3
2007-12-29
Move format_value() to libnet_conf.c.
Michael Adam
1
-33
/
+0
2007-12-26
Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().
Michael Adam
1
-2
/
+3
2007-12-26
Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().
Michael Adam
1
-1
/
+1
2007-12-25
Add two missing free-s.
Michael Adam
1
-0
/
+2
2007-12-25
Remove talloc context parameter from libnet_smbconf_delparm().
Michael Adam
1
-4
/
+1
2007-12-25
Add a missing free.
Michael Adam
1
-0
/
+1
2007-12-25
Remove talloc context parameter from libnet_smbconf_setparm().
Michael Adam
1
-5
/
+1
2007-12-25
Remove talloc context parameter from libnet_smbconf_drop().
Michael Adam
1
-1
/
+1
2007-12-25
Rename drop_smbconf_internal() to libnet_smbconf_drop().
Michael Adam
1
-1
/
+1
2007-12-25
Move drop_smbconf_internal() to libnet_conf.c
Michael Adam
1
-50
/
+0
[prev]
[next]