summaryrefslogtreecommitdiff
path: root/examples/pdb
Commit message (Collapse)AuthorAgeFilesLines
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r22805: Inform in examples/pdb about the location of the external support forLars Müller2007-10-101-0/+4
| | | | the SQL backends.
* r16998: patch from Paul Griffith <paulg@cs.yorku.ca> to fix compile of the ↵Gerald Carter2007-10-101-12/+12
| | | | test.c pdb file
* r14684: Remove obsolete file (belonged to pdb_xml)Jelmer Vernooij2007-10-101-46/+0
|
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-1/+1
| | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
* r13343: More sql cleanupVolker Lendecke2007-10-102-48/+0
|
* r5705: Have unknown_6 default to 1260 (fixed #892)Jelmer Vernooij2007-10-101-1/+1
|
* r5112: Fix for shared object creation in examples. Bugzilla #2058.Tim Potter2007-10-101-4/+4
|
* r5111: Fix up changed prototype for setsampwent pdb function.Tim Potter2007-10-101-1/+1
|
* r4653: Output file of "test" pdb backend should be called test.soJelmer Vernooij2007-10-103-2/+2
|
* r2567: Patches from Lars Mueller <lmuelle at suse dot de>:Gerald Carter2007-10-101-2/+2
| | | | | | | | | trivial fix for autoconf and autoheader versions with a letter in the version string. This happens in our current beta named distribution tree. trivial patch to fix the build with the upcoming libtool version. It will be mandatory to use --mode while using libtool.
* r2210: Fix misleading comment found by Heinrich Mislik ↵Simo Sorce2007-10-101-2/+2
| | | | <Heinrich.Mislik@univie.ac.at>
* r379: Fix syntax error in example mysql tableJelmer Vernooij2007-10-101-1/+1
|
* change my email address to the samba.org oneStefan Metzmacher2004-03-241-1/+1
| | | | metze
* Another little one: Make pdb_test.c at least compile, although its way out ofVolker Lendecke2003-12-302-8/+4
| | | | | | date. Volker
* Add new fields bad_password_count and logon_countJelmer Vernooij2003-11-091-1/+3
|
* Add DTD used by XML passdb backendJelmer Vernooij2003-06-161-0/+46
|
* Update for the new modules systemJelmer Vernooij2003-04-281-4/+10
|
* Update for new modules systemJelmer Vernooij2003-04-281-46/+7
|
* Fix typoJelmer Vernooij2002-11-111-1/+1
|
* Sync with HEADJelmer Vernooij2002-11-109-1757/+0
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-102-0/+46
|\
| * Add example for MySQLJelmer Vernooij2002-11-102-0/+46
| |
| * Move pdb_xml to source/Jelmer Vernooij2002-11-055-618/+0
| |
| * Convert pdb_mysql docs to sgmlJelmer Vernooij2002-11-051-92/+0
| |
| * Move pdb_mysql to source/passdbJelmer Vernooij2002-11-053-1047/+0
| |
| * Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| |
| * Don't pass true to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| |
| * Adapt to metze's PDB_SET patchJelmer Vernooij2002-11-042-58/+58
| |
| * Change pdb_xml functions to return NTSTATUSJelmer Vernooij2002-09-261-14/+15
| |
| * Change pdb_mysql function to return NTSTATUSJelmer Vernooij2002-09-261-65/+76
| |
| * Make functions return NTSTATUS instead of BOOLJelmer Vernooij2002-09-261-14/+14
| |
| * Better coding styleJelmer Vernooij2002-08-172-40/+19
| |
| * Better coding styleJelmer Vernooij2002-08-172-18/+8
| | | | | | | | Move out last Makefile.pdb dependencies
* | syncing up with HEAD again....Gerald Carter2002-09-263-93/+105
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-254-58/+27
| |
* | sync 3_0 branch with HEADJelmer Vernooij2002-08-172-4/+8
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-08-179-0/+1776
|\ \ | |/
| * Adding pdb_xml and pdb_mysql passdb modules.Jelmer Vernooij2002-08-1011-4/+1784
| | | | | | | | Added some consts to pdb_test to follow pdb_methods struct more strictly
| * Add module versioning to the passdb module systemAndrew Bartlett2002-06-222-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | All passdb modules need to include a 'magic' macro that creates simple 'return my version number' function. (from metze and jelmer) Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive(). (from metze) Andrew Bartlett
| * Add some comments on writing new pdb modules. (from ctrlsoft)Andrew Bartlett2002-06-141-0/+7
| | | | | | | | Andrew Bartlett
| * Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-17/+27
| | | | | | | | | | | | | | | | | | | | | | - convert net to popt - convert status to popt - adapt examples/pdb/ to multiple passdb system - add dynamic debug class example to examples/pdb/ and some reformatting to better match the samba coding style. Andrew Bartlett
| * This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | <jelmer@nl.linux.org>. This patch also includes major rework of pdbedit to use popt, and the addition of -i paramter (allowing the user to specify which PDBs is being operated on) and -e to export a pdb - useful for backup and testing etc. Use of -i and -e gets us pdb2pdb functionality for transition between backends, much like the sam2sam in TNG. Andrew Bartlett
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-152-19/+83
|/
* Also add the matching example pdb module.Andrew Bartlett2002-02-223-0/+161