summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r20148: Forgot to merge. Ensure open_any_socket_out()Jeremy Allison2007-10-101-1/+1
* r20133: get rid of defined but not used warning - static function only usedHerb Lewis2007-10-101-5/+2
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-102-0/+2
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-25/+50
* r20110: Fix interaction between paranoid malloc checkerJeremy Allison2007-10-101-0/+17
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-105-46/+44
* r20087: Ensure we clean up any random pending events weJeremy Allison2007-10-101-0/+15
* r20054: Revert my changes, Simo promised to work on it :-)Volker Lendecke2007-10-101-67/+42
* r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static stringVolker Lendecke2007-10-101-3/+0
* r20049: ReformattingVolker Lendecke2007-10-101-39/+67
* r20046: Add ldb_search_exp_fmt and port comment to 4Volker Lendecke2007-10-101-0/+10
* r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke2007-10-101-0/+39
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-30/+30
* r19982: From Michael Adam (ma@sernet.de) (thanks!:-)Stefan Metzmacher2007-10-101-6/+6
* r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...Volker Lendecke2007-10-101-16/+12
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-4/+61
* r19957: Initial framework to make winbindd robustJeremy Allison2007-10-101-0/+2
* r19950: talloc_destroy is replaced these daysVolker Lendecke2007-10-101-2/+1
* r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke2007-10-101-3/+6
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2007-10-105-7/+7
* r19932: Add some constVolker Lendecke2007-10-101-2/+3
* r19917: Fix warningsVolker Lendecke2007-10-108-26/+44
* r19900: Fix klokwork ID 3148, 3149Volker Lendecke2007-10-101-0/+8
* r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke2007-10-101-7/+14
* r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke2007-10-101-2/+9
* r19896: Fix klokwork id 2279Volker Lendecke2007-10-101-1/+5
* r19895: Fix klokwork id 2278Volker Lendecke2007-10-101-1/+4
* r19894: Fix klokwork id 2192Volker Lendecke2007-10-101-2/+4
* r19893: Fix klokwork id 2191Volker Lendecke2007-10-101-1/+4
* r19892: Fix klokwork id 2190Volker Lendecke2007-10-101-1/+4
* r19891: Fix klokwork id 2189Volker Lendecke2007-10-101-1/+3
* r19890: Fix klokwork ID 2188Volker Lendecke2007-10-101-1/+3
* r19889: Fix klokwork ID 2187Volker Lendecke2007-10-101-0/+3
* r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2007-10-101-0/+8
* r19827: Move registry_push/pull_value to lib/util_reg.cVolker Lendecke2007-10-101-1/+116
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-101-1/+1
* r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...Volker Lendecke2007-10-101-0/+18
* r19774: Fix typoVolker Lendecke2007-10-101-1/+1
* r19744: merge from samba4Stefan Metzmacher2007-10-105-53/+198
* r19741: fix compiler warningsStefan Metzmacher2007-10-101-4/+8
* r19739: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-1031-628/+1810
* r19692: Another fix.Simo Sorce2007-10-101-1/+0
* r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce2007-10-103-497/+1
* r19688: Fix a deadcode warning by Coverity.Volker Lendecke2007-10-101-7/+5
* r19669: set_share_security does not need a mem_ctx passedVolker Lendecke2007-10-101-1/+1
* r19666: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke2007-10-101-0/+16
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-0/+25
* r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach2007-10-101-1/+6
* r19601: Fix protection from invalid struct tm values.Jeremy Allison2007-10-101-0/+10