Commit Graph

682 Commits

Author SHA1 Message Date
Predrag "Pele" Balorda
38cdb9e6ba gtk-tool updates 1998-11-28 20:25:09 +00:00
Predrag "Pele" Balorda
9365ceab85 Removed stale files from gtk-tool 1998-11-28 18:10:50 +00:00
Predrag "Pele" Balorda
b50348c53a Added php3tool.conf. The beginnings of a great era... 1998-11-28 11:59:08 +00:00
Predrag "Pele" Balorda
43e572aba7 Updated some stuff on php3-tool 1998-11-28 11:57:38 +00:00
Predrag "Pele" Balorda
2fcab46c60 Added include/preferences.inc to php3-tool. Aploligies for forgetting to add it before. 1998-11-28 11:57:02 +00:00
Predrag "Pele" Balorda
c6ae177b07 Added style.css for php3-tool. I really don't know why it wasn't in the repository before.... 1998-11-28 11:54:48 +00:00
Kurt Zeilenga
e2ee741ea8 Replace strdup() with ch_strdup() such that exit() will be called
if strdup fails.  This is better than not checking, but we should
add orderly shutdown.
1998-11-27 20:21:54 +00:00
Kurt Zeilenga
9b09d42a1d Apply preliminary patch provided by Hallvard.
This still needs significant review!
1998-11-27 20:02:55 +00:00
Predrag "Pele" Balorda
09488c0158 Updates to cache and misc. other fixes on gtk-tool 1998-11-27 02:08:19 +00:00
Predrag "Pele" Balorda
df48f54fa2 Removal of misc. redundant files for gtk-tool 1998-11-27 01:02:27 +00:00
Predrag "Pele" Balorda
efdc4f93d9 Misc. pixmaps for gtk-tool - added 1998-11-27 00:58:11 +00:00
Predrag "Pele" Balorda
60de7d64ff Misc. fixes and additions to gtk-tool - works and looks nicer now. 1998-11-27 00:56:29 +00:00
Predrag "Pele" Balorda
65ff53b845 ChangeLog file for gtk-tool with the first entry 1998-11-26 13:25:57 +00:00
Predrag "Pele" Balorda
fd5cafd2d8 Updates: command-line parsing of parameters for server, port and baseDN. Started ChangeLog, updated TODO and README. 1998-11-26 13:23:06 +00:00
Predrag "Pele" Balorda
7965e0e50d A few quick fixes to get it up to speed with latest Gtk-- version and finally make it work. 1998-11-26 12:21:23 +00:00
Kurt Zeilenga
6411d8429b Add MajorLDAP to project list. 1998-11-26 04:13:45 +00:00
Kurt Zeilenga
fd8c786752 Add additional projects to todo list:
mail500 to use filters
	Kerberos autoconf support
	ISODE autoconf support
	contrib autoconf support
1998-11-26 04:09:48 +00:00
Kurt Zeilenga
30cefc46de Add KRB_LIBS to makefiles. 1998-11-25 23:49:12 +00:00
Kurt Zeilenga
e9c9e54703 Add hint files for Solaris and SunOS. 1998-11-25 23:47:14 +00:00
Kurt Zeilenga
4e9f9af375 Add a couple minor safety checks. 1998-11-25 23:45:57 +00:00
Kurt Zeilenga
0e2a772173 Fix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc. 1998-11-25 23:35:04 +00:00
Kurt Zeilenga
02aa747949 Initial revision 1998-11-24 18:01:09 +00:00
Kurt Zeilenga
58f36940c5 string_expand used hardcoded size instead of bufsiz argument.
pointed out by Jorg Pietschmann <pietsch@swissline.ch>.
1998-11-24 02:29:53 +00:00
Kurt Zeilenga
b2ec7af331 Changed dn2entry to always returned a modified matched.
Modified users of this code to free matched if set.
1998-11-23 20:08:25 +00:00
Kurt Zeilenga
90debec329 plug newDN memory leak using Will Ballantyne's patch 1998-11-23 19:57:00 +00:00
Hallvard Furuseth
ee2a3e7871 Add crypt() declaration 1998-11-23 08:14:40 +00:00
Kurt Zeilenga
a8efbbeef4 Should include <ac/unistd.h> instead of <unistd.h> 1998-11-23 06:04:18 +00:00
Kurt Zeilenga
e020da90c1 Need to add unistd.h and sys/time.h checks back in now that
now that the mktime check is commented out.
1998-11-23 06:02:47 +00:00
Hallvard Furuseth
cb8b23efb2 Plug memory leaks 1998-11-23 04:35:26 +00:00
Hallvard Furuseth
17fe0f59f8 gcc -Wformat cleanup 1998-11-23 04:33:53 +00:00
Hallvard Furuseth
abfcf15d48 Cast memcpy #defined as bcopy to void, to avoid use of unspecified values.
Clarify a few comments.
1998-11-23 04:29:01 +00:00
Kurt Zeilenga
1650f15d9d Remove mktime/stdtod checks. They are not currently needed. 1998-11-23 03:08:26 +00:00
Kurt Zeilenga
21b249ca6e Change init_w_userconf to not interpet the filename. If it's
give "/foo", then it will check $HOME/foo, $HOME/./foo, then /foo.
This might not be what the installer hand it mind... but then again
may be it is.
w_userconf and w_conf both now use NULL arguments to disable conf loading.
1998-11-23 03:03:06 +00:00
Kurt Zeilenga
1494cf2a44 Update code to use HAVE_STDARG and to properly include <ac/stdarg.h> 1998-11-23 02:41:30 +00:00
Hallvard Furuseth
c0333b758f Forced commit to update previous log, files were not changed.
Also modified openldap_ldap_init_w_userconf to not prepend a pathname
to filenames starting with "/" or "./".
1998-11-23 01:51:01 +00:00
Hallvard Furuseth
7273fd47fd gcc -W cleanup 1998-11-23 01:46:32 +00:00
Hallvard Furuseth
185586f5c2 Plug memory leak 1998-11-23 01:44:24 +00:00
Kurt Zeilenga
86555712c4 Add NT related projects. 1998-11-23 00:24:36 +00:00
Kurt Zeilenga
07a03d2245 Should use right define HAVE_NT_THREADS... 1998-11-23 00:17:23 +00:00
Kurt Zeilenga
61e8984d7a Add basic NT thread support. 1998-11-23 00:14:12 +00:00
Kurt Zeilenga
dbb981f96e Remove lint. 1998-11-23 00:00:48 +00:00
Kurt Zeilenga
53100db1a5 Update portable.h for NT 1998-11-22 23:29:51 +00:00
Kurt Zeilenga
baf8e2f010 Axe the SunOS 5.6 define and use Pthreads. 1998-11-22 23:18:46 +00:00
Kurt Zeilenga
0f518857f0 Update configure with new yielding select test. 1998-11-22 20:25:52 +00:00
Kurt Zeilenga
04d91569e1 Replaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT to clarify
the exact nature of the functionality being tested.  -DNO_THREADS
does NOT have a yield select, hence the macro is not defined.
The slapd/daemon code has been changed to test both no threads
and yielding select before using a timeout of NULL.
1998-11-22 20:08:14 +00:00
Kurt Zeilenga
1eba97fc91 Use environment $CC is available, otherwise cc. New makefiles
actually use -c option.
1998-11-22 19:18:58 +00:00
Hallvard Furuseth
61a3251cf7 Typo: '#ifdef defined(...)' 1998-11-22 10:26:51 +00:00
Hallvard Furuseth
aa9229c454 be& was passed uninitialized to read_config() 1998-11-22 09:33:30 +00:00
Hallvard Furuseth
e2b8daf62b gcc -W cleanup: Remove implicit int, remove unused idtest:usage() 1998-11-22 06:43:49 +00:00
Hallvard Furuseth
e97950dd45 Include ac/ctype.h 1998-11-22 06:41:26 +00:00