summaryrefslogtreecommitdiffstats
path: root/source/registry/regfio.c
Commit message (Collapse)AuthorAgeFilesLines
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-031-4/+12
|
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-3/+4
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-5/+18
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-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'sJelmer Vernooij2005-09-021-4/+4
|
* r9914: key ordering in hash list is case insensitiveGerald Carter2005-09-011-1/+1
|
* r9657: fix final issue with regf sk_records; profiles now successfully rewritesGerald Carter2005-08-261-6/+12
| | | | Win2k and WinXP user profile security descriptors.
* r9656: fix bug in sk record list with next offsetsGerald Carter2005-08-261-2/+2
|
* r9486: ensure that the registry hash records are sorted by original subkey ↵Gerald Carter2005-08-221-3/+4
| | | | name and not the 4 character hash key
* r8607: BUG 2900 more compiler warningsGerald Carter2005-07-191-9/+10
|
* r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter2005-07-191-1/+1
|
* r8604: BUG 2890: fix unitialized variable reported by Jason Mader ↵Gerald Carter2005-07-191-0/+1
| | | | <jason@ncac.gwu.edu>
* r7470: fix block size caculation error when request size > 4096 bytesGerald Carter2005-06-101-1/+1
|
* r7020: fixing printer ace values and getting rid of false compiler warning ↵Gerald Carter2005-05-271-1/+1
| | | | about unitialized variable
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2005-05-261-1/+4
| | | | | * add RegSaveKey() client function * add 'net rpc registry save' subcommand
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2005-05-231-0/+1871
* removing the testprns tool