index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
/
serverinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-1
/
+1
2011-05-13
s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf cha...
Günther Deschner
1
-1
/
+1
2011-05-10
libsmbconf: Convert smbconf_set_parameter() to sbcErr.
Andreas Schneider
1
-1
/
+8
2011-05-10
libsmbconf: Convert smbconf_init() to sbcErr.
Andreas Schneider
1
-2
/
+7
2011-04-12
s3-netapi: use libnetapi_get_binding_handle().
Günther Deschner
1
-18
/
+9
2011-01-13
s3-libnetapi: prefer dcerpc_srvsvc_X functions.
Günther Deschner
1
-4
/
+21
2010-10-02
s3: Attempt to fix bug 7665
Volker Lendecke
1
-3
/
+3
2010-05-18
smbconf: only include smbconf headers where needed.
Günther Deschner
1
-0
/
+2
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-1
/
+0
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-11-08
Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...
Volker Lendecke
1
-3
/
+3
2009-11-08
s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table
Volker Lendecke
1
-3
/
+3
2009-06-26
Fix some dead code warnings from SUN Studio
Volker Lendecke
1
-2
/
+2
2009-02-19
Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2009-02-17
s3-netapi: fix Coverity #881 and #882.
Günther Deschner
1
-7
/
+56
2009-02-06
netapi: implement more SERVER_INFO_X levels.
Günther Deschner
1
-1
/
+271
2009-01-18
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
1
-6
/
+0
2008-09-05
netapi: add support for local query of level 101 in NetServerGetInfo.
Günther Deschner
1
-0
/
+25
2008-09-05
netapi: add support for more infolevels in NetServerGetInfo_r.
Günther Deschner
1
-3
/
+90
2008-08-14
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
1
-18
/
+9
2008-08-14
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
1
-1
/
+1
2008-07-30
netapi: use "buffer" in libnetapi.
Günther Deschner
1
-3
/
+3
2008-07-21
Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx
Volker Lendecke
1
-3
/
+6
2008-06-17
netapi: implement NetRemoteTOD().
Günther Deschner
1
-2
/
+32
2008-06-17
netapi: add NetRemoteTOD() skeleton.
Günther Deschner
1
-0
/
+19
2008-04-13
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
1
-1
/
+1
2008-04-10
Use libnetapi_open_pipe in netapi functions.
Günther Deschner
1
-10
/
+6
2008-04-10
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
1
-32
/
+4
2008-04-10
Split out private headers in libnetapi.
Günther Deschner
1
-0
/
+1
2008-04-10
Use SERVER_INFO_1005 in libnetapi.
Günther Deschner
1
-2
/
+2
2008-04-08
Try to use kerberos in libnetapi.
Günther Deschner
1
-2
/
+6
2008-04-08
Restructure inner workings of libnetapi a bit.
Günther Deschner
1
-145
/
+36
2008-03-21
libsmbconf: add a "path" variable to the conf context.
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: add backend specific init function.
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
1
-1
/
+1
2008-03-17
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
1
-6
/
+5
2008-03-05
Give a better error message why NetServerSetInfo() may fail in the gui.
Günther Deschner
1
-0
/
+3
2008-03-05
Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.
Günther Deschner
1
-1
/
+1
2008-01-18
Cosmetics and error string reporting for libnetapi.
Günther Deschner
1
-8
/
+35
2008-01-16
Use lp_config_backend_is_registry() instead of lp_include_registry_globals().
Michael Adam
1
-1
/
+1
2008-01-13
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
1
-1
/
+17
2008-01-03
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Michael Adam
1
-2
/
+2
2007-12-25
Fix the build
Volker Lendecke
1
-2
/
+1
2007-12-21
Keep libnetapi_NetX calls static for now.
Günther Deschner
1
-9
/
+9
2007-12-21
Implement NetServerSetInfo level 1005 in local mode with smbconf registry.
Günther Deschner
1
-7
/
+7
2007-12-21
Add NetServerGetInfo and NetServerSetInfo (for level 1005).
Günther Deschner
1
-0
/
+297