Age | Commit message (Expand) | Author | Files | Lines |
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 |