summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_opts.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-34/+42
|
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-2/+2
|
* Dead assignments cleanup in providers codeJan Zeleny2010-09-081-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
* Initialized return value in dp_copy_options()Jan Zeleny2010-09-021-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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+384
Also update BUILD.txt