Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -7/+7 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | libcli/security: move secdesc.c to the top level libcli/security | Andrew Bartlett | 1 | -0/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-03-30 | s3-includes: no point in including all security headers globally. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-18 | s3-registry: remove some unused headers. | Günther Deschner | 1 | -2/+0 |
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -1/+1 |
2010-07-16 | s3-registry: use some prs macros to the only place where they are used. | Günther Deschner | 1 | -0/+6 |
2010-07-16 | Move the remnants of rpc_parse code under registry/ | Simo Sorce | 1 | -0/+1 |
2010-07-16 | s3-misc: Move smb_io_time() to regfio.c | Simo Sorce | 1 | -0/+32 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -3/+3 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 |
2010-02-14 | s3: convert registry and printing code to TYPESAFE_QSORT() | Andrew Tridgell | 1 | -2/+1 |
2010-02-10 | s3-registry: update to use new DLIST macros | Andrew Tridgell | 1 | -2/+2 |
2009-11-29 | s3: "regf_hbin_allocate" only looks at the size | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: "read_block" only looks at the size | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: "write_block" does not use the sbuf at all | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -3/+3 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -2/+2 |
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -2/+3 |
2009-04-27 | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 1 | -2/+2 |
2009-04-21 | s3: Use common security_descriptor_equal(). | Jelmer Vernooij | 1 | -1/+1 |
2009-03-25 | s3-registry: remove last sec_io_desc() caller. | Günther Deschner | 1 | -2/+24 |
2009-02-26 | s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr" | Michael Adam | 1 | -1/+1 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-23 | Fix Coverity ID 471 | Volker Lendecke | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+4 |
2008-02-20 | Fix double free bugs after calling regfio_close() | Tim Potter | 1 | -4/+0 |
2008-01-25 | Fix Coverity IDs 451, 452 | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -2/+3 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -23/+23 |
2007-10-15 | Correctly free memory in regfio paths | Alexander Bokovoy | 1 | -0/+4 |
2007-10-10 | r25417: Use DBGC_REGISTRY class. | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23080: Fix bug #4637 - we hads missed some cases where | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r16409: Fix Klocwork ID's. | Volker Lendecke | 1 | -5/+18 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r9965: Fix some typo's | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r9914: key ordering in hash list is case insensitive | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r9657: fix final issue with regf sk_records; profiles now successfully rewrites | Gerald Carter | 1 | -6/+12 |