Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-25 | addns: Remove unused empty header file | Kai Blin | 1 | -30/+0 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sun Sep 25 09:15:09 CEST 2011 on sn-devel-104 | |||||
2011-09-24 | addns: Allow creating AAAA records during updates | Kai Blin | 2 | -4/+60 | |
2011-09-07 | lib/addns: Remove unused TALLOC_ macros | Andrew Bartlett | 1 | -42/+0 | |
2011-06-09 | s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_MEMDUP isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 4 | -6/+6 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 4 | -13/+13 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 2 | -2/+2 | |
Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | |||||
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 2 | -3/+3 | |
2011-02-28 | s3: Eliminate select from libaddns | Volker Lendecke | 1 | -13/+11 | |
2011-02-10 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -2/+2 | |
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 10 | -0/+2537 | |
Guenther |