summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/serverinfo.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner1-3/+3
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-05-13s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf cha...Günther Deschner1-1/+1
2011-05-10libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider1-1/+8
2011-05-10libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider1-2/+7
2011-04-12s3-netapi: use libnetapi_get_binding_handle().Günther Deschner1-18/+9
2011-01-13s3-libnetapi: prefer dcerpc_srvsvc_X functions.Günther Deschner1-4/+21
2010-10-02s3: Attempt to fix bug 7665Volker Lendecke1-3/+3
2010-05-18smbconf: only include smbconf headers where needed.Günther Deschner1-0/+2
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-1/+0
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke1-3/+3
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-3/+3
2009-06-26Fix some dead code warnings from SUN StudioVolker Lendecke1-2/+2
2009-02-19Fix an uninitialized variableVolker Lendecke1-0/+1
2009-02-17s3-netapi: fix Coverity #881 and #882.Günther Deschner1-7/+56
2009-02-06netapi: implement more SERVER_INFO_X levels.Günther Deschner1-1/+271
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-6/+0
2008-09-05netapi: add support for local query of level 101 in NetServerGetInfo.Günther Deschner1-0/+25
2008-09-05netapi: add support for more infolevels in NetServerGetInfo_r.Günther Deschner1-3/+90
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner1-18/+9
2008-08-14netapi: make non-implemented local calls default to remote "localhost" calls.Günther Deschner1-1/+1
2008-07-30netapi: use "buffer" in libnetapi.Günther Deschner1-3/+3
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-3/+6
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