Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-21 | Fix dp_copy_options | Jakub Hrozek | 1 | -1/+1 | |
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 1 | -34/+42 | |
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 1 | -2/+2 | |
2010-09-08 | Dead assignments cleanup in providers code | Jan Zeleny | 1 | -1/+0 | |
Dead assignments were deleted. Also prototype of function sdap_access_decide_offline() has been changed, since its return code was never used. Ticket: #586 | |||||
2010-09-02 | Initialized return value in dp_copy_options() | Jan Zeleny | 1 | -1/+1 | |
In the very unlikely case dp_copy_options was called with num_options == 0, the return value as well as the left operand of comparison on line 214 would be undefined. Ticket: #577 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+384 | |
Also update BUILD.txt |