summaryrefslogtreecommitdiff
path: root/source3/lib
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 Adam1-1/+32
2008-04-10libsmbconf: add testsuite to the library.Michael Adam1-0/+94
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 Adam2-3/+14
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 Adam2-88/+103
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-09Add NetUserEnum example.Günther Deschner2-1/+107
2008-04-09Add NetUserEnum to libnetapi.Günther Deschner4-1/+279
2008-04-09Add Add NetUserDel example.Günther Deschner2-1/+89
2008-04-09Add NetUserDel to libnetapi.Günther Deschner4-0/+246
2008-04-09Add NetUserAdd example.Günther Deschner2-1/+110
2008-04-09Add NetUserAdd to libnetapi.Günther Deschner4-0/+436
2008-04-08Check x_fflush returns.Jeremy Allison1-4/+8
2008-04-08Move is_valid_policy_hnd() out of net.Günther Deschner1-0/+8
2008-04-08Try to use kerberos in libnetapi.Günther Deschner3-9/+30
2008-04-08Add DsGetDcName libnetapi example.Günther Deschner2-0/+95
2008-04-08Add DsGetDcName call to libnetapi library.Günther Deschner4-0/+178
2008-04-08Fix includes in libnetapi examples common.cGünther Deschner1-1/+4
2008-04-08Use popt in libetapi example code.Günther Deschner6-114/+187
2008-04-08Prefill in username in libnetapi ctx.Günther Deschner1-1/+9
2008-04-08Restructure inner workings of libnetapi a bit.Günther Deschner7-680/+662
2008-04-07dbwrap: fix more "tdb_chainunlock failed" messagesMichael Adam1-1/+3
2008-04-07increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke1-1/+4