summaryrefslogtreecommitdiff
path: root/source3/registry/regfio.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-30s3-reg: Fix copy and paste error in debug message.Andreas Schneider1-2/+2
2012-07-25Fix bug 9065: source3/registry/regfio.c: bad call to memcpyDavid Binderman1-1/+1
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-9/+9
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-7/+7
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett1-0/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-03-30s3-includes: no point in including all security headers globally.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-18s3-registry: remove some unused headers.Günther Deschner1-2/+0
2011-02-02s3: Remove superfluous ;Günther Deschner1-1/+1
2010-07-16s3-registry: use some prs macros to the only place where they are used.Günther Deschner1-0/+6
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce1-0/+1
2010-07-16s3-misc: Move smb_io_time() to regfio.cSimo Sorce1-0/+32
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-3/+3
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-02-14s3: convert registry and printing code to TYPESAFE_QSORT()Andrew Tridgell1-2/+1
2010-02-10s3-registry: update to use new DLIST macrosAndrew Tridgell1-2/+2
2009-11-29s3: "regf_hbin_allocate" only looks at the sizeVolker Lendecke1-1/+1
2009-11-29s3: "read_block" only looks at the sizeVolker Lendecke1-1/+1
2009-11-29s3: "write_block" does not use the sbuf at allVolker Lendecke1-1/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-3/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-2/+2
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-2/+3
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-2/+2
2009-04-21s3: Use common security_descriptor_equal().Jelmer Vernooij1-1/+1
2009-03-25s3-registry: remove last sec_io_desc() caller.Günther Deschner1-2/+24
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-1/+1
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-2/+2
2008-03-23Fix Coverity ID 471Volker Lendecke1-1/+1
2008-03-17Coverity fixesMarc VanHeyningen1-1/+4
2008-02-20Fix double free bugs after calling regfio_close()Tim Potter1-4/+0
2008-01-25Fix Coverity IDs 451, 452Volker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-23/+23
2007-10-15Correctly free memory in regfio pathsAlexander Bokovoy1-0/+4
2007-10-10r25417: Use DBGC_REGISTRY class.Günther Deschner1-0/+3
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-2/+6
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-2/+6
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-2/+6
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-2/+1
2007-10-10r17333: Some C++ warningsVolker Lendecke1-1/+3
2007-10-10r16409: Fix Klocwork ID's.Volker Lendecke1-5/+18
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1