summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher2008-04-111-1/+1
* nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2008-04-112-97/+1
* net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-111-19/+27
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-112-0/+157
* libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam2008-04-111-4/+0
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-116-76/+91
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* test: not only pretend to call smbconftort - really do it :-}Michael Adam2008-04-111-1/+1
* some shells are pickier than others ...Björn Jacke2008-04-111-1/+1
* Use libnetapi_open_pipe in netapi functions.Günther Deschner2008-04-104-48/+27
* Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2008-04-102-0/+114
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-105-180/+33
* Fix one missing netapi_private header.Günther Deschner2008-04-101-2/+2
* Split out private headers in libnetapi.Günther Deschner2008-04-107-8/+80
* 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