Age | Commit message (Expand) | Author | Files | Lines |
2008-04-10 | libsmbconf: testsuite: add support for "--configfile" option. | Michael Adam | 1 | -1/+32 |
2008-04-10 | libsmbconf: add testsuite to the library. | Michael Adam | 1 | -0/+94 |
2008-04-10 | libsmbconf: add talloc context to the get_includes methods. | Michael Adam | 5 | -1/+7 |
2008-04-10 | libsmbconf: add get_includes() and set_includes() to the API. | Michael Adam | 5 | -2/+73 |
2008-04-10 | libsmbconf: activate the verbatim-flag in text backend: store parameters as t... | Michael Adam | 1 | -1/+2 |
2008-04-10 | libsmbconf: pass txt_private_data instead of only cache to do_parameter/section | Michael Adam | 2 | -4/+6 |
2008-04-10 | libsmbconf: load file after special initialization | Michael Adam | 1 | -2/+3 |
2008-04-10 | libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple(). | Michael Adam | 2 | -3/+14 |
2008-04-10 | libsmbconf: reformat smbconf_format_registry_value() - indentations/tabs | Michael Adam | 1 | -12/+12 |
2008-04-10 | libsmbconf: untangle assignment and test in for-loop condition. | Michael Adam | 1 | -4/+4 |
2008-04-10 | libsmbconf: fix a comment | Michael Adam | 1 | -1/+1 |
2008-04-10 | libsmbconf: search from the back when getting parameter from text backend | Michael Adam | 1 | -4/+4 |
2008-04-10 | libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s... | Michael Adam | 2 | -0/+24 |
2008-04-10 | libsmbconf: move smbconf_find_in_array() to smbconf_util.c | Michael Adam | 3 | -21/+24 |
2008-04-10 | libsmbconf: reorder prototypes in smbconf_private.h | Michael Adam | 1 | -3/+3 |
2008-04-10 | libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array() | Michael Adam | 1 | -21/+20 |
2008-04-10 | libsmbconf: move utility functions from main module to new smbconf_util.c | Michael Adam | 2 | -88/+103 |
2008-04-10 | charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower(). | Michael Adam | 1 | -0/+26 |
2008-04-10 | registry: add support for REG_MULTI_SZ to registry_push_value(). | Michael Adam | 1 | -0/+56 |
2008-04-09 | Add NetUserEnum example. | Günther Deschner | 2 | -1/+107 |
2008-04-09 | Add NetUserEnum to libnetapi. | Günther Deschner | 4 | -1/+279 |
2008-04-09 | Add Add NetUserDel example. | Günther Deschner | 2 | -1/+89 |
2008-04-09 | Add NetUserDel to libnetapi. | Günther Deschner | 4 | -0/+246 |
2008-04-09 | Add NetUserAdd example. | Günther Deschner | 2 | -1/+110 |
2008-04-09 | Add NetUserAdd to libnetapi. | Günther Deschner | 4 | -0/+436 |
2008-04-08 | Check x_fflush returns. | Jeremy Allison | 1 | -4/+8 |
2008-04-08 | Move is_valid_policy_hnd() out of net. | Günther Deschner | 1 | -0/+8 |
2008-04-08 | Try to use kerberos in libnetapi. | Günther Deschner | 3 | -9/+30 |
2008-04-08 | Add DsGetDcName libnetapi example. | Günther Deschner | 2 | -0/+95 |
2008-04-08 | Add DsGetDcName call to libnetapi library. | Günther Deschner | 4 | -0/+178 |
2008-04-08 | Fix includes in libnetapi examples common.c | Günther Deschner | 1 | -1/+4 |
2008-04-08 | Use popt in libetapi example code. | Günther Deschner | 6 | -114/+187 |
2008-04-08 | Prefill in username in libnetapi ctx. | Günther Deschner | 1 | -1/+9 |
2008-04-08 | Restructure inner workings of libnetapi a bit. | Günther Deschner | 7 | -680/+662 |
2008-04-07 | dbwrap: fix more "tdb_chainunlock failed" messages | Michael Adam | 1 | -1/+3 |
2008-04-07 | increase log level for this failed setsockopt call. EINVAL is a normal error ... | Björn Jacke | 1 | -1/+4 |
2008-04-07 | Fix bug 5375 | Volker Lendecke | 1 | -3/+4 |
2008-04-04 | Use sid_array_from_info3 in lookup_usergroups_cached(). | Günther Deschner | 1 | -1/+8 |
2008-04-03 | libsmbconf: move initialization of registry value down after error checks. | Michael Adam | 1 | -6/+6 |
2008-04-02 | Some fixes for netdomjoin-gui and support for browsing/joining OUs. | Günther Deschner | 1 | -157/+390 |
2008-04-02 | Make sure to hand down the domain name in libnetapi NetUnjoinDomain. | Günther Deschner | 1 | -7/+11 |
2008-04-01 | account_pol: use db_open_trans() | Stefan Metzmacher | 1 | -2/+2 |
2008-04-01 | account_pol: use dbwrap_trans_store_uint32() | Stefan Metzmacher | 1 | -7/+1 |
2008-04-01 | Convert account_pol.tdb to dbwrap | Volker Lendecke | 2 | -37/+86 |
2008-04-01 | dbwrap: fix a confusing "tdb_chainunlock failed" message | Stefan Metzmacher | 1 | -1/+3 |
2008-04-01 | dbwrap: add dbwrap_trans_store_uint32() | Stefan Metzmacher | 1 | -0/+13 |
2008-04-01 | Add dbwrap_trans_*_bystring | Volker Lendecke | 1 | -0/+11 |
2008-04-01 | Convert dbwrap_trans_delete to NTSTATUS | Volker Lendecke | 2 | -6/+11 |
2008-04-01 | Convert dbwrap_trans_store to NTSTATUS | Volker Lendecke | 2 | -16/+18 |
2008-04-01 | Add dbwrap_[fetch|store]_uint32 | Volker Lendecke | 1 | -0/+39 |