summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* Try to remove the last vestiges of unknown_3...Jim McDonough2004-02-121-1/+0
* - Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij2004-01-041-501/+23
* Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij2003-09-201-10/+28
* Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy2003-09-191-3/+5
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-6/+10
* Only set sids when they're retrurned by the MySQL queryJelmer Vernooij2003-09-061-2/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
* Don't store UID or GIDJelmer Vernooij2003-04-241-38/+13
* Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-241-92/+31
* - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-211-4/+1
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-5/+12
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-2/+1
* Improve DEBUG output somewhat moreJelmer Vernooij2002-11-111-2/+5
* Add more debug infoJelmer Vernooij2002-11-111-2/+2
* Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
* Fix small typoJelmer Vernooij2002-11-071-1/+1
* Add group management support (patch from metze)Jelmer Vernooij2002-11-061-0/+60
* Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2002-11-061-13/+10
* Move pdb_mysql to source/passdbJelmer Vernooij2002-11-051-0/+975