Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static string | Volker Lendecke | 2007-10-10 | 1 | -3/+0 | |
| | ||||||
* | r20049: Reformatting | Volker Lendecke | 2007-10-10 | 1 | -39/+67 | |
| | ||||||
* | r20046: Add ldb_search_exp_fmt and port comment to 4 | Volker Lendecke | 2007-10-10 | 1 | -0/+10 | |
| | ||||||
* | r20036: Merge ldb_search_exp_fmt -- Thanks simo | Volker Lendecke | 2007-10-10 | 1 | -0/+39 | |
| | ||||||
* | r19991: Sorry for this 2000-liner... | Volker Lendecke | 2007-10-10 | 1 | -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 Metzmacher | 2007-10-10 | 1 | -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 Lendecke | 2007-10-10 | 1 | -16/+12 | |
| | | | | | | <ks@sernet.de> Volker | |||||
* | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 2007-10-10 | 1 | -4/+61 | |
| | ||||||
* | r19957: Initial framework to make winbindd robust | Jeremy Allison | 2007-10-10 | 1 | -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 days | Volker Lendecke | 2007-10-10 | 1 | -2/+1 | |
| | ||||||
* | r19942: Fix Coverity id 333, a dereference before a NULL check. | Volker Lendecke | 2007-10-10 | 1 | -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 Metzmacher | 2007-10-10 | 5 | -7/+7 | |
| | | | | metze | |||||
* | r19932: Add some const | Volker Lendecke | 2007-10-10 | 1 | -2/+3 | |
| | ||||||
* | r19917: Fix warnings | Volker Lendecke | 2007-10-10 | 8 | -26/+44 | |
| | ||||||
* | r19900: Fix klokwork ID 3148, 3149 | Volker Lendecke | 2007-10-10 | 1 | -0/+8 | |
| | ||||||
* | r19899: Fix some C++ warnings and klokwork ID 3147 | Volker Lendecke | 2007-10-10 | 1 | -7/+14 | |
| | ||||||
* | r19898: Fix klokwork ids 3127, 3128, 3129, 3130 | Volker Lendecke | 2007-10-10 | 1 | -2/+9 | |
| | ||||||
* | r19896: Fix klokwork id 2279 | Volker Lendecke | 2007-10-10 | 1 | -1/+5 | |
| | ||||||
* | r19895: Fix klokwork id 2278 | Volker Lendecke | 2007-10-10 | 1 | -1/+4 | |
| | ||||||
* | r19894: Fix klokwork id 2192 | Volker Lendecke | 2007-10-10 | 1 | -2/+4 | |
| | ||||||
* | r19893: Fix klokwork id 2191 | Volker Lendecke | 2007-10-10 | 1 | -1/+4 | |
| | ||||||
* | r19892: Fix klokwork id 2190 | Volker Lendecke | 2007-10-10 | 1 | -1/+4 | |
| | ||||||
* | r19891: Fix klokwork id 2189 | Volker Lendecke | 2007-10-10 | 1 | -1/+3 | |
| | ||||||
* | r19890: Fix klokwork ID 2188 | Volker Lendecke | 2007-10-10 | 1 | -1/+3 | |
| | ||||||
* | r19889: Fix klokwork ID 2187 | Volker Lendecke | 2007-10-10 | 1 | -0/+3 | |
| | ||||||
* | r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactions | Volker Lendecke | 2007-10-10 | 1 | -0/+8 | |
| | ||||||
* | r19827: Move registry_push/pull_value to lib/util_reg.c | Volker Lendecke | 2007-10-10 | 1 | -1/+116 | |
| | ||||||
* | r19811: Decode REG_MULTI_SZ and REG_BINARY | Volker Lendecke | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵ | Volker Lendecke | 2007-10-10 | 1 | -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 typo | Volker Lendecke | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r19744: merge from samba4 | Stefan Metzmacher | 2007-10-10 | 5 | -53/+198 | |
| | | | | metze | |||||
* | r19741: fix compiler warnings | Stefan Metzmacher | 2007-10-10 | 1 | -4/+8 | |
| | | | | metze | |||||
* | r19739: fix compiler warning | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r19725: sync samba3's ldb with samba4 | Stefan Metzmacher | 2007-10-10 | 31 | -628/+1810 | |
| | | | | metze | |||||
* | r19692: Another fix. | Simo Sorce | 2007-10-10 | 1 | -1/+0 | |
| | ||||||
* | r19690: Remove this ancient module, I never realized it was ported over. | Simo Sorce | 2007-10-10 | 3 | -497/+1 | |
| | ||||||
* | r19688: Fix a deadcode warning by Coverity. | Volker Lendecke | 2007-10-10 | 1 | -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 passed | Volker Lendecke | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r19666: Talloc_guide text on multithreading by Remi Turboult | Volker Lendecke | 2007-10-10 | 1 | -0/+16 | |
| | ||||||
* | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 2007-10-10 | 1 | -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 message | James Peach | 2007-10-10 | 1 | -1/+6 | |
| | | | | in core dump path. | |||||
* | r19601: Fix protection from invalid struct tm values. | Jeremy Allison | 2007-10-10 | 1 | -0/+10 | |
| | | | | | Backport from Samba4. Jeremy. | |||||
* | r19576: Correct trivial typo. | James Peach | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r19533: Add a suffix to the program name if this is a process with a | Jeremy Allison | 2007-10-10 | 1 | -1/+12 | |
| | | | | | non-default configuration file name. Jeremy. | |||||
* | r19491: backport changes from samba4 | Simo Sorce | 2007-10-10 | 8 | -35/+44 | |
| | ||||||
* | r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵ | Volker Lendecke | 2007-10-10 | 1 | -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 # 319 | Volker Lendecke | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r19448: Convert delete_share_security to struct share_params plus some cleanups | Volker Lendecke | 2007-10-10 | 2 | -4/+34 | |
| | ||||||
* | r19431: merge recent talloc performance improvements from Samba4 | Andrew Tridgell | 2007-10-10 | 3 | -594/+660 | |
| | ||||||
* | r19430: merge recent ldb changes from Samba4. This includes memory leak fixes | Andrew Tridgell | 2007-10-10 | 26 | -108/+170 | |
| | | | | and significant speedups |