]> git.evergreen-ils.org Git - Evergreen.git/commit
Added doxygen-style comments to several functions.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Mar 2010 15:54:43 +0000 (15:54 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Mar 2010 15:54:43 +0000 (15:54 +0000)
commit35cbfd5cccae4d10fa7d6633eb8481b56b8ec11d
tree89c58d7a8a18aaf9d4b7103f0020dc244f167b25
parent22f17400fc75fcc9fdb59dca1f88efb22d35559f
Added doxygen-style comments to several functions.

Also, in oilsAuthInit():

1. Moved the declarations of several variables closer to their first uses.

2. Instead of using va_list_to_string() to build a seed, exploit the fact that
md5sum() builds its input using printf-style formatting.  This change eliminates
a malloc(), a free(), and two calls to vsprintf().

M    Open-ILS/src/c-apps/oils_auth.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15867 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_auth.c