summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | | The main thing here is a rewrite of srv_winreg_nt.c. The core functionality has moved to registry/reg_api.c which is then usable by the rest of Samba as well. On that way it fixes creating keys with more than one element in the path. This did not work before. Two things that sneaked in (sorry :-) is the change of some routines from NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal. Volker
* r19982: From Michael Adam (ma@sernet.de) (thanks!:-)Stefan Metzmacher2007-10-101-6/+6
| | | | | | | | | | | | | Metze: as noted by "shattered" and discussed on the irc, here is a patch to lib/sysquotas_linux.c replacing some "get"s by "set"s. The other lib/sysquotas*.c files look ok to me. But in the linux variant, the problem is not in the actual call of quotactl but in the preparation of the respective "D" structs. This makes the difference between the get and set calls for SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. metze
* r19978: More "net sam policy" improvements. Thanks to Karolin Seeger ↵Volker Lendecke2007-10-101-16/+12
| | | | | | <ks@sernet.de> Volker
* 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
| | | | | | | | against tdb corruption. Needs fleshing out (and I forgot one record type) and needs helpful suggestion from Volker to validate freelist, but should give an idea of how this will look. Jeremy.
* 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
| | | | | | | Metze, you wanted to port talloc_get_type_abort() to 4. Should I just use it in 3-ldb? Volker
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2007-10-105-7/+7
| | | | metze
* 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 ↵Volker Lendecke2007-10-101-0/+18
| | | | | | | | | | | against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker
* r19774: Fix typoVolker Lendecke2007-10-101-1/+1
|
* r19744: merge from samba4Stefan Metzmacher2007-10-105-53/+198
| | | | metze
* r19741: fix compiler warningsStefan Metzmacher2007-10-101-4/+8
| | | | metze
* r19739: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | metze
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-1031-628/+1810
| | | | metze
* 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
| | | | | | | Simo, I'm not sure this is the correct fix. So I'd like you to look at it and merge to 4 if appropriate. Volker
* 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
| | | | | the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter.
* r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach2007-10-101-1/+6
| | | | in core dump path.
* r19601: Fix protection from invalid struct tm values.Jeremy Allison2007-10-101-0/+10
| | | | | Backport from Samba4. Jeremy.
* r19576: Correct trivial typo.James Peach2007-10-101-1/+1
|
* r19533: Add a suffix to the program name if this is a process with aJeremy Allison2007-10-101-1/+12
| | | | | non-default configuration file name. Jeremy.
* r19491: backport changes from samba4Simo Sorce2007-10-108-35/+44
|
* r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2007-10-101-1/+3
| | | | | | | | | sure whether to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself that el can not be NULL here. Volker
* r19485: Fix Coverity # 319Volker Lendecke2007-10-101-1/+1
|
* r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2007-10-102-4/+34
|
* r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2007-10-103-594/+660
|
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-1026-108/+170
| | | | and significant speedups