summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter2008-03-311-1/+4
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-283-15/+23
* libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher2008-03-281-1/+1
* Fix a memory leakVolker Lendecke2008-03-281-0/+2
* dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...Michael Adam2008-03-271-0/+2
* dbwrap: add db_open_trans()Stefan Metzmacher2008-03-271-0/+15
* dbwrap: add dbwrap_trans_store_int32()Stefan Metzmacher2008-03-271-0/+15
* libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam2008-03-271-1/+8
* libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam2008-03-271-40/+40
* libsmbconf: text - change the cache to be tallocedMichael Adam2008-03-271-31/+47
* libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam2008-03-271-6/+12
* Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter2008-03-261-2/+8
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-262-0/+524
* smbconf: reformat - fix intentation.Michael Adam2008-03-261-4/+4
* util_tdb: remove trivial and unused tdb_wipe().Michael Adam2008-03-261-17/+0
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-261-1/+1
* util_tdb: make the _byblob fetch/store functions public again.Michael Adam2008-03-261-4/+4
* util_tdb: add my (C) for the tdb validation codeMichael Adam2008-03-251-0/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-252-3/+9
* util_tdb: make the _byblob functions static - not currently used elsewhere.Michael Adam2008-03-251-5/+5
* Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter2008-03-241-34/+10
* Fix Coverity ID 472Volker Lendecke2008-03-231-6/+4
* Fix Coverity ID 436Volker Lendecke2008-03-231-0/+5
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-2/+0
* libsmbconf: add internal open/close handling to registry backend.Michael Adam2008-03-211-4/+38
* libsmbconf: add a comment.Michael Adam2008-03-211-0/+3
* libsmbconf: add private_data section to smbconf_ctx.Michael Adam2008-03-212-8/+20
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-215-15/+27
* libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam2008-03-211-0/+8
* libsmbconf: adapt a comment to new circumstancesMichael Adam2008-03-211-3/+1
* libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam2008-03-211-21/+29
* libsmbconf: add a comment.Michael Adam2008-03-211-1/+5
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-213-721/+754
* Fix Coverity ID 473Volker Lendecke2008-03-211-1/+1
* Fix Coverity ID 537Volker Lendecke2008-03-211-3/+3
* Fix Coverity ID 538Volker Lendecke2008-03-211-3/+3
* libsmbconf: reformaat - fix some whispacing/tabsMichael Adam2008-03-211-7/+7
* libsmbconf: add backend specific init function.Michael Adam2008-03-214-4/+13
* libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2008-03-212-1/+8
* libsmbconf: fix commentsMichael Adam2008-03-211-2/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-213-4/+4
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-213-4/+4
* libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2008-03-212-1/+15
* libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2008-03-212-14/+64
* libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam2008-03-211-20/+20