summaryrefslogtreecommitdiff
path: root/examples/auth
Commit message (Collapse)AuthorAgeFilesLines
* Change order of flags in Makefile so that crackcheck builds under UbuntuBrian Candler2018-12-141-1/+1
| | | | | | | | | Signed-off-by: Brian Candler <b.candler@pobox.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Dec 14 04:13:38 CET 2018 on sn-devel-144
* Add #include <unistd.h> to provide prototype for getopt()Brian Candler2018-12-141-0/+1
| | | | | | | Signed-off-by: Brian Candler <b.candler@pobox.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* lib: modules: Change XXX_init interface from XXX_init(void) to ↵Jeremy Allison2017-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | 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/crackcheck: allow compilation with current buildsGarming Sam2016-05-061-1/+1
| | | | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Garming Sam <garming@samba.org> Autobuild-Date(master): Fri May 6 08:32:52 CEST 2016 on sn-devel-144
* s3-modules: remove the last "init_module" traces.Günther Deschner2011-11-141-2/+3
| | | | Guenther
* s3-waf: make sure we always build example auth modules with --enable-developer.Günther Deschner2011-10-171-0/+9
| | | | Guenther
* s3-auth: fix the build of skel auth example module.Günther Deschner2011-10-171-5/+20
| | | | Guenther
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit d0e89d246d8e5e64196d6c1d16d39a70579ca42f)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r12497: add a simplex optionSimo Sorce2007-10-101-8/+17
| | | | | better usage message (This used to be commit c007f20c955f224c6a8deeb0b1f82e8432f1b9ab)
* r12495: Crackcheck utility enhancement based on patch sent by Tom GeisslerSimo Sorce2007-10-101-2/+71
| | | | (This used to be commit aa34304f61bd10cb1f80b4c0c27dd3834dc47fa3)
* r5112: Fix for shared object creation in examples. Bugzilla #2058.Tim Potter2007-10-101-4/+4
| | | | (This used to be commit 8e5db6f08ceb969bd2580558031f3737b32f10b1)
* 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)
* r2331: check password script code and example from trunkSimo Sorce2007-10-102-0/+87
| | | | (This used to be commit f836be323a233f3a28cbaa04c532e83ea98ead89)
* Add example authentication moduleJelmer Vernooij2003-04-282-0/+90
(This used to be commit e112dc1641c47c7185e098918980df1a4d950bd7)