summaryrefslogtreecommitdiffstats
path: root/source4/lib/idtree.c
Commit message (Collapse)AuthorAgeFilesLines
* r6687: added a idr helper function for creating random IDsAndrew Tridgell2007-10-101-0/+18
| | | | (This used to be commit ef573df2a012e9a192487f207502ef1027c66d4b)
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
| | | | | | large commit. I thought this was worthwhile to get done for consistency. (This used to be commit ec32b22ed5ec224f6324f5e069d15e92e38e15c0)
* r3130: - added a LOCAL-IDTREE test suiteAndrew Tridgell2007-10-101-31/+37
| | | | | | | - made idtree return a "struct idr_context *" instead of a void* - more efficient idr_remove for ids that are not present (patch from Jim Houston) (This used to be commit f8d12d4b4ae5a38de7869deb782cb8f48504844c)
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | | idr_get_new() limits - change idr_get_new() to use > instead of >= in the limit check (This used to be commit 834b09929bcb8aabdd151b7c2306001497cabdb4)
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-101-0/+360
- converted the tid handling to use a idtree instead of bitmaps (This used to be commit 4220914179d10132057216650b65ed7f7679717e)