]> git.sur5r.net Git - openldap/log
openldap
21 years agoVLV clean OPENLDAP_REL_ENG_2_MP
Kurt Zeilenga [Sun, 9 Jun 2002 06:12:24 +0000 (06:12 +0000)]
VLV clean

21 years agoCannot set rootpw when rootdn is not under suffix
Kurt Zeilenga [Sat, 8 Jun 2002 18:49:14 +0000 (18:49 +0000)]
Cannot set rootpw when rootdn is not under suffix

21 years agoUpdate
Kurt Zeilenga [Sat, 8 Jun 2002 18:40:58 +0000 (18:40 +0000)]
Update

21 years agoNote that rootpw can only be set if rootdn is under suffix.
Kurt Zeilenga [Sat, 8 Jun 2002 18:40:36 +0000 (18:40 +0000)]
Note that rootpw can only be set if rootdn is under suffix.

21 years agoBe less forgiving (don't ignore so many configuration errors)
Kurt Zeilenga [Sat, 8 Jun 2002 18:38:52 +0000 (18:38 +0000)]
Be less forgiving (don't ignore so many configuration errors)

21 years agoAdd rootdn check when rootpw is set.
Kurt Zeilenga [Sat, 8 Jun 2002 18:04:43 +0000 (18:04 +0000)]
Add rootdn check when rootpw is set.

21 years agoFix for ITS#1842 (applied blindly)
Kurt Zeilenga [Sat, 8 Jun 2002 06:09:30 +0000 (06:09 +0000)]
Fix for ITS#1842 (applied blindly)

21 years agoFix ITS#1865, (ITS#1764?) cond_broadcast behavior was broken
Howard Chu [Fri, 7 Jun 2002 22:45:22 +0000 (22:45 +0000)]
Fix ITS#1865, (ITS#1764?) cond_broadcast behavior was broken

21 years agouserPassword/authPassword can be safely subtyped (though I wouldn't
Kurt Zeilenga [Fri, 7 Jun 2002 20:32:06 +0000 (20:32 +0000)]
userPassword/authPassword can be safely subtyped (though I wouldn't
recommend it).

21 years agoFix ITS#1843, don't deref NULL string in ldap_pvt_str2upper
Howard Chu [Fri, 7 Jun 2002 13:27:25 +0000 (13:27 +0000)]
Fix ITS#1843, don't deref NULL string in ldap_pvt_str2upper

21 years agoBetter SASL_MAXBUF fix
Howard Chu [Fri, 7 Jun 2002 03:40:16 +0000 (03:40 +0000)]
Better SASL_MAXBUF fix

21 years agoMore I-D.
Kurt Zeilenga [Fri, 7 Jun 2002 01:58:40 +0000 (01:58 +0000)]
More I-D.

21 years agoUpdate VLV I-D and add proxy auth I-D.
Kurt Zeilenga [Fri, 7 Jun 2002 01:44:32 +0000 (01:44 +0000)]
Update VLV I-D and add proxy auth I-D.

21 years agoITS#1837, one-level searches on leaf entries
Howard Chu [Thu, 6 Jun 2002 11:27:52 +0000 (11:27 +0000)]
ITS#1837, one-level searches on leaf entries

21 years agoFix Listeners: handles multiple addresses for a given hostname, copies
Howard Chu [Thu, 6 Jun 2002 10:33:18 +0000 (10:33 +0000)]
Fix Listeners: handles multiple addresses for a given hostname, copies
sockaddr into Listener structure.

21 years agoremove dbenv->lock_put() call from transaction-protected operations
Jong Hyuk Choi [Thu, 6 Jun 2002 10:14:14 +0000 (10:14 +0000)]
remove dbenv->lock_put() call from transaction-protected operations

21 years agoEliminate SASL client session_callbacks. Since proc was always NULL they
Howard Chu [Thu, 6 Jun 2002 01:44:38 +0000 (01:44 +0000)]
Eliminate SASL client session_callbacks. Since proc was always NULL they
never did anything anyway.

21 years agoFull_Name: Norbert Klasen
Kurt Zeilenga [Thu, 6 Jun 2002 00:31:09 +0000 (00:31 +0000)]
Full_Name: Norbert Klasen
Version: head
OS: SuSE Linux 7.3
URL: ftp://ftp.openldap.org/incoming/norbert.klasen.rejects.20020605.patch
Submission from: (NULL) (62.104.216.66)

This patch adds an '-S' option to ldapmodify. If a filename is specified with
this option, records which could not successfully be added/modified/deleted from
the LDAP server will be written to the specified file. Most useful in
conjunction with '-c' option.

21 years agoMore argument handling updates
Kurt Zeilenga [Thu, 6 Jun 2002 00:26:50 +0000 (00:26 +0000)]
More argument handling updates
(don't check what we expect applications to check).

21 years agoFix up abandon merge. Hallvard will holler if I get this wrong. :-)
Kurt Zeilenga [Wed, 5 Jun 2002 16:53:48 +0000 (16:53 +0000)]
Fix up abandon merge.  Hallvard will holler if I get this wrong. :-)

21 years agoPatch: Non-unique msgid for abandon in back-<shell,tcl> (ITS#1793)
Kurt Zeilenga [Wed, 5 Jun 2002 16:40:16 +0000 (16:40 +0000)]
Patch: Non-unique msgid for abandon in back-<shell,tcl>  (ITS#1793)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

It has just occurred to me - duh - that the process ID of a back-shell
command is a perfectly good unique ID for it, and more useful than
any connection id/message id thingy.  Doesn't need extra arguments
to the shell commands either, except a pid: line to abandon.
And msgid: can still be removed in a future version.
Here is a patch.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

21 years agoFix typo in last commit
Kurt Zeilenga [Wed, 5 Jun 2002 16:39:15 +0000 (16:39 +0000)]
Fix typo in last commit

21 years agoparam error comment is incorrect
Kurt Zeilenga [Wed, 5 Jun 2002 15:56:55 +0000 (15:56 +0000)]
param error comment is incorrect

21 years agoAdd error handling cleanup
Kurt Zeilenga [Wed, 5 Jun 2002 15:51:42 +0000 (15:51 +0000)]
Add error handling cleanup

21 years agoConsistently don't check for NULL session handle and other pointers.
Kurt Zeilenga [Wed, 5 Jun 2002 15:46:26 +0000 (15:46 +0000)]
Consistently don't check for NULL session handle and other pointers.
Application is responsible for providing valid session pointers.

21 years agoGentile HUP shutdown from Hallvard
Kurt Zeilenga [Mon, 3 Jun 2002 16:47:43 +0000 (16:47 +0000)]
Gentile HUP shutdown from Hallvard

21 years agoVLV updates
Kurt Zeilenga [Mon, 3 Jun 2002 16:45:09 +0000 (16:45 +0000)]
VLV updates

21 years ago/dev/urandom re-read(2) loop
Kurt Zeilenga [Mon, 3 Jun 2002 16:43:57 +0000 (16:43 +0000)]
/dev/urandom re-read(2) loop

21 years agoRemove info@openldap.org address.
Kurt Zeilenga [Sun, 2 Jun 2002 07:28:55 +0000 (07:28 +0000)]
Remove info@openldap.org address.

21 years agodetail table to better indicate reserved/used args
Kurt Zeilenga [Sun, 2 Jun 2002 04:21:59 +0000 (04:21 +0000)]
detail table to better indicate reserved/used args

21 years agoAdd matched values command line support (ITS#1811).
Kurt Zeilenga [Sun, 2 Jun 2002 04:15:38 +0000 (04:15 +0000)]
Add matched values command line support (ITS#1811).
Adapted .Sahalayev@pgr.salford.ac.uk's submission.
Needs to be extended to support comma separated list of options
for other controls and such.

---
Copyright 2002, Mikhail Sahalaev, All rights reserved.
This software is not subject to any license of University Of
Salford.

Redistribution and use in source and binary forms are permitted
without restriction or fee of any kind as long as this notice
is preserved.

21 years agoFix up -f description
Kurt Zeilenga [Sat, 1 Jun 2002 21:41:09 +0000 (21:41 +0000)]
Fix up -f description

21 years agoMinor cleanup
Kurt Zeilenga [Sat, 1 Jun 2002 20:21:59 +0000 (20:21 +0000)]
Minor cleanup

21 years agoreference scope checks
Kurt Zeilenga [Sat, 1 Jun 2002 20:01:32 +0000 (20:01 +0000)]
reference scope checks

21 years agoredesign of back-bdb locking :
Jong Hyuk Choi [Fri, 31 May 2002 20:49:19 +0000 (20:49 +0000)]
redesign of back-bdb locking :
cache entry is locked by Berkeley DB lock primitives.

21 years agoAdd abstract/final system attribute types.
Kurt Zeilenga [Fri, 31 May 2002 20:24:26 +0000 (20:24 +0000)]
Add abstract/final system attribute types.
clean up error code macros

21 years agoFix bogus assert.
Kurt Zeilenga [Fri, 31 May 2002 20:23:33 +0000 (20:23 +0000)]
Fix bogus assert.

21 years agoFix unprotected list modification
Kurt Zeilenga [Fri, 31 May 2002 20:22:44 +0000 (20:22 +0000)]
Fix unprotected list modification

21 years agoDisallow addition of system schema via config files.
Kurt Zeilenga [Thu, 30 May 2002 05:23:37 +0000 (05:23 +0000)]
Disallow addition of system schema via config files.

21 years agoHide some yet-to-be-implemented schema
Kurt Zeilenga [Wed, 29 May 2002 06:14:55 +0000 (06:14 +0000)]
Hide some yet-to-be-implemented schema

21 years agoDelete extranous assert()
Kurt Zeilenga [Thu, 23 May 2002 03:17:58 +0000 (03:17 +0000)]
Delete extranous assert()

21 years agoAdd back-passwd.h to the mix
Kurt Zeilenga [Wed, 22 May 2002 16:22:24 +0000 (16:22 +0000)]
Add back-passwd.h to the mix

21 years agoRebuild
Kurt Zeilenga [Wed, 22 May 2002 04:11:26 +0000 (04:11 +0000)]
Rebuild

21 years agoDelete $(SLAPD_MODULES)
Howard Chu [Sat, 18 May 2002 03:52:46 +0000 (03:52 +0000)]
Delete $(SLAPD_MODULES)

21 years agoDelete defs for FINGER
Howard Chu [Sat, 18 May 2002 02:12:04 +0000 (02:12 +0000)]
Delete defs for FINGER

21 years agoDelete SLAPD_MODULES_LIST, never needed it.
Howard Chu [Sat, 18 May 2002 02:06:32 +0000 (02:06 +0000)]
Delete SLAPD_MODULES_LIST, never needed it.

21 years agoDelete $(SLAPD_MODULES) - we never implicitly link a dynamic module,
Howard Chu [Sat, 18 May 2002 02:05:17 +0000 (02:05 +0000)]
Delete $(SLAPD_MODULES) - we never implicitly link a dynamic module,
so this feature is unnecessary. Also it was breaking Unix dynamic builds.

21 years agoUse LDAP_REWRITE_V, not LDAP_V
Howard Chu [Sat, 18 May 2002 01:29:18 +0000 (01:29 +0000)]
Use LDAP_REWRITE_V, not LDAP_V

21 years agoFix NT_LINK_LIBS, UNIX_LINK_LIBS
Howard Chu [Fri, 17 May 2002 23:41:26 +0000 (23:41 +0000)]
Fix NT_LINK_LIBS, UNIX_LINK_LIBS

21 years agoFix return code tests.
Howard Chu [Fri, 17 May 2002 09:11:30 +0000 (09:11 +0000)]
Fix return code tests.

21 years agoFix success test on last comparison
Howard Chu [Fri, 17 May 2002 08:24:53 +0000 (08:24 +0000)]
Fix success test on last comparison

21 years agoRevert unnecessary change in previous commit
Howard Chu [Fri, 17 May 2002 01:44:02 +0000 (01:44 +0000)]
Revert unnecessary change in previous commit

21 years agoFixes for MingW: (test008 now succeeds)
Howard Chu [Fri, 17 May 2002 01:36:35 +0000 (01:36 +0000)]
Fixes for MingW: (test008 now succeeds)
need liblutil for lutil_getopt
must quote args with embedded whitespace
must track child processes in order to wait()

21 years agoFix ITS#1824 include correct sasl.h for compatibility test
Howard Chu [Thu, 16 May 2002 19:28:57 +0000 (19:28 +0000)]
Fix ITS#1824 include correct sasl.h for compatibility test
(must regenerate configure)

21 years agoFrom: h.b.furuseth@usit.uio.no
Kurt Zeilenga [Thu, 16 May 2002 15:45:24 +0000 (15:45 +0000)]
From: h.b.furuseth@usit.uio.no
Patch: str2entry() dereferences NULL  (ITS#1822)

Sorry, last patch was wrong.  I didn't notice that e->e_dn
always is NULL at that point.  Here is a corrected patch.

21 years agoBuilds on both Unix and NT now.
Howard Chu [Thu, 16 May 2002 11:00:37 +0000 (11:00 +0000)]
Builds on both Unix and NT now.

21 years agoFixes for MingW: (passes test007, with LDAP_DIRSEP tweaks in slapd.conf)
Howard Chu [Thu, 16 May 2002 10:51:45 +0000 (10:51 +0000)]
Fixes for MingW: (passes test007, with LDAP_DIRSEP tweaks in slapd.conf)
  must include <ac/stdlib.h> to get MAX_PATH defined.
  use LDAP_DIRSEP instead of '/' in paths
  define truncate/ftruncate macros, etc.

21 years agoFrom: h.b.furuseth@usit.uio.no
Kurt Zeilenga [Wed, 15 May 2002 20:55:43 +0000 (20:55 +0000)]
From: h.b.furuseth@usit.uio.no
Subject: Patch: str2entry() dereferences NULL  (ITS#1822)

entry.c:str2entry() prints pdn->bv_val even though pdn is always
NULL.  pdn was pretty dn before version 1.80.

21 years agoPatch: Implement surrogate parent for back-shell (ITS#1815)
Kurt Zeilenga [Wed, 15 May 2002 06:18:14 +0000 (06:18 +0000)]
Patch: Implement surrogate parent for back-shell  (ITS#1815)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

A surrogate parent is supposed to keep back-shell children from
deadlocking due to resources locked by a threading parent.

Implementation note: The surrogate parent closes all unused file
descriptors, so it logs errors to stderr instead of via Debug() and
uses relloc() instead of ch_realloc().

Also close a file descriptor leak if fork() fails in fork.c.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

21 years agoremove cruft
Kurt Zeilenga [Wed, 15 May 2002 06:09:17 +0000 (06:09 +0000)]
remove cruft

21 years agoRemove sys/uio.h include
Kurt Zeilenga [Wed, 15 May 2002 05:53:10 +0000 (05:53 +0000)]
Remove sys/uio.h include

21 years agoFix typo in last commit.
Kurt Zeilenga [Wed, 15 May 2002 05:44:46 +0000 (05:44 +0000)]
Fix typo in last commit.

21 years agoPatch: back-shell/searchexample.* nitpicks (ITS#1816)
Kurt Zeilenga [Wed, 15 May 2002 05:17:08 +0000 (05:17 +0000)]
Patch: back-shell/searchexample.* nitpicks  (ITS#1816)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

searchexample.conf needs core.schema, otherwise it fails on the suffix
DN.  searchexample.sh has a spurious 'sleep', probably from testing.
Also, I suggest 'chmod +x searchexample.sh'.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

21 years agoOnce more, fix idl_intersection. Don't walk past end of arrays.
Howard Chu [Wed, 15 May 2002 03:05:05 +0000 (03:05 +0000)]
Once more, fix idl_intersection. Don't walk past end of arrays.

21 years agoFix nameUIDvalidate memfree
Howard Chu [Wed, 15 May 2002 00:48:47 +0000 (00:48 +0000)]
Fix nameUIDvalidate memfree

21 years agoupdate SASL compat test to check for 1.5 compatibility
Kurt Zeilenga [Mon, 13 May 2002 20:16:44 +0000 (20:16 +0000)]
update SASL compat test to check for 1.5 compatibility

21 years agoUpdate SASL compat test to check for 1.5 compatibility
Kurt Zeilenga [Mon, 13 May 2002 20:16:10 +0000 (20:16 +0000)]
Update SASL compat test to check for 1.5 compatibility

21 years agoAlways check SASL compatibility
Kurt Zeilenga [Mon, 13 May 2002 18:48:27 +0000 (18:48 +0000)]
Always check SASL compatibility
(Cyrus SASL 2 library may not be called -lsasl2).

21 years agoCleanup log msg
Howard Chu [Sun, 12 May 2002 19:21:12 +0000 (19:21 +0000)]
Cleanup log msg

21 years agoCheck for NULL before comparing authcid
Howard Chu [Sun, 12 May 2002 18:42:43 +0000 (18:42 +0000)]
Check for NULL before comparing authcid

21 years agoSkip processing if canonicalization is invoked redundantly (SASL PLAIN).
Howard Chu [Sun, 12 May 2002 18:40:37 +0000 (18:40 +0000)]
Skip processing if canonicalization is invoked redundantly (SASL PLAIN).
Truncate large username instead of failing with SASL_BUFOVER; we only care
about the DN anyway. (SASL 2 only)

21 years agoFix, SASL authzIDs might not be NUL-terminated. prop names must only be
Howard Chu [Sat, 11 May 2002 20:19:55 +0000 (20:19 +0000)]
Fix, SASL authzIDs might not be NUL-terminated. prop names must only be
set once; setting erases all existing values.

21 years agoFix typo in 1.97
Howard Chu [Sat, 11 May 2002 19:24:04 +0000 (19:24 +0000)]
Fix typo in 1.97

21 years agoWin32 fix from Kervin Pierre
Howard Chu [Sat, 11 May 2002 18:15:07 +0000 (18:15 +0000)]
Win32 fix from Kervin Pierre

21 years agoCleaned up getdn normalization
Howard Chu [Sat, 11 May 2002 08:07:18 +0000 (08:07 +0000)]
Cleaned up getdn normalization

21 years agoFix previous commit, free in wrong place
Howard Chu [Sat, 11 May 2002 06:58:13 +0000 (06:58 +0000)]
Fix previous commit, free in wrong place

21 years agoCleanup HAVE_TLS dependencies, cleanup username with embedded realm handling
Howard Chu [Fri, 10 May 2002 19:26:35 +0000 (19:26 +0000)]
Cleanup HAVE_TLS dependencies, cleanup username with embedded realm handling

21 years agoFleshed out debug2syslog
Howard Chu [Fri, 10 May 2002 17:48:54 +0000 (17:48 +0000)]
Fleshed out debug2syslog

21 years agoPatch: back-passwd needs pwent mutex (ITS#1794)
Kurt Zeilenga [Thu, 9 May 2002 02:26:05 +0000 (02:26 +0000)]
Patch: back-passwd needs pwent mutex  (ITS#1794)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

back-passwd uses getpwent() and setpwfile(), which use static data.
It needs a mutex to make sure these operations can complete without
interference from another back-passwd call.  Here is a patch.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

21 years agoPatch: Non-unique msgid for abandon in back-<shell,tcl> (ITS#1793)
Kurt Zeilenga [Thu, 9 May 2002 02:11:39 +0000 (02:11 +0000)]
Patch: Non-unique msgid for abandon in back-<shell,tcl>  (ITS#1793)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

Here is a patch which does what I described.  Of course, someone has
to decide if that is the right solution:-)
- Add an "opid:" line to the input to back-shell commands.
- Add an "abandonid: <opid> line to back-shell/abandon input.
- Replace message id with opid in back-tcl arguments.
- Add an abandonid = <opid> argument to back-tcl/abandon.
An opid (operation ID) is a "connection ID/message ID" string.  I
would have liked to use another name to avoid confusion with struct
slap_op->o_opid, but I could not think of another apt word.

This also fixes ITS#1784 and ITS#1792.  Since calling conventions
changed anyway, I fixed back-shell by adding abandonid: and making
opid: always be the ID of the current operation.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

21 years agoDocumentation patch #4 (ITS#1749)
Kurt Zeilenga [Thu, 9 May 2002 02:07:41 +0000 (02:07 +0000)]
Documentation patch #4  (ITS#1749)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

Small changes:
- Fix typo slapd_meta -> slapd-meta in slapd-meta(5).
- Add slapd-dnssrv(5) to SEE ALSO in slapd.conf(5).
- Add descriptions of the files in FILES sections.
- Add $HOME/.udrc to FILES in ud(1) and ud.conf(5).
- Add ldaprc (without ".") and ENVIRONMENT VARIABLES in ldap.conf(5).
- Change manpage references to proper ".BR name (section)".

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

21 years agoDon't use slap_empty_bv in structures that are expected to be free'able.
Howard Chu [Wed, 8 May 2002 23:16:17 +0000 (23:16 +0000)]
Don't use slap_empty_bv in structures that are expected to be free'able.

22 years agoFix dnParent: must always return a pointer relative to the input pointer.
Howard Chu [Wed, 8 May 2002 23:04:11 +0000 (23:04 +0000)]
Fix dnParent: must always return a pointer relative to the input pointer.

22 years agoRequire 2.1.3 or higher for Cyrus SASL 2
Howard Chu [Tue, 7 May 2002 23:56:59 +0000 (23:56 +0000)]
Require 2.1.3 or higher for Cyrus SASL 2

22 years agoDelete unused CANON_BUF_SIZE #define
Howard Chu [Tue, 7 May 2002 23:29:19 +0000 (23:29 +0000)]
Delete unused CANON_BUF_SIZE #define

22 years agoCyrus 2 support now requires Cyrus 2.1.3. Adds support for in-directory
Howard Chu [Tue, 7 May 2002 23:08:23 +0000 (23:08 +0000)]
Cyrus 2 support now requires Cyrus 2.1.3. Adds support for in-directory
SASL secrets. (Only works with plaintext userpassword tho.)

22 years agoTurn these functions on again. Need backend_attribute for SASLauthz stuff.
Howard Chu [Tue, 7 May 2002 22:35:01 +0000 (22:35 +0000)]
Turn these functions on again. Need backend_attribute for SASLauthz stuff.
Fix to work with NULL op.

22 years agoFixes for slap_sasl_regexp parsing and normalization
Howard Chu [Tue, 7 May 2002 18:46:32 +0000 (18:46 +0000)]
Fixes for slap_sasl_regexp parsing and normalization

22 years agoAdded comment for future reference re: in-directory secrets
Howard Chu [Tue, 7 May 2002 02:17:34 +0000 (02:17 +0000)]
Added comment for future reference re: in-directory secrets

22 years agoITS#1806, Cyrus 1 doesn't give back our callbacks pointer, must stash it
Howard Chu [Mon, 6 May 2002 23:56:35 +0000 (23:56 +0000)]
ITS#1806, Cyrus 1 doesn't give back our callbacks pointer, must stash it
ourselves.

22 years agoITS#1803, bogus free() of lber-private memory.
Howard Chu [Mon, 6 May 2002 16:51:00 +0000 (16:51 +0000)]
ITS#1803, bogus free() of lber-private memory.

22 years agoFix in 1.50 applies to Cyrus 1 as well as Cyrus 2.
Howard Chu [Sun, 5 May 2002 19:15:29 +0000 (19:15 +0000)]
Fix in 1.50 applies to Cyrus 1 as well as Cyrus 2.

22 years agoPatch: incomplete 'make clean' in liblunicode (ITS#1791)
Kurt Zeilenga [Sat, 4 May 2002 23:13:51 +0000 (23:13 +0000)]
Patch: incomplete 'make clean' in liblunicode  (ITS#1791)

In liblunicode, 'make clean' and 'make distclean' do not remove
the symlinks ucdata.h and ure.h.

from Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>

22 years agofix formats
Pierangelo Masarati [Sat, 4 May 2002 11:07:28 +0000 (11:07 +0000)]
fix formats

22 years agoremove unused variables
Pierangelo Masarati [Sat, 4 May 2002 11:07:04 +0000 (11:07 +0000)]
remove unused variables

22 years agoITS#1797 silence uninit'd var warnings
Howard Chu [Sat, 4 May 2002 10:52:05 +0000 (10:52 +0000)]
ITS#1797 silence uninit'd var warnings

22 years agoITS#1797 err used unit'd in Debug statement. (removed)
Howard Chu [Sat, 4 May 2002 10:50:24 +0000 (10:50 +0000)]
ITS#1797 err used unit'd in Debug statement. (removed)

22 years agoFix typos
Kurt Zeilenga [Sat, 4 May 2002 04:35:41 +0000 (04:35 +0000)]
Fix typos

22 years agoBasic dnssrv man page
Kurt Zeilenga [Sat, 4 May 2002 04:34:58 +0000 (04:34 +0000)]
Basic dnssrv man page

22 years agoInitialize authid in case ldap_pvt_tls_get_my_dn fails
Howard Chu [Sat, 4 May 2002 01:32:41 +0000 (01:32 +0000)]
Initialize authid in case ldap_pvt_tls_get_my_dn fails