summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2008-04-102-0/+76
* Use SERVER_INFO_1005 in libnetapi.Günther Deschner2008-04-103-11/+11
* Re-run make idl.Günther Deschner2008-04-103-0/+37
* Add SERVER_INFO_1005 to libnetapi.idl.Günther Deschner2008-04-101-0/+4
* Fix typo.Günther Deschner2008-04-101-1/+1
* Add some more cli_cm_set_X functions.Günther Deschner2008-04-101-1/+52
* Add MAX_NERR define.Günther Deschner2008-04-101-0/+4
* Fix the last reported debian problem with nmbd not waitingJeremy Allison2008-04-101-10/+22
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-102-20/+17
* Also accept 0x15 getdc repliesVolker Lendecke2008-04-101-19/+22
* objectclass -> objectClassKarolin Seeger2008-04-101-3/+3
* fix some extrasemi compile warningsBjörn Jacke2008-04-103-4/+4
* Fix typo.Karolin Seeger2008-04-101-1/+1
* net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam2008-04-101-17/+59
* net conf: implement "net conf delincludes".Michael Adam2008-04-101-0/+40
* net conf: implement a "net conf setincludes" command.Michael Adam2008-04-101-0/+50
* net conf: implement "net conf getincludes".Michael Adam2008-04-101-0/+47
* net conf: add diagnostic message for failure to load text file.Michael Adam2008-04-101-0/+2
* net conf: reduce indentation by grouping testmode code together.Michael Adam2008-04-101-39/+37
* net conf: don't drop config in testmodeMichael Adam2008-04-101-3/+5
* net conf: fix import to correctly add includes (at the end)Michael Adam2008-04-101-6/+34
* loadparm: drop debug level in map_parameter from 0 to 1Michael Adam2008-04-101-1/+1
* test: run smbconftort testsuite from the local_s3 testsMichael Adam2008-04-101-0/+3
* libsmbconf: testsuite: add test for delete_includesMichael Adam2008-04-101-0/+56
* libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam2008-04-101-0/+3
* libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam2008-04-105-0/+59
* libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam2008-04-101-2/+9
* libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam2008-04-101-1/+6
* libsmbconf: prevent getting/deleting value "includes".Michael Adam2008-04-101-0/+10
* libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam2008-04-101-0/+1
* libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam2008-04-101-1/+24
* libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam2008-04-101-4/+16
* libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam2008-04-101-40/+56
* libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam2008-04-101-2/+2
* libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam2008-04-101-1/+1
* libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam2008-04-102-22/+22
* libsmbconf: more sanely print multi_sz values in registry backendMichael Adam2008-04-101-2/+2
* libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam2008-04-101-6/+2
* libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam2008-04-101-0/+58
* libsmbconf: testsuite: refactor printing of string lists out.Michael Adam2008-04-101-4/+15
* libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam2008-04-101-2/+117
* libsmbconf: testsuite: test get_includes for registry backendMichael Adam2008-04-101-0/+2
* libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam2008-04-101-2/+2
* libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam2008-04-102-0/+36
* libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam2008-04-101-0/+32
* libsmbconf: fill get_includes() in text backed to retrieve includes from cache.Michael Adam2008-04-101-1/+53
* libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam2008-04-101-0/+1
* libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam2008-04-101-1/+1
* libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam2008-04-101-0/+2
* libsmbconf: testsuite: add support for "--configfile" option.Michael Adam2008-04-102-3/+36