summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-27libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam1-6/+12
2008-03-26Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter1-2/+8
2008-03-26libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2-0/+524
2008-03-26smbconf: reformat - fix intentation.Michael Adam1-4/+4
2008-03-26util_tdb: remove trivial and unused tdb_wipe().Michael Adam1-17/+0
2008-03-26use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam1-1/+1
2008-03-26util_tdb: make the _byblob fetch/store functions public again.Michael Adam1-4/+4
2008-03-25util_tdb: add my (C) for the tdb validation codeMichael Adam1-0/+1
2008-03-25util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2-3/+9
2008-03-25util_tdb: make the _byblob functions static - not currently used elsewhere.Michael Adam1-5/+5
2008-03-24Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter1-34/+10
2008-03-23Fix Coverity ID 472Volker Lendecke1-6/+4
2008-03-23Fix Coverity ID 436Volker Lendecke1-0/+5
2008-03-21registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam1-2/+0
2008-03-21libsmbconf: add internal open/close handling to registry backend.Michael Adam1-4/+38
2008-03-21libsmbconf: add a comment.Michael Adam1-0/+3
2008-03-21libsmbconf: add private_data section to smbconf_ctx.Michael Adam2-8/+20
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam5-15/+27
2008-03-21libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam1-0/+8
2008-03-21libsmbconf: adapt a comment to new circumstancesMichael Adam1-3/+1
2008-03-21libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam1-21/+29
2008-03-21libsmbconf: add a comment.Michael Adam1-1/+5
2008-03-21libsmbconf: move registry implementation to a module of its own.Michael Adam3-721/+754