Commit Graph

723 Commits

Author SHA1 Message Date
Howard Chu
dfbc114bfe ITS#6311 fix --enable-deref 2009-09-29 23:53:43 +00:00
Pierangelo Masarati
f3cdcadf89 wrap gmtime for reentrancy (ITS#6262) 2009-08-18 23:48:15 +00:00
Howard Chu
e0bcb7b571 ITS#4643 never use native getpass(), it's deprecated/unsafe 2009-07-22 06:34:37 +00:00
Howard Chu
61339a7f7f sssvlv and seqmod should be off by default 2009-07-13 15:45:25 +00:00
Howard Chu
28b38306c6 Add sssvlv overlay 2009-07-13 14:27:04 +00:00
Howard Chu
e0dcef65f4 ITS#6091,6092,6093,5369 remove gssapi from configure, should never be used.
leave code in place for now.
2009-07-05 01:42:26 +00:00
Howard Chu
4b8485c47a ITS#5696 Additional MozNSS support from rmeggins@redhat.com 2009-07-02 23:10:23 +00:00
Howard Chu
555b5a6d30 ITS#6102,6078 fix winsock detection 2009-05-10 09:52:00 +00:00
Hallvard Furuseth
43f219d752 Revert previous commit (checking for strnlen), as ber_strnlen does not need it 2009-05-01 03:12:40 +00:00
Pierangelo Masarati
85b47ab0e7 define and use ber_strnlen() (ITS#6080); please regenerate configure and include/portable.hin 2009-04-29 11:38:31 +00:00
Quanah Gibson-Mount
cf8547c5bd ITS#5905 2009-01-26 22:52:40 +00:00
Howard Chu
df018dd975 ITS#5846 check for Solaris -lgss 2009-01-26 09:41:31 +00:00
Kurt Zeilenga
4af9eb9715 Update copyright notices 2009-01-22 00:40:04 +00:00
Howard Chu
c4f85692e0 Fix typo in prev commit 2009-01-20 23:15:59 +00:00
Kurt Zeilenga
606393aa80 working vsnprintf (at least on MSVC++ 2008) 2009-01-17 04:32:15 +00:00
Kurt Zeilenga
84a7b24ab8 Revert previous commit 2009-01-17 02:09:13 +00:00
Kurt Zeilenga
6e5b2c7940 debug code 2009-01-17 02:08:09 +00:00
Kurt Zeilenga
32ab9ff4ac uuid fixes 2009-01-17 01:50:21 +00:00
Kurt Zeilenga
ad50f9e890 Fix syntax error in winsock lib check 2009-01-17 01:20:20 +00:00
Kurt Zeilenga
2ee95af19c Tweak winsock test 2009-01-17 01:15:30 +00:00
Kurt Zeilenga
f8fdd57276 Remove extra semi 2009-01-17 01:05:33 +00:00
Kurt Zeilenga
b94b5fa82e add MSVC test 2009-01-17 00:51:05 +00:00
Kurt Zeilenga
7bd66343b1 *** empty log message *** 2009-01-17 00:49:38 +00:00
Kurt Zeilenga
577444f947 x hack 2009-01-17 00:34:58 +00:00
Kurt Zeilenga
97a68957a1 Another attempt 2009-01-17 00:20:14 +00:00
Kurt Zeilenga
d91b745ee8 Fix test 2009-01-17 00:09:25 +00:00
Kurt Zeilenga
bf55374d6b Another winsock attempt 2009-01-17 00:04:24 +00:00
Kurt Zeilenga
e98179c80e cygwin hack 2009-01-16 23:54:56 +00:00
Kurt Zeilenga
e71f21959c Another winsock2 fix attempt 2009-01-16 23:45:24 +00:00
Kurt Zeilenga
c31eef293f Fix winsock test to properly use cache 2009-01-16 23:28:31 +00:00
Kurt Zeilenga
17441c7cbc Trail fix for MSVC++ vsnprintf problem 2009-01-16 22:05:05 +00:00
Howard Chu
5565247bee ITS#4750 check for geteuid() 2008-11-21 02:03:57 +00:00
Pierangelo Masarati
91e14ca638 add support for (experimental) dereference control (ITS#5768); need to re-run autoconf (and autoheader?) 2008-10-22 22:19:49 +00:00
Howard Chu
f7484f78e6 ITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher <metze@samba.org>
and Rafal Szczeniak <mimir@samba.org>, with minor cleanups
2008-10-09 10:51:28 +00:00
Howard Chu
57cfcdcde7 Updated BerkeleyDB version tests 2008-09-16 07:43:27 +00:00
Howard Chu
03078d5f26 Don't define anything when -lndbclient is found 2008-09-11 00:35:12 +00:00
Howard Chu
e2722b0c94 ITS#5659 "collect" overlay enhancements 2008-09-11 00:29:56 +00:00
Quanah Gibson-Mount
6dfa7b760e Disable back-bdb by default (per discussion with Howard) 2008-09-05 20:59:50 +00:00
Howard Chu
e6fb0b0ce4 ITS#5672 add checks for NDB headers and libraries 2008-08-31 00:18:08 +00:00
Pierangelo Masarati
94d8ab48ff initialize BUILD_NDB; please regenerate with autoconf 2.59 2008-08-30 12:43:58 +00:00
Howard Chu
f6edefa25d Add back-ndb 2008-08-26 21:48:17 +00:00
Pierangelo Masarati
b781b16be1 allow checking for odbc32 library (blind fix to ITS#5602) 2008-07-12 16:38:19 +00:00
Kurt Zeilenga
c890c96d13 Happy New Year (belated) 2008-01-08 00:19:56 +00:00
Pierangelo Masarati
6bd3ddcdaa fix building of memberof as module 2007-09-14 22:04:50 +00:00
Howard Chu
b6827c75a8 back-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested) 2007-09-07 12:02:43 +00:00
Pierangelo Masarati
ee8431b22d add memberOf overlay 2007-08-24 02:46:55 +00:00
Hallvard Furuseth
5514698883 ITS#5033: Do not make depend if configure does not figure out how 2007-07-02 15:15:31 +00:00
Hallvard Furuseth
3750520f6f Fix HP-UX crash: Replace socklen_t with ber_socklen_t from configure. ITS#4629. 2007-06-09 23:35:20 +00:00
Howard Chu
08aefa053a Must set TLS_LIBS for gnutls 2007-05-23 23:28:11 +00:00
Hallvard Furuseth
2d5316b4c1 Only use terminal escapes (in $TB/$TN) when printing to a terminal. 2007-05-18 18:42:59 +00:00