summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: add talloc context to the get_includes methods.Michael Adam2008-04-105-1/+7
* libsmbconf: add get_includes() and set_includes() to the API.Michael Adam2008-04-105-2/+73
* libsmbconf: activate the verbatim-flag in text backend: store parameters as t...Michael Adam2008-04-101-1/+2
* libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam2008-04-102-4/+6
* libsmbconf: load file after special initializationMichael Adam2008-04-101-2/+3
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-102-3/+14
* libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam2008-04-101-12/+12
* libsmbconf: untangle assignment and test in for-loop condition.Michael Adam2008-04-101-4/+4
* libsmbconf: fix a commentMichael Adam2008-04-101-1/+1
* libsmbconf: search from the back when getting parameter from text backendMichael Adam2008-04-101-4/+4
* libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam2008-04-102-0/+24
* libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam2008-04-103-21/+24
* libsmbconf: reorder prototypes in smbconf_private.hMichael Adam2008-04-101-3/+3
* libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam2008-04-101-21/+20
* libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam2008-04-102-88/+103
* charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().Michael Adam2008-04-101-0/+26
* registry: add support for REG_MULTI_SZ to registry_push_value().Michael Adam2008-04-101-0/+56
* Add NetUserEnum example.Günther Deschner2008-04-092-1/+107
* Add NetUserEnum to libnetapi.Günther Deschner2008-04-094-1/+279
* Add Add NetUserDel example.Günther Deschner2008-04-092-1/+89
* Add NetUserDel to libnetapi.Günther Deschner2008-04-094-0/+246
* Add NetUserAdd example.Günther Deschner2008-04-092-1/+110
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-094-0/+436
* Check x_fflush returns.Jeremy Allison2008-04-081-4/+8
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-081-0/+8
* Try to use kerberos in libnetapi.Günther Deschner2008-04-083-9/+30
* Add DsGetDcName libnetapi example.Günther Deschner2008-04-082-0/+95
* Add DsGetDcName call to libnetapi library.Günther Deschner2008-04-084-0/+178
* Fix includes in libnetapi examples common.cGünther Deschner2008-04-081-1/+4
* Use popt in libetapi example code.Günther Deschner2008-04-086-114/+187
* Prefill in username in libnetapi ctx.Günther Deschner2008-04-081-1/+9
* Restructure inner workings of libnetapi a bit.Günther Deschner2008-04-087-680/+662
* dbwrap: fix more "tdb_chainunlock failed" messagesMichael Adam2008-04-071-1/+3
* increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke2008-04-071-1/+4
* Fix bug 5375Volker Lendecke2008-04-071-3/+4
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-1/+8
* libsmbconf: move initialization of registry value down after error checks.Michael Adam2008-04-031-6/+6
* Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner2008-04-021-157/+390
* Make sure to hand down the domain name in libnetapi NetUnjoinDomain.Günther Deschner2008-04-021-7/+11
* account_pol: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* account_pol: use dbwrap_trans_store_uint32()Stefan Metzmacher2008-04-011-7/+1
* Convert account_pol.tdb to dbwrapVolker Lendecke2008-04-012-37/+86
* dbwrap: fix a confusing "tdb_chainunlock failed" messageStefan Metzmacher2008-04-011-1/+3
* dbwrap: add dbwrap_trans_store_uint32()Stefan Metzmacher2008-04-011-0/+13
* Add dbwrap_trans_*_bystringVolker Lendecke2008-04-011-0/+11
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-012-6/+11
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-012-16/+18
* Add dbwrap_[fetch|store]_uint32Volker Lendecke2008-04-011-0/+39
* sharesec: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* Convert share_info.tdb to dbwrapVolker Lendecke2008-04-011-17/+64