summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* 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