index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
/
regfio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-7
/
+7
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
libcli/security: move secdesc.c to the top level libcli/security
Andrew Bartlett
2011-05-31
1
-0
/
+1
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
s3-includes: no point in including all security headers globally.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-registry: remove some unused headers.
Günther Deschner
2011-03-18
1
-2
/
+0
*
s3: Remove superfluous ;
Günther Deschner
2011-02-02
1
-1
/
+1
*
s3-registry: use some prs macros to the only place where they are used.
Günther Deschner
2010-07-16
1
-0
/
+6
*
Move the remnants of rpc_parse code under registry/
Simo Sorce
2010-07-16
1
-0
/
+1
*
s3-misc: Move smb_io_time() to regfio.c
Simo Sorce
2010-07-16
1
-0
/
+32
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-3
/
+3
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-2
/
+2
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3: convert registry and printing code to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
1
-2
/
+1
*
s3-registry: update to use new DLIST macros
Andrew Tridgell
2010-02-10
1
-2
/
+2
*
s3: "regf_hbin_allocate" only looks at the size
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: "read_block" only looks at the size
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: "write_block" does not use the sbuf at all
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-3
/
+3
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-2
/
+2
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
1
-2
/
+3
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-2
/
+2
*
s3: Use common security_descriptor_equal().
Jelmer Vernooij
2009-04-21
1
-1
/
+1
*
s3-registry: remove last sec_io_desc() caller.
Günther Deschner
2009-03-25
1
-2
/
+24
*
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
2009-02-26
1
-1
/
+1
*
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
1
-2
/
+2
*
Fix Coverity ID 471
Volker Lendecke
2008-03-23
1
-1
/
+1
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-1
/
+4
*
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
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-23
/
+23
*
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
*
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
*
r23080: Fix bug #4637 - we hads missed some cases where
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
Stefan Metzmacher
2007-10-10
1
-2
/
+1
*
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
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-1
/
+1
*
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
[next]