- Oct 25, 2002
-
-
Jong Hyuk Choi authored
-
Pierangelo Masarati authored
(see in slapd(8) the description on how to enforce file permissions on sockets in ldapi schema); at present, only user permissions are used as follows: the url extension x-mod=-rwxrwxrwx is used; only the user permisisons are considered, e.g. the first set of rwx; "r" means read is allowed from that listener "w" means write is allowed on that listener "x" means bind is not required on that listener these restrictions ADD to those already present, and are actually checked AFTER the other restrictions, but BEFORE ACLs, so they can be used to apply gross restrictions but should not be viewed as a replacement of ACLs. To compile this, #define SLAP_X_LISTENER_MOD
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 24, 2002
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
try_read1msg. Blind fix, problem was not duplicated/tested.
-
Pierangelo Masarati authored
- use bervals for url and sockname - pass connection_init() the listener struct pointer instead of each value - don't copy them in the Connection struct 'cause they're not going to change - define macros for legacy usage of c_listener_url and c_sockname
-
- Oct 23, 2002
-
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Howard Chu authored
-
- Oct 22, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 21, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 18, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 17, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 16, 2002
-
-
Kurt Zeilenga authored
-
- Oct 15, 2002
-
-
Kurt Zeilenga authored
to 2.0.1 as to the location to the copy.
-
- Oct 13, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 12, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. 'ldapmodify -c' returned the error status from the _last_ LDIF entry, so a bad entry followed by a good entry returns success. This patch makes it return the status of the last _failed_ entry, or 0 if all entries succeeded.
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 11, 2002
-
-
Howard Chu authored
-
Howard Chu authored
According to read(2)/write(2) EAGAIN is the only one we're interested in. Fixes HP-UX 11. http://www.openldap.org/lists/openldap-software/200105/msg00564.html
-
Kurt Zeilenga authored
-
- Oct 10, 2002
-
-
Kurt Zeilenga authored
Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo.
-
Luke Howard authored
-