Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | libnetapi: Disable talloc_enable_leak_report. | Günther Deschner | 1 | -1/+1 |
2008-04-17 | netdomjoin-gui: Fix label alignment showing up with lower screen-resolution. | Günther Deschner | 1 | -1/+1 |
2008-04-16 | libsmbconf: fix segfault in listing share names / config. | Michael Adam | 1 | -1/+1 |
2008-04-16 | Fix out of tree build. Remove the embedded srcdir path from talloc and tdb. | Gerald W. Carter | 1 | -4/+4 |
2008-04-16 | libnetapi: Add initial inline doxygen comments. | Günther Deschner | 1 | -36/+195 |
2008-04-16 | libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server. | Günther Deschner | 1 | -10/+20 |
2008-04-16 | libnetapi: do not overwrite status in libnetapi_get_error_string(). | Günther Deschner | 1 | -2/+3 |
2008-04-15 | libnetapi: Add missing headers. | Günther Deschner | 1 | -0/+25 |
2008-04-15 | libmsbconf: add handling of NULL share parameters to registry backend. | Michael Adam | 1 | -14/+92 |
2008-04-15 | libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf... | Michael Adam | 1 | -1/+1 |
2008-04-15 | libsmbconf: make sure to always list the NULL section first in text backend. | Michael Adam | 1 | -3/+16 |
2008-04-15 | libsmbconf: default to the NULL section when a parameter is encountered w/o s... | Michael Adam | 1 | -2/+8 |
2008-04-15 | libsmbconf: allow NULL sharename in smbconf_share_exists(). | Michael Adam | 1 | -3/+0 |
2008-04-15 | libsmbconf: add handling of NULL strings to smbconf_find_in_array(). | Michael Adam | 1 | -2/+4 |
2008-04-15 | libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array() | Michael Adam | 1 | -5/+9 |
2008-04-15 | lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records! | Stefan Metzmacher | 1 | -2/+4 |
2008-04-14 | Enable multiple fd events on a single file descriptor | Volker Lendecke | 1 | -1/+1 |
2008-04-14 | Fix the build of db_open_trans with CLUSTER_SUPPORT enabled | Volker Lendecke | 1 | -0/+2 |
2008-04-13 | libsmbconf: add a smbconf init dispatcher smbconf_init(). | Michael Adam | 2 | -1/+99 |
2008-04-13 | libsmbconf: move setting of verbatim variable into a more internal function. | Michael Adam | 1 | -2/+2 |
2008-04-13 | libsmbconf: add a check for talloc failure to smbconf_txt_init(). | Michael Adam | 1 | -0/+3 |
2008-04-13 | libsmbconf: remove the bool verbatim parameter from txt backend init function. | Michael Adam | 3 | -6/+4 |
2008-04-13 | libsmbconf: rename smbconf_init() to smbconf_init_internal(). | Michael Adam | 4 | -6/+6 |
2008-04-13 | libnetapi: add libnetapi_set_use_kerberos | Günther Deschner | 4 | -2/+25 |
2008-04-13 | libnetapi: Add NetQueryDisplayInformation header. | Günther Deschner | 1 | -0/+8 |
2008-04-13 | libnetapi: add NetQueryDisplayInformation example. | Günther Deschner | 2 | -1/+105 |
2008-04-13 | libnetapi: fill in NetQueryDisplayInformation_r. | Günther Deschner | 1 | -1/+295 |
2008-04-13 | libnetapi: don't reset the error code in NetUserAdd_r if the operation failed. | Günther Deschner | 1 | -6/+2 |
2008-04-13 | libnetapi: add NetQueryDisplayInformation skeleton. | Günther Deschner | 3 | -0/+82 |
2008-04-13 | libnetapi: don't to try to free NULL struct. | Günther Deschner | 1 | -0/+4 |
2008-04-13 | registry: change registry_init_smbconf() to return WERROR instead of bool | Michael Adam | 1 | -2/+2 |
2008-04-13 | adt_tree: change pathtree_add to return WERR instead of bool. | Michael Adam | 1 | -6/+6 |
2008-04-13 | registry: make registry_init_smbconf() hook the registry ops onto given key. | Michael Adam | 1 | -1/+1 |
2008-04-13 | Fix ou handling in netdomjoin-gui. | Günther Deschner | 1 | -0/+5 |
2008-04-13 | libnetapi: fix a C++ warning by making implicit cast explicit | Michael Adam | 1 | -1/+1 |
2008-04-13 | dbwrap_tdb2: fix a C++ warning by making implicit cast explicit | Michael Adam | 1 | -3/+3 |
2008-04-12 | dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes" | Stefan Metzmacher | 1 | -2/+57 |
2008-04-12 | dbwrap: add dbwrap_tdb2 backend | Stefan Metzmacher | 1 | -0/+1265 |
2008-04-12 | messaging: add FLAG_MSG_DBWRAP message class flag | Stefan Metzmacher | 1 | -0/+2 |
2008-04-12 | registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c | Michael Adam | 1 | -7/+0 |
2008-04-12 | libnetapi: fix interactive logging by preventing setup_logging from closing s... | Michael Adam | 1 | -0/+3 |
2008-04-12 | util_tdb: fix a segfault caused by a fatal typo. | Michael Adam | 1 | -1/+1 |
2008-04-11 | libsmbconf: don't mark the API as "subject to change" any longer. | Michael Adam | 1 | -4/+0 |
2008-04-11 | Cleanup size_t return values in convert_string_allocate | Tim Prouty | 2 | -62/+78 |
2008-04-10 | Use libnetapi_open_pipe in netapi functions. | Günther Deschner | 4 | -48/+27 |
2008-04-10 | Add libnetapi_open_pipe, inspired by the cli_cm_ interface. | Günther Deschner | 2 | -0/+114 |
2008-04-10 | Use libnetapi_open_ipc_connection in libnetapi. | Günther Deschner | 5 | -180/+33 |
2008-04-10 | Fix one missing netapi_private header. | Günther Deschner | 1 | -2/+2 |
2008-04-10 | Split out private headers in libnetapi. | Günther Deschner | 7 | -8/+80 |
2008-04-10 | Add very basic cli_cm_* based connection handler to libnetapi. | Günther Deschner | 1 | -0/+75 |