summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_mysql.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-12Try to remove the last vestiges of unknown_3...Jim McDonough1-1/+0
2004-01-04- Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij1-501/+23
2003-09-20Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij1-10/+28
2003-09-19Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy1-3/+5
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-6/+10
2003-09-06Only set sids when they're retrurned by the MySQL queryJelmer Vernooij1-2/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-28Fix number of arguments to asprintf()Jelmer Vernooij1-1/+1
2003-04-24Don't store UID or GIDJelmer Vernooij1-38/+13
2003-04-24Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij1-92/+31
2003-04-21- Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij1-4/+1
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-5/+12
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-2/+1
2002-11-11Improve DEBUG output somewhat moreJelmer Vernooij1-2/+5
2002-11-11Add more debug infoJelmer Vernooij1-2/+2
2002-11-10Print the number of returned rows, not the number of fieldsJelmer Vernooij1-2/+2
2002-11-07Fix small typoJelmer Vernooij1-1/+1
2002-11-06Add group management support (patch from metze)Jelmer Vernooij1-0/+60
2002-11-06Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij1-13/+10
2002-11-05Move pdb_mysql to source/passdbJelmer Vernooij1-0/+975