Age | Commit message (Expand) | Author | Files | Lines |
2008-04-23 | Increase level of debug msg when a regkey is not found | Volker Lendecke | 1 | -1/+1 |
2008-04-23 | libsmbconf: remove unnecessary talloc success check from smbconf_txt.c | Michael Adam | 1 | -8/+0 |
2008-04-23 | libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c | Michael Adam | 1 | -12/+1 |
2008-04-23 | libsmbconf: remove unnecessary talloc success checks from smbconf.c | Michael Adam | 1 | -4/+0 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 5 | -56/+68 |
2008-04-22 | libsmbconf: add a struct smbconf_service to hold the parameter names + values. | Michael Adam | 1 | -0/+7 |
2008-04-22 | libsmbconf: fix comment headers in smbconf.h | Michael Adam | 1 | -3/+8 |
2008-04-22 | libsmbconf: text backend remove comment references to "simple". | Michael Adam | 1 | -2/+2 |
2008-04-22 | libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt(). | Michael Adam | 4 | -9/+9 |
2008-04-22 | libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt. | Michael Adam | 1 | -0/+0 |
2008-04-20 | libnetapi: Add Doxyfile. | Günther Deschner | 1 | -0/+1362 |
2008-04-20 | netdomjoin-gui: Omit warning when unjoining a domain fails. | Günther Deschner | 1 | -0/+4 |
2008-04-20 | Make convert_samr_dispinfo_to_NET_DISPLAY() static | Volker Lendecke | 1 | -5/+5 |
2008-04-20 | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-19 | Fix bug 5400 | Volker Lendecke | 1 | -2/+2 |
2008-04-19 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2008-04-18 | util: add reinit_after_fork() function | Stefan Metzmacher | 1 | -0/+30 |
2008-04-18 | messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ... | Stefan Metzmacher | 1 | -0/+18 |
2008-04-18 | messages_ctdbd: make sure a ctdbd connection is only used in the process that... | Stefan Metzmacher | 1 | -1/+11 |
2008-04-18 | Janitor for tridge. Keep lib/replace in sync with the gcc4 | Jeremy Allison | 3 | -3/+4 |
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 |