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
/
lib
/
smbconf
/
smbconf_txt_simple.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-10
libsmbconf: add delete_includes mehtod to the api (and backend implementations)
Michael Adam
1
-0
/
+8
2008-04-10
libsmbconf: fix crashbug - correctly check for existence of file.
Michael Adam
1
-1
/
+6
2008-04-10
libsmbconf: fill get_includes() in text backed to retrieve includes from cache.
Michael Adam
1
-1
/
+53
2008-04-10
libsmbconf: add talloc context to the get_includes methods.
Michael Adam
1
-0
/
+1
2008-04-10
libsmbconf: add get_includes() and set_includes() to the API.
Michael Adam
1
-1
/
+19
2008-04-10
libsmbconf: activate the verbatim-flag in text backend: store parameters as t...
Michael Adam
1
-1
/
+2
2008-04-10
libsmbconf: pass txt_private_data instead of only cache to do_parameter/section
Michael Adam
1
-3
/
+5
2008-04-10
libsmbconf: load file after special initialization
Michael Adam
1
-2
/
+3
2008-04-10
libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().
Michael Adam
1
-2
/
+12
2008-04-10
libsmbconf: search from the back when getting parameter from text backend
Michael Adam
1
-4
/
+4
2008-04-10
libsmbconf: move smbconf_find_in_array() to smbconf_util.c
Michael Adam
1
-21
/
+0
2008-04-10
libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()
Michael Adam
1
-21
/
+20
2008-03-27
libsmbconf: text - pass the cache instead of all private data to pm_process.
Michael Adam
1
-40
/
+40
2008-03-27
libsmbconf: text - change the cache to be talloced
Michael Adam
1
-31
/
+47
2008-03-27
libsmbconf: in text backend, put flushing of the cache into a helper function.
Michael Adam
1
-6
/
+12
2008-03-26
libsmbconf: add a text backend to libsmbconf based on the params.c parser.
Michael Adam
1
-0
/
+520