summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-10libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam2-22/+22
2008-04-10libsmbconf: more sanely print multi_sz values in registry backendMichael Adam1-2/+2
2008-04-10libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam1-6/+2
2008-04-10libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam1-0/+58
2008-04-10libsmbconf: testsuite: refactor printing of string lists out.Michael Adam1-4/+15
2008-04-10libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam1-2/+117
2008-04-10libsmbconf: testsuite: test get_includes for registry backendMichael Adam1-0/+2
2008-04-10libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam1-2/+2
2008-04-10libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam2-0/+36
2008-04-10libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam1-0/+32
2008-04-10libsmbconf: fill get_includes() in text backed to retrieve includes from cache.Michael Adam1-1/+53
2008-04-10libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam1-0/+1
2008-04-10libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam1-1/+1
2008-04-10libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam1-0/+2
2008-04-10libsmbconf: testsuite: add support for "--configfile" option.Michael Adam2-3/+36
2008-04-10libsmbconf: add testsuite to the library.Michael Adam2-1/+114
2008-04-10libsmbconf: add talloc context to the get_includes methods.Michael Adam5-1/+7
2008-04-10libsmbconf: add get_includes() and set_includes() to the API.Michael Adam5-2/+73
2008-04-10libsmbconf: activate the verbatim-flag in text backend: store parameters as t...Michael Adam1-1/+2
2008-04-10libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam2-4/+6
2008-04-10libsmbconf: load file after special initializationMichael Adam1-2/+3
2008-04-10libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam3-4/+15
2008-04-10libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam1-12/+12
2008-04-10libsmbconf: untangle assignment and test in for-loop condition.Michael Adam1-4/+4
2008-04-10libsmbconf: fix a commentMichael Adam1-1/+1
2008-04-10libsmbconf: search from the back when getting parameter from text backendMichael Adam1-4/+4
2008-04-10libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam2-0/+24
2008-04-10libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam3-21/+24
2008-04-10libsmbconf: reorder prototypes in smbconf_private.hMichael Adam1-3/+3
2008-04-10libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam1-21/+20
2008-04-10libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam3-89/+105
2008-04-10charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().Michael Adam1-0/+26
2008-04-10registry: add support for REG_MULTI_SZ to registry_push_value().Michael Adam1-0/+56
2008-04-10vlp: fix an implicit cast compile warning.Michael Adam1-1/+2
2008-04-09net: don't process net_registry_util.c with make protoMichael Adam1-2/+6
2008-04-09net rpc registry: add getvalue command.Michael Adam1-0/+100
2008-04-09net registry: add a getvalue subcommand that prints a single given value.Michael Adam1-0/+41
2008-04-09net (registry util): refactor printing of value without name out.Michael Adam4-7/+14
2008-04-09Fix typos.Karolin Seeger4-4/+4
2008-04-09Add NetUserEnum example.Günther Deschner2-1/+107
2008-04-09Add NetUserEnum to libnetapi.Günther Deschner4-1/+279
2008-04-09Re-run make idl.Günther Deschner3-1/+82
2008-04-09Add NetUserEnum to libnetapi IDL.Günther Deschner1-0/+13
2008-04-09Add Add NetUserDel example.Günther Deschner2-1/+89
2008-04-09Add NetUserDel to libnetapi.Günther Deschner4-0/+246
2008-04-09Re-run make idl.Günther Deschner3-1/+50
2008-04-09Add NetUserDel to libnetapi IDL.Günther Deschner1-0/+5
2008-04-09Add NetUserAdd example.Günther Deschner2-1/+110
2008-04-09Add NetUserAdd to libnetapi.Günther Deschner5-1/+438
2008-04-09Re-run make idl.Günther Deschner3-1/+159