summaryrefslogtreecommitdiff
path: root/source3/registry/regfio.c
Commit message (Expand)AuthorAgeFilesLines
* regfio: Allow ignoring of checksumMichael Hanselmann2019-10-181-1/+2
* Spelling fixes s/preceeding/preceding/Mathieu Parent2019-09-011-1/+1
* regfio: Return instead of assert for short blocksMichael Hanselmann2019-06-201-1/+2
* regfio: Update code near recent changes to match README.CodingAndrew Bartlett2019-03-201-8/+14
* regfio: Improve handling of malformed registry hive filesMichael Hanselmann2019-03-201-1/+6
* regfio: Use correct function names in debug informationMichael Hanselmann2019-03-201-3/+3
* Fix typos in "valid"Michael Hanselmann2019-03-201-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* source3/registry: Fix CID 1273100 Stray semicolonAnoop C S2015-06-151-1/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-8/+8
* Convert all uses of uint32/16/8 to _t in source3/registry.Richard Sharpe2015-05-121-11/+11
* Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe2015-04-161-72/+72
* s3:registry/regfio fix some valgrind warningsChristian Ambach2014-12-021-2/+2
* s3:registry/regfio read SD from the correct locationChristian Ambach2014-12-021-2/+4
* s3-reg: Fix copy and paste error in debug message.Andreas Schneider2012-11-301-2/+2
* Fix bug 9065: source3/registry/regfio.c: bad call to memcpyDavid Binderman2012-07-251-1/+1
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-9/+9
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-7/+7
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-0/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-registry: remove some unused headers.Günther Deschner2011-03-181-2/+0
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
* s3-registry: use some prs macros to the only place where they are used.Günther Deschner2010-07-161-0/+6
* Move the remnants of rpc_parse code under registry/Simo Sorce2010-07-161-0/+1
* s3-misc: Move smb_io_time() to regfio.cSimo Sorce2010-07-161-0/+32
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+3
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3: convert registry and printing code to TYPESAFE_QSORT()Andrew Tridgell2010-02-141-2/+1
* s3-registry: update to use new DLIST macrosAndrew Tridgell2010-02-101-2/+2
* s3: "regf_hbin_allocate" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: "read_block" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: "write_block" does not use the sbuf at allVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-3/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-271-2/+3
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-2/+2
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-1/+1
* s3-registry: remove last sec_io_desc() caller.Günther Deschner2009-03-251-2/+24
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-1/+1
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-2/+2
* Fix Coverity ID 471Volker Lendecke2008-03-231-1/+1
* Coverity fixesMarc VanHeyningen2008-03-171-1/+4
* Fix double free bugs after calling regfio_close()Tim Potter2008-02-201-4/+0