index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
/
serverinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some dead code warnings from SUN Studio
Volker Lendecke
2009-06-26
1
-2
/
+2
*
Fix an uninitialized variable
Volker Lendecke
2009-02-19
1
-0
/
+1
*
s3-netapi: fix Coverity #881 and #882.
Günther Deschner
2009-02-17
1
-7
/
+56
*
netapi: implement more SERVER_INFO_X levels.
Günther Deschner
2009-02-06
1
-1
/
+271
*
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
2009-01-18
1
-6
/
+0
*
netapi: add support for local query of level 101 in NetServerGetInfo.
Günther Deschner
2008-09-05
1
-0
/
+25
*
netapi: add support for more infolevels in NetServerGetInfo_r.
Günther Deschner
2008-09-05
1
-3
/
+90
*
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
2008-08-14
1
-18
/
+9
*
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
2008-08-14
1
-1
/
+1
*
netapi: use "buffer" in libnetapi.
Günther Deschner
2008-07-30
1
-3
/
+3
*
Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx
Volker Lendecke
2008-07-21
1
-3
/
+6
*
netapi: implement NetRemoteTOD().
Günther Deschner
2008-06-17
1
-2
/
+32
*
netapi: add NetRemoteTOD() skeleton.
Günther Deschner
2008-06-17
1
-0
/
+19
*
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
2008-04-13
1
-1
/
+1
*
Use libnetapi_open_pipe in netapi functions.
Günther Deschner
2008-04-10
1
-10
/
+6
*
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
2008-04-10
1
-32
/
+4
*
Split out private headers in libnetapi.
Günther Deschner
2008-04-10
1
-0
/
+1
*
Use SERVER_INFO_1005 in libnetapi.
Günther Deschner
2008-04-10
1
-2
/
+2
*
Try to use kerberos in libnetapi.
Günther Deschner
2008-04-08
1
-2
/
+6
*
Restructure inner workings of libnetapi a bit.
Günther Deschner
2008-04-08
1
-145
/
+36
*
libsmbconf: add a "path" variable to the conf context.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: add backend specific init function.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
2008-03-17
1
-6
/
+5
*
Give a better error message why NetServerSetInfo() may fail in the gui.
Günther Deschner
2008-03-05
1
-0
/
+3
*
Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.
Günther Deschner
2008-03-05
1
-1
/
+1
*
Cosmetics and error string reporting for libnetapi.
Günther Deschner
2008-01-18
1
-8
/
+35
*
Use lp_config_backend_is_registry() instead of lp_include_registry_globals().
Michael Adam
2008-01-16
1
-1
/
+1
*
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
2008-01-13
1
-1
/
+17
*
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Michael Adam
2008-01-03
1
-2
/
+2
*
Fix the build
Volker Lendecke
2007-12-25
1
-2
/
+1
*
Keep libnetapi_NetX calls static for now.
Günther Deschner
2007-12-21
1
-9
/
+9
*
Implement NetServerSetInfo level 1005 in local mode with smbconf registry.
Günther Deschner
2007-12-21
1
-7
/
+7
*
Add NetServerGetInfo and NetServerSetInfo (for level 1005).
Günther Deschner
2007-12-21
1
-0
/
+297