summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_mysql.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-21Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andob...Jelmer Vernooij1-13/+33
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-6/+10
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-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-24Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij1-0/+977
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij1-1035/+0
2002-11-11More improvement of DEBUG outputJelmer Vernooij1-2/+5
2002-11-11Add extra 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