summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-11Remove a redundant TALLOC_FREEVolker Lendecke1-1/+0
2008-04-11Remove some write-only fstringsVolker Lendecke2-19/+3
2008-04-11net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher1-1/+1
2008-04-11nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2-97/+1
2008-04-11net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher1-19/+27
2008-04-11libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2-0/+157
2008-04-11libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam1-4/+0
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty6-76/+91
2008-04-11Fix bug 5366Volker Lendecke1-1/+6
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner4-48/+27
2008-04-10Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2-0/+114
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner5-180/+33
2008-04-10Fix one missing netapi_private header.Günther Deschner1-2/+2
2008-04-10Split out private headers in libnetapi.Günther Deschner7-8/+80
2008-04-10Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2-0/+76
2008-04-10Use SERVER_INFO_1005 in libnetapi.Günther Deschner3-11/+11
2008-04-10Re-run make idl.Günther Deschner3-0/+37
2008-04-10Add SERVER_INFO_1005 to libnetapi.idl.Günther Deschner1-0/+4
2008-04-10Fix typo.Günther Deschner1-1/+1
2008-04-10Add some more cli_cm_set_X functions.Günther Deschner1-1/+52
2008-04-10Add MAX_NERR define.Günther Deschner1-0/+4
2008-04-10Fix the last reported debian problem with nmbd not waitingJeremy Allison1-10/+22
2008-04-10winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2-20/+17
2008-04-10Also accept 0x15 getdc repliesVolker Lendecke1-19/+22
2008-04-10objectclass -> objectClassKarolin Seeger1-3/+3
2008-04-10fix some extrasemi compile warningsBjörn Jacke3-4/+4
2008-04-10Fix typo.Karolin Seeger1-1/+1
2008-04-10net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam1-17/+59
2008-04-10net conf: implement "net conf delincludes".Michael Adam1-0/+40
2008-04-10net conf: implement a "net conf setincludes" command.Michael Adam1-0/+50
2008-04-10net conf: implement "net conf getincludes".Michael Adam1-0/+47
2008-04-10net conf: add diagnostic message for failure to load text file.Michael Adam1-0/+2
2008-04-10net conf: reduce indentation by grouping testmode code together.Michael Adam1-39/+37
2008-04-10net conf: don't drop config in testmodeMichael Adam1-3/+5
2008-04-10net conf: fix import to correctly add includes (at the end)Michael Adam1-6/+34
2008-04-10loadparm: drop debug level in map_parameter from 0 to 1Michael Adam1-1/+1
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
2008-04-10libsmbconf: testsuite: add test for delete_includesMichael Adam1-0/+56
2008-04-10libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam1-0/+3
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam5-0/+59
2008-04-10libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam1-2/+9
2008-04-10libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam1-1/+6
2008-04-10libsmbconf: prevent getting/deleting value "includes".Michael Adam1-0/+10
2008-04-10libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam1-0/+1
2008-04-10libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam1-1/+24
2008-04-10libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam1-4/+16
2008-04-10libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam1-40/+56
2008-04-10libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam1-2/+2