summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-31Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter1-1/+4
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam3-15/+23
2008-03-28libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher1-1/+1
2008-03-28Fix a memory leakVolker Lendecke1-0/+2
2008-03-27dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...Michael Adam1-0/+2
2008-03-27dbwrap: add db_open_trans()Stefan Metzmacher1-0/+15
2008-03-27dbwrap: add dbwrap_trans_store_int32()Stefan Metzmacher1-0/+15
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
2008-03-27libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam1-40/+40
2008-03-27libsmbconf: text - change the cache to be tallocedMichael Adam1-31/+47