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