summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/serverinfo.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-17netapi: implement NetRemoteTOD().Günther Deschner1-2/+32
2008-06-17netapi: add NetRemoteTOD() skeleton.Günther Deschner1-0/+19
2008-04-13libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam1-1/+1
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner1-10/+6
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner1-32/+4
2008-04-10Split out private headers in libnetapi.Günther Deschner1-0/+1
2008-04-10Use SERVER_INFO_1005 in libnetapi.Günther Deschner1-2/+2
2008-04-08Try to use kerberos in libnetapi.Günther Deschner1-2/+6
2008-04-08Restructure inner workings of libnetapi a bit.Günther Deschner1-145/+36
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-1/+1
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-1/+1
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam1-6/+5
2008-03-05Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner1-0/+3
2008-03-05Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.Günther Deschner1-1/+1
2008-01-18Cosmetics and error string reporting for libnetapi.Günther Deschner1-8/+35
2008-01-16Use lp_config_backend_is_registry() instead of lp_include_registry_globals().Michael Adam1-1/+1
2008-01-13Introduce a libnet_conf context created by libnet_conf_open().Michael Adam1-1/+17
2008-01-03Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam1-2/+2
2007-12-25Fix the buildVolker Lendecke1-2/+1
2007-12-21Keep libnetapi_NetX calls static for now.Günther Deschner1-9/+9
2007-12-21Implement NetServerSetInfo level 1005 in local mode with smbconf registry.Günther Deschner1-7/+7
2007-12-21Add NetServerGetInfo and NetServerSetInfo (for level 1005).Günther Deschner1-0/+297