summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter1-10/+16
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter3-10/+46
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-0/+24
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter5-12/+16
2007-10-10r7470: fix block size caculation error when request size > 4096 bytesGerald Carter1-1/+1
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+2
2007-10-10r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter1-1/+1
2007-10-10r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter1-1/+4
2007-10-10r6953: Many compilers in the build farm don't like static variables initializ...Volker Lendecke1-3/+3
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter9-374/+2528
2007-10-10r6680: event log patches from MarcinGerald Carter1-10/+106
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-1/+1
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-0/+7
2007-10-10r6014: rather large change set....Gerald Carter2-1/+306
2007-10-10r5541: Fix crash bug in the client-spoolss enumdataex-call.Günther Deschner1-1/+1
2007-10-10r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)Gerald Carter1-4/+5
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison5-23/+23
2007-10-10r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner1-0/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-22/+19
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1
2003-04-14Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter1-2/+2
2003-03-19Add the correct file :-( to ignore .po and .po32 files.Martin Pool1-0/+2
2003-03-19Remove this .po file from the repository. I meant to add a cvsignoreMartin Pool1-0/+0
2003-03-19Ignore .po and .po32 files.Martin Pool1-0/+0
2003-03-05More const fixes.Jeremy Allison1-1/+1
2003-02-25Progress on CR 601Gerald Carter1-4/+3
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-16/+16
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-16/+16
2003-01-02BIG patch...Andrew Bartlett2-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-12-05Add some constJim McDonough1-3/+3
2002-12-03Don't segfault when trying to delete a key when none exist.Jim McDonough1-0/+2
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter1-23/+46
2002-08-30break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter2-347/+372
2002-08-22fix registry editor API for printing backend after I changedGerald Carter2-38/+68
2002-08-22Fix compile warnings.Tim Potter1-4/+0
2002-08-18fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter1-1/+1
2002-08-18fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter1-2/+1
2002-08-16Fairly large change to printing code.Gerald Carter2-4/+93
2002-08-11Merge of case fixes from APPLIANCE_HEAD.Tim Potter1-5/+5
2002-08-06Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett1-1/+1
2002-08-04commented out strupper before key check against internal db, it's no goodSimo Sorce1-1/+1
2002-07-29hardcode printprocessor name since it is everywhere elseGerald Carter1-1/+1
2002-07-263 things:Gerald Carter1-1/+5
2002-07-24* fix return code so we don't let a client just open any key it wantsGerald Carter1-2/+2
2002-07-24done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2-23/+188
2002-07-24several changes in this checkinGerald Carter3-59/+346
2002-07-23* fix to display correct form information in REG_BINARY informationGerald Carter1-17/+19