Added license and rcsid string. Fixed some for...
Initial import of nss-mysql
This should have been 1.1.1.1; Makefile.am was ...
Makefile.am was updated ...
Added CVS revision tag
Added CVS revision to configure.in
Added license and rcsid string
changed default password
Specify files in the sample directory to keep '...
Added support for syslog facility/priority from...
Added license and revision info. Version updat...
Let everyone know how I plan to take over the w...
Debugging method changed. Updated dox to refle...
Moved MySQL state information here. This means...
I actually did a couple things on my list
Formatting. Call the close function to free re...
The ONLY static variable is conf now. All MySQ...
Syslogging moved to configurable component
Syslogging moved to configurable component. Mo...
Debugging goes to syslog now. No need for DEBU...
Moved syslog.h here
Added function enter/exit debugging. Moved _ns...
Added missing HAVE_LOG_AUTHPRIV
Better name for what is now HAVE___FUNC__
Added missing [server] entry
Additional file to dist
First-pass
License and revision info
Include nss_common.h. HAVE_UUFUNCUU renamed
Formatting
Initial revision
Added "debug_flags" to config
Added new debug_flags to [global] section
*** empty log message ***
Added HAVE_LOG_AUTHPRIV
Added new facility & priority options
Re-generated due to new acinclude.m4.
Comments
Version changed from 0.2 to 0.3dev
Couple new items, prioritization ...
Typo fix (s/DEBUG_NSS/debug_flags/). Better in...
Comments
New example SQL database
Renamed nss_mysql.c to nss_main.c
Use mysql_use_result instead of mysql_store_res...
Added a few generic memory alloc prototypes
Use generic memory alloc routines (which do the...
Moved MySQL-specific routines to mysql.c
story of my life ...
Don't need ci.idx anymore
Moved generic memory functions to their own file
Version change
No more [defaults] section. New [queries] sect...
slowly but surely ...
added: OPENLOG_OPTIONS MAX_LOG_LEN
acconfig.h was updated
Added new file: mysql.c
Moved all MySQL routines to their own file
Use generic memory alloc routines (which do the...
Minor changes
No more mysql_ping/HAVE_MYSQL_PING
New file. Added mysql-finder function.
Fixed segfault WRT loading an empty PTCHAR in _...
Accomplished high-prio tasks, w00t
Changes in code require changes in config format.
Call mysql_escape_string if MYSQL_VERSION_ID < ...
Protect getspent from being used by euid != 0.
New code requires format specifiers to ALL be %s
Just one query, not a query list.
Comments
Added proto for _nss_mysql_escape_string().
Check for euid change.
configure.in version change
*** empty log message ***
Fixed bug with saving/checking socket integrity
Part of a large rewrite/reorganization of code
*** empty log message ***
Added sample/*.sql to EXTRA_DIST
moved pthread stuff here. Added include for nss...
*** empty log message ***
Added /usr/local/lib/mysql to mysql lib search
Removed HAVE_MYSQL_H as it's dealt with in othe...
_nss_mysql_run_query(): Check for valid query O...
Set NSS_ARGS(args)->returnval only if NSS_SUCCE...
(const char *) for debug routine's FUNCTION arg
Several files added to project
Changes were made to acinclude.m4 ...
Further notes on linux ldconfig
*** empty log message ***
Back to %d (well, %u) for numerical formats.
Makefile.am was updated
Added _nss_mysql_default_destr function needed ...
_nss_mysql_run_query(): Don't check for valid q...
New configure.in
Removed all NSS API code and spread out to file...
Change to acinclude.m4
acinclude.m4 was updated
Completed redo of MySQL autoconf find/check
acinclude.m4 was updated
mysql.h must now be found.