Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-07-05 | lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 types | Björn Jacke | 1 | -20/+20 |
2011-11-23 | Fix uninitialized variable frees on error paths. | Jeremy Allison | 1 | -11/+11 |
2011-11-23 | Ensure we don't free uninitialized variables. | Jeremy Allison | 1 | -2/+2 |
2011-11-22 | s3 libaddns: Prevent a crash when dns_create_update fails | Kai Blin | 1 | -1/+1 |
2011-09-24 | addns: Allow creating AAAA records during updates | Kai Blin | 1 | -4/+56 |
2011-06-09 | s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -2/+2 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -3/+3 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -1/+1 |
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 1 | -0/+422 |