summaryrefslogtreecommitdiff
path: root/examples/pdb
Commit message (Collapse)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to ↵Jeremy Allison2017-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | XXX_init(TALLOC_CTX *) Not currently used - no logic changes inside. This will make it possible to pass down a long-lived talloc context from the loading function for modules to use instead of having them internally all use talloc_autofree_context() which is a hidden global. Updated all known module interface numbers, and added a WHATSNEW. Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144
* examples/pdb: fix and validate pdb_test_init() prototype via static_decl_pdb;Stefan Metzmacher2015-08-201-2/+2
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* s3-modules: remove the last "init_module" traces.Günther Deschner2011-11-141-2/+4
| | | | Guenther
* s3-waf: make sure we always build example pdb modules with --enable-developer.Günther Deschner2011-10-171-0/+10
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 17 17:39:36 CEST 2011 on sn-devel-104
* s3-passdb: fix the build of example pdb test module.Günther Deschner2011-10-171-32/+1
| | | | Guenther
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r22805: Inform in examples/pdb about the location of the external support forLars Müller2007-10-101-0/+4
| | | | | the SQL backends. (This used to be commit 37f2191cd364dd6c2223b2e19072920ad2a257d6)
* r16998: patch from Paul Griffith <paulg@cs.yorku.ca> to fix compile of the ↵Gerald Carter2007-10-101-12/+12
| | | | | | test.c pdb file (This used to be commit 34ad8e183cf882913c32b4d03c9ab5fc09181ad2)
* r14684: Remove obsolete file (belonged to pdb_xml)Jelmer Vernooij2007-10-101-46/+0
| | | | (This used to be commit 15c36233fb2e5164ea0fbb2389a066e34838dd20)
* 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 (This used to be commit 5b89e8bc24f0fdc8b52d5c9e849aba723df34ea7)
* r13343: More sql cleanupVolker Lendecke2007-10-102-48/+0
| | | | (This used to be commit bd1be2388ebdc332c00289f10f0af17e6cd8b44a)
* r5705: Have unknown_6 default to 1260 (fixed #892)Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 710ce847a79fa9e7ba488de46a2f69fc9d617e62)
* r5112: Fix for shared object creation in examples. Bugzilla #2058.Tim Potter2007-10-101-4/+4
| | | | (This used to be commit 8e5db6f08ceb969bd2580558031f3737b32f10b1)
* r5111: Fix up changed prototype for setsampwent pdb function.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4)
* r4653: Output file of "test" pdb backend should be called test.soJelmer Vernooij2007-10-103-2/+2
| | | | (This used to be commit 95c8727045fab0c6aa3446871e19e7b29c20382d)
* 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. (This used to be commit 80d591f8cc62d513eb99112e6533b93ee901d27d)
* r2210: Fix misleading comment found by Heinrich Mislik ↵Simo Sorce2007-10-101-2/+2
| | | | | | <Heinrich.Mislik@univie.ac.at> (This used to be commit 3a88ee4c444c7b953c9f88b19998a5d84fc5e17c)
* r379: Fix syntax error in example mysql tableJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 2a7aaedab66e1b69648cff2293f6661541c3a2a4)
* change my email address to the samba.org oneStefan Metzmacher2004-03-241-1/+1
| | | | | metze (This used to be commit 5bf8f1b31b7b37317e78bbb9fbf3cd25290027b5)
* Another little one: Make pdb_test.c at least compile, although its way out ofVolker Lendecke2003-12-302-8/+4
| | | | | | | date. Volker (This used to be commit 5d7a14166af3daf04b570fd5f66469d5db5a3500)
* Add new fields bad_password_count and logon_countJelmer Vernooij2003-11-091-1/+3
| | | | (This used to be commit 58c21bc0d1e9a39e64ce7b9efd637dc776c06029)
* Add DTD used by XML passdb backendJelmer Vernooij2003-06-161-0/+46
| | | | (This used to be commit f3fd321b61dbf53b1dc33a42afe8a943c94c1135)
* Update for the new modules systemJelmer Vernooij2003-04-281-4/+10
| | | | (This used to be commit 528c56176b186d9fa43f6a0c9831562c123ec25d)
* Update for new modules systemJelmer Vernooij2003-04-281-46/+7
| | | | (This used to be commit bd2444322956cd34a95159114547b5ddc804df9e)
* Fix typoJelmer Vernooij2002-11-111-1/+1
| | | | (This used to be commit ad5cb338a1e5e60116757a1c8f2fb844ad062401)
* Sync with HEADJelmer Vernooij2002-11-109-1757/+0
| | | | (This used to be commit b6359c585a563f9694d8afacd43329dece6af500)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-102-0/+46
|\ | | | | | | used to be commit 37ca4bbf0c7895e3a17544e3ac6d316034424f3d)
| * Add example for MySQLJelmer Vernooij2002-11-102-0/+46
| | | | | | | | (This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5)
| * Move pdb_xml to source/Jelmer Vernooij2002-11-055-618/+0
| | | | | | | | (This used to be commit b68106a79e4536fa82d75dd330d07dba51bfeaf4)
| * Convert pdb_mysql docs to sgmlJelmer Vernooij2002-11-051-92/+0
| | | | | | | | (This used to be commit 6642f6c5a9d6fa52a41a382850ed8bb3e1ebf701)
| * Move pdb_mysql to source/passdbJelmer Vernooij2002-11-053-1047/+0
| | | | | | | | (This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
| * Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| | | | | | | | (This used to be commit 91f9c9e1d8b490eb384198ff012f65e22f834c39)
| * Don't pass true to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| | | | | | | | (This used to be commit e803bfde3d0b199155a87975e8af65f13babe692)
| * Adapt to metze's PDB_SET patchJelmer Vernooij2002-11-042-58/+58
| | | | | | | | (This used to be commit 33c7a296b3bdfab276ed91ea77077eedbeed3757)
| * Change pdb_xml functions to return NTSTATUSJelmer Vernooij2002-09-261-14/+15
| | | | | | | | (This used to be commit 834fcd23959ed202a84069bf19390103f563540c)
| * Change pdb_mysql function to return NTSTATUSJelmer Vernooij2002-09-261-65/+76
| | | | | | | | (This used to be commit fa056769a08c93f086f05baf9095ee93217f92f1)
| * Make functions return NTSTATUS instead of BOOLJelmer Vernooij2002-09-261-14/+14
| | | | | | | | (This used to be commit 6347d40eff03ad780446bdae0f1dfe0bc9edf824)
| * Better coding styleJelmer Vernooij2002-08-172-40/+19
| | | | | | | | (This used to be commit 09cb706dd1347ff29893ef33214332990be86b43)
| * Better coding styleJelmer Vernooij2002-08-172-18/+8
| | | | | | | | | | Move out last Makefile.pdb dependencies (This used to be commit 2dc8b48632b0f14834db79f851a06469d2c0c00b)
* | syncing up with HEAD again....Gerald Carter2002-09-263-93/+105
| | | | | | | | (This used to be commit e026b84815ad1a5fa981c24fff197fefa73b4928)
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-254-58/+27
| | | | | | | | (This used to be commit 803715d96016767c55202362b17096fc80786c59)
* | sync 3_0 branch with HEADJelmer Vernooij2002-08-172-4/+8
| | | | | | | | (This used to be commit 19ab776bf9c91cf4e56887fd7a63d3253b7e36ef)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-08-179-0/+1776
|\ \ | |/ | | | | used to be commit 6938b5b98abd9ba055a46583a05c4fc07e32f529)
| * 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 (This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
| * 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 (This used to be commit 4a57c445dd4354034fc41b132a484afe6ab66e16)
| * Add some comments on writing new pdb modules. (from ctrlsoft)Andrew Bartlett2002-06-141-0/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit 0a64ff4c9984c751ed6bd9e9bc8d16c70abec02d)
| * 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 used to be commit 2498bc69d4e5c38ec385f640489daa94c508c726)
| * 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 (This used to be commit c10def37f506d3f2bab442418ac08fdb62659b02)