Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-09 | added _const versions of some of the str_list_*() functions | Andrew Tridgell | 1 | -0/+64 | |
These const versions don't copy the strings themselves, which is useful when those strings point at known constant data (into the schema in this case) | |||||
2009-04-09 | added str_list_unique() and str_list_show() | Andrew Tridgell | 1 | -28/+49 | |
I also undid some of the const changes from Andrew, as they didn't in fact resolve the const warnings. | |||||
2009-04-08 | Rework util_strlist prototypes to use a bit more and less const | Andrew Bartlett | 1 | -7/+32 | |
Hopefully this produces less warnings, but it might produce more... Andrew Bartlett | |||||
2009-04-07 | added a str_list_append() function | Andrew Tridgell | 1 | -0/+23 | |
2008-10-12 | Add extra const. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -8/+10 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+308 | |
Conflicts: source4/Makefile |