Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Coverity ID 471 | Volker Lendecke | 2008-03-27 | 1 | -1/+1 |
| | | | | (cherry picked from commit d3b6df67fea0da5ffa962837400ebe07b34a5384) | ||||
* | Coverity fixes | Marc VanHeyningen | 2008-03-18 | 1 | -1/+4 |
| | | | | (cherry picked from commit 3fc85d22590550f0539215d020e4411bf5b14363) | ||||
* | Fix double free bugs after calling regfio_close() | Tim Potter | 2008-02-20 | 1 | -4/+0 |
| | |||||
* | Fix Coverity IDs 451, 452 | Volker Lendecke | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | Remove tiny code duplication | Volker Lendecke | 2007-12-29 | 1 | -2/+3 |
| | | | | ndr_size_security_descriptor does the same as sec_desc_size | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -23/+23 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | Correctly free memory in regfio paths | Alexander Bokovoy | 2007-10-15 | 1 | -0/+4 |
| | |||||
* | r25417: Use DBGC_REGISTRY class. | Günther Deschner | 2007-10-10 | 1 | -0/+3 |
| | | | | Guenther | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23080: Fix bug #4637 - we hads missed some cases where | Jeremy Allison | 2007-10-10 | 1 | -2/+6 |
| | | | | | we were calling PRS_ALLOC_MEM with zero count. Jeremy. | ||||
* | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 2007-10-10 | 1 | -2/+6 |
| | | | | | That should be it.... Jeremy. | ||||
* | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 2007-10-10 | 1 | -2/+6 |
| | | | | Jeremy. | ||||
* | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 2007-10-10 | 1 | -2/+1 |
| | | | | | | | and DLIST_DEMOTE() now take the type of the tmp pointer not the tmp pointer itself anymore. metze | ||||
* | r17333: Some C++ warnings | Volker Lendecke | 2007-10-10 | 1 | -1/+3 |
| | |||||
* | r16409: Fix Klocwork ID's. | Volker Lendecke | 2007-10-10 | 1 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | 1177 In reg_perfcount.c: 1200 1202 1203 1204 In regfio.c: 1243 1245 1246 1247 1251 Jerry, the reg_perfcount and regfio.c ones, can you take a look please? This is really your code, and I'm not sure I did the right thing to return an error. smbcacls.c: 1377 srv_eventlog_nt.c: 1415 1416 1417 srv_lsa_nt.c: 1420 1421 srv_netlog_nt.c: 1429 srv_samr_nt: 1458 1459 1460 Volker Volker | ||||
* | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) | ||||
* | r9965: Fix some typo's | Jelmer Vernooij | 2007-10-10 | 1 | -4/+4 |
| | |||||
* | r9914: key ordering in hash list is case insensitive | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r9657: fix final issue with regf sk_records; profiles now successfully rewrites | Gerald Carter | 2007-10-10 | 1 | -6/+12 |
| | | | | Win2k and WinXP user profile security descriptors. | ||||
* | r9656: fix bug in sk record list with next offsets | Gerald Carter | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | r9486: ensure that the registry hash records are sorted by original subkey ↵ | Gerald Carter | 2007-10-10 | 1 | -3/+4 |
| | | | | name and not the 4 character hash key | ||||
* | r8607: BUG 2900 more compiler warnings | Gerald Carter | 2007-10-10 | 1 | -9/+10 |
| | |||||
* | r8606: BUG 2899: fix compiler warning in regfio routine | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r8604: BUG 2890: fix unitialized variable reported by Jason Mader ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+1 |
| | | | | <jason@ncac.gwu.edu> | ||||
* | r7470: fix block size caculation error when request size > 4096 bytes | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r7020: fixing printer ace values and getting rid of false compiler warning ↵ | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | about unitialized variable | ||||
* | r6995: * fixing segfault when writing out registry values of zero length | Gerald Carter | 2007-10-10 | 1 | -1/+4 |
| | | | | | * add RegSaveKey() client function * add 'net rpc registry save' subcommand | ||||
* | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 2007-10-10 | 1 | -0/+1871 |
* removing the testprns tool |