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