Age | Commit message (Expand) | Author | Files | Lines |
2008-04-14 | Remove two pointless else branches | Volker Lendecke | 1 | -7/+5 |
2008-04-14 | Remove namedpipe_transact fn pointer from smb_np_struct | Volker Lendecke | 1 | -11/+0 |
2008-04-14 | Enable multiple fd events on a single file descriptor | Volker Lendecke | 1 | -1/+1 |
2008-04-14 | Fix some "ignoring asprintf result" warnings | Volker Lendecke | 2 | -20/+21 |
2008-04-14 | Make use of ZERO_STRUCT instead of memset in namequery.c | 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-14 | libnetjoin: Fix joining when no KRB5CCNAME is around. | Günther Deschner | 1 | -0/+15 |
2008-04-14 | Use more error-prone form of testing dm_destroy_session() return code after d... | Alexander Bokovoy | 1 | -1/+1 |
2008-04-13 | loadparm: use the new smbconf_init() dispatcher for loading registry config. | Michael Adam | 1 | -2/+2 |
2008-04-13 | net conf: use the new smbconf_init() dispatcher instead of explicit backend i... | Michael Adam | 1 | -2/+9 |
2008-04-13 | libsmbconf: add a smbconf init dispatcher smbconf_init(). | Michael Adam | 3 | -2/+101 |
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 | 4 | -7/+5 |
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 | Re-run make idl. | Günther Deschner | 3 | -1/+222 |
2008-04-13 | libnetapi: Add IDL for NetQueryDisplayInformation. | Günther Deschner | 1 | -0/+35 |
2008-04-13 | Fix the build of eventlogadm. | Günther Deschner | 1 | -1/+1 |
2008-04-13 | gpo: add scripts plugin. | Günther Deschner | 3 | -0/+448 |
2008-04-13 | libnetapi: don't to try to free NULL struct. | Günther Deschner | 1 | -0/+4 |
2008-04-13 | gpo: make integer debug print more readable. | Günther Deschner | 1 | -2/+4 |
2008-04-13 | registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree. | Michael Adam | 1 | -1/+5 |
2008-04-13 | registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys. | Michael Adam | 1 | -1/+7 |
2008-04-13 | net registry: remove superfluous regdb_close(). | Michael Adam | 1 | -2/+0 |
2008-04-13 | registry: rename init_registry() to registry_init_full() for consistency. | Michael Adam | 2 | -2/+2 |
2008-04-13 | registry: change init_registry() to return WERROR instead of bool. | Michael Adam | 2 | -6/+3 |
2008-04-13 | registry: change registry_init_smbconf() to return WERROR instead of bool | Michael Adam | 2 | -7/+4 |
2008-04-13 | registry: refactor common part of registry initialization out. | Michael Adam | 3 | -25/+15 |
2008-04-13 | registry: change registry_init_basic() to return WERROR instead of bool | Michael Adam | 3 | -8/+9 |
2008-04-13 | registry: change reghook_cache_add() to return WERROR instead of bool | Michael Adam | 3 | -6/+10 |
2008-04-13 | registry cachehook: change helper function keyname_to_path() to return WERROR. | Michael Adam | 1 | -18/+32 |
2008-04-13 | adt_tree: change pathtree_add to return WERR instead of bool. | Michael Adam | 3 | -10/+10 |
2008-04-13 | registry cachehook: revert logic to make fast path more obvious and reduce in... | Michael Adam | 1 | -8/+9 |
2008-04-13 | registry: change reghook_cache_init() to return WERROR and use it in the call... | Michael Adam | 4 | -9/+26 |
2008-04-13 | registry cachehook: compare cache_tree against NULL, not 0. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change init_registry_key() and init_registry_data() to return WERR | Michael Adam | 3 | -20/+43 |
2008-04-13 | registry: unify debug output in the registry init functions. | Michael Adam | 3 | -9/+9 |
2008-04-13 | registry: change regdb_init() to return WERROR instead of bool. | Michael Adam | 4 | -23/+19 |
2008-04-13 | registry: make registry_init_smbconf() hook the registry ops onto given key. | Michael Adam | 2 | -5/+11 |
2008-04-13 | registry cachehook: add talloc failed debug messages. | Michael Adam | 1 | -0/+6 |
2008-04-13 | registry cachehook: eliminate a couple trailing spaces (empty lines). | Michael Adam | 1 | -4/+4 |
2008-04-13 | registry cachehook: fix memleak (to talloc_tos()): free key at the end. | Michael Adam | 1 | -1/+4 |
2008-04-13 | registry cachehook: refactor normalization of keyname out. | Michael Adam | 1 | -29/+23 |
2008-04-13 | registry: adapt copied function header comments. | Michael Adam | 1 | -2/+2 |