samba.git
16 years agor15321: Reduce the size of rewrite.m4 a bit more
Jelmer Vernooij [Sat, 29 Apr 2006 12:39:19 +0000 (12:39 +0000)]
r15321: Reduce the size of rewrite.m4 a bit more

16 years agor15319: remove unneeded macros
Stefan Metzmacher [Sat, 29 Apr 2006 11:48:56 +0000 (11:48 +0000)]
r15319: remove unneeded macros

metze

16 years agor15318: Don't create empty static libraries as some hosts have trouble with them.
Jelmer Vernooij [Sat, 29 Apr 2006 11:32:54 +0000 (11:32 +0000)]
r15318: Don't create empty static libraries as some hosts have trouble with them.

16 years agor15317: Because LDB is now async, there are more places were we might run the
Andrew Bartlett [Sat, 29 Apr 2006 09:20:22 +0000 (09:20 +0000)]
r15317: Because LDB is now async, there are more places were we might run the
even context again.  We need to ensure we don't process packets until
we are finished setting up the connection, have the ldb in place etc.

We may need to do the same in other servers.

Andrew Bartlett

16 years agor15316: I don't understand quite why this function was ever like this, but we
Andrew Bartlett [Sat, 29 Apr 2006 09:11:07 +0000 (09:11 +0000)]
r15316: I don't understand quite why this function was ever like this, but we
need to replace every instance of the character.  Previously we
skipped the first.

Andrew Bartlett

16 years agor15315: - reenable the ildap backend
Stefan Metzmacher [Sat, 29 Apr 2006 07:21:17 +0000 (07:21 +0000)]
r15315: - reenable the ildap backend
- this fixes the make test panics

jelmer: why have you disabled it in
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15295 ?

metze

16 years agor15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij [Sat, 29 Apr 2006 02:53:44 +0000 (02:53 +0000)]
r15314: Fix recursive dependency hack for static libs. Should fix the build
on most systems.

16 years agor15313: Fix some dependencies in dso mode
Jelmer Vernooij [Sat, 29 Apr 2006 02:45:34 +0000 (02:45 +0000)]
r15313: Fix some dependencies in dso mode

16 years agor15312: Fix dependency on gtksamba when GTK+ is not present
Jelmer Vernooij [Sat, 29 Apr 2006 02:45:06 +0000 (02:45 +0000)]
r15312: Fix dependency on gtksamba when GTK+ is not present

16 years agor15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij [Fri, 28 Apr 2006 01:55:17 +0000 (01:55 +0000)]
r15304: Fix smbd build, more updates on getting --enable-dso to build again

16 years agor15303: Re-add SMB readline replacement header
Jelmer Vernooij [Fri, 28 Apr 2006 00:03:52 +0000 (00:03 +0000)]
r15303: Re-add SMB readline replacement header

16 years agor15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
Jelmer Vernooij [Thu, 27 Apr 2006 22:59:20 +0000 (22:59 +0000)]
r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
replacement.

16 years agor15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij [Thu, 27 Apr 2006 21:46:44 +0000 (21:46 +0000)]
r15301: Use static libraries internally. This required a few hacks in the build
system - these should be removed later on.

16 years agor15300: Only enable SWIG shared libs if python is available
Jelmer Vernooij [Thu, 27 Apr 2006 20:55:26 +0000 (20:55 +0000)]
r15300: Only enable SWIG shared libs if python is available

16 years agor15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij [Thu, 27 Apr 2006 19:50:13 +0000 (19:50 +0000)]
r15298: Fix the build using a few hacks in the build system.
Recursive dependencies are now forbidden (the build system
will bail out if there are any).

I've split up auth_sam.c into auth_sam.c and sam.c. Andrew,
please rename sam.c / move its contents to whatever/wherever you think suits
best.

16 years agor15297: Move create_security_token() to samdb as it requires SAMDB (and the rest...
Jelmer Vernooij [Thu, 27 Apr 2006 16:09:17 +0000 (16:09 +0000)]
r15297: Move create_security_token() to samdb as it requires SAMDB (and the rest of LIBSECURITY doesn't)
Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal
Some other dependency fixes

16 years agor15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn...
Jelmer Vernooij [Thu, 27 Apr 2006 16:06:18 +0000 (16:06 +0000)]
r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn't need ldb

16 years agor15295: Fix some dependencies
Jelmer Vernooij [Thu, 27 Apr 2006 16:05:05 +0000 (16:05 +0000)]
r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.

16 years agor15292: fix the IDL_* variable names
Stefan Metzmacher [Thu, 27 Apr 2006 09:34:31 +0000 (09:34 +0000)]
r15292: fix the IDL_* variable names

metze

16 years agor15291: $f already has the $srcdir prefixed
Stefan Metzmacher [Thu, 27 Apr 2006 09:32:26 +0000 (09:32 +0000)]
r15291: $f already has the $srcdir prefixed

metze

16 years agor15290: don't spam the screen
Stefan Metzmacher [Wed, 26 Apr 2006 21:56:21 +0000 (21:56 +0000)]
r15290: don't spam the screen

jelmer: can you please fix this correctly

metze

16 years agor15288: fix some problems
Simo Sorce [Wed, 26 Apr 2006 16:52:45 +0000 (16:52 +0000)]
r15288: fix some problems

16 years agor15287: Simplify dependency detection code
Jelmer Vernooij [Wed, 26 Apr 2006 16:31:40 +0000 (16:31 +0000)]
r15287: Simplify dependency detection code

16 years agor15284: Fix dot generation
Jelmer Vernooij [Wed, 26 Apr 2006 15:55:04 +0000 (15:55 +0000)]
r15284: Fix dot generation

16 years agor15281: A few updates for consistency's sake
Jim McDonough [Wed, 26 Apr 2006 14:42:47 +0000 (14:42 +0000)]
r15281: A few updates for consistency's sake

16 years agor15280: - remove the 2nd check for __FUNCTION__
Stefan Metzmacher [Wed, 26 Apr 2006 14:20:46 +0000 (14:20 +0000)]
r15280: - remove the 2nd check for __FUNCTION__
- fallback to __func__ if __FUNCTION__ isn't there

metze

16 years agor15279: Fix dependencies when using static libraries
Jelmer Vernooij [Wed, 26 Apr 2006 14:15:14 +0000 (14:15 +0000)]
r15279: Fix dependencies when using static libraries

16 years agor15278: Fix recreating symlink every time.
Jelmer Vernooij [Wed, 26 Apr 2006 13:17:43 +0000 (13:17 +0000)]
r15278: Fix recreating symlink every time.

16 years agor15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
Stefan Metzmacher [Wed, 26 Apr 2006 12:54:52 +0000 (12:54 +0000)]
r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
  but --with-setproctitle wasn't used

metze

16 years agor15276: Fix path to perl on some hosts
Jelmer Vernooij [Wed, 26 Apr 2006 12:31:09 +0000 (12:31 +0000)]
r15276: Fix path to perl on some hosts
Fix perl warning

16 years agor15275: run RPC-SRVSRV in make test
Stefan Metzmacher [Wed, 26 Apr 2006 12:25:39 +0000 (12:25 +0000)]
r15275: run RPC-SRVSRV in make test

metze

16 years agor15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
Jelmer Vernooij [Wed, 26 Apr 2006 12:22:54 +0000 (12:22 +0000)]
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
(empty) libpopt.a overriding global one

16 years agor15273: fix setproctitle support
Stefan Metzmacher [Wed, 26 Apr 2006 12:15:01 +0000 (12:15 +0000)]
r15273: fix setproctitle support

metze

16 years agor15272: - implement NetShareEnum
Stefan Metzmacher [Wed, 26 Apr 2006 12:07:01 +0000 (12:07 +0000)]
r15272: - implement NetShareEnum
- add access checks to NEtShareEnumAll and NetShareEnum

metze

16 years agor15271: Fix --enable-dso
Jelmer Vernooij [Wed, 26 Apr 2006 11:58:42 +0000 (11:58 +0000)]
r15271: Fix --enable-dso

16 years agor15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working again.
Jelmer Vernooij [Wed, 26 Apr 2006 11:30:57 +0000 (11:30 +0000)]
r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working again.

16 years agor15267: Fix call to mkdir() for old versions of perl. This should fix installation on
Jelmer Vernooij [Wed, 26 Apr 2006 09:51:02 +0000 (09:51 +0000)]
r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
sun1.

16 years agor15265: Try to find inet_pton in -lnsl (should fix linking on sun1)
Jelmer Vernooij [Wed, 26 Apr 2006 08:29:53 +0000 (08:29 +0000)]
r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)

16 years agor15263: Remove another use of patsubst (should make tru64 happy)
Jelmer Vernooij [Wed, 26 Apr 2006 00:46:10 +0000 (00:46 +0000)]
r15263: Remove another use of patsubst (should make tru64 happy)

16 years agor15262: Only include getprogname if it is needed by the system. This should
Jelmer Vernooij [Wed, 26 Apr 2006 00:11:33 +0000 (00:11 +0000)]
r15262: Only include getprogname if it is needed by the system. This should
fix the build on Mac OS X

16 years agor15261: Work around AIX defining open as open64 again
Jelmer Vernooij [Wed, 26 Apr 2006 00:10:57 +0000 (00:10 +0000)]
r15261: Work around AIX defining open as open64 again

16 years agor15260: Don't dereference NULL pointers to obtain array lengths - found by
Jelmer Vernooij [Wed, 26 Apr 2006 00:08:39 +0000 (00:08 +0000)]
r15260: Don't dereference NULL pointers to obtain array lengths - found by
the IBM checker

16 years agor15259: try to find the place that causes trouble on some build farm host
Stefan Metzmacher [Tue, 25 Apr 2006 23:46:41 +0000 (23:46 +0000)]
r15259: try to find the place that causes trouble on some build farm host
on the NBT-WINSREPLICATION-OWNED test

metze

16 years agor15258: Another attempt at fixing getaddrinfo on IRIX
Jelmer Vernooij [Tue, 25 Apr 2006 23:03:05 +0000 (23:03 +0000)]
r15258: Another attempt at fixing getaddrinfo on IRIX

16 years agor15257: Look for headers before trying to use them in any tests. This
Jelmer Vernooij [Tue, 25 Apr 2006 22:57:06 +0000 (22:57 +0000)]
r15257: Look for headers before trying to use them in any tests. This
should fix the OpenBSD build

16 years agor15256: Use libroken's getaddrinfo if it is not provided by the system. Should
Jelmer Vernooij [Tue, 25 Apr 2006 22:02:04 +0000 (22:02 +0000)]
r15256: Use libroken's getaddrinfo if it is not provided by the system. Should
get the build on IRIX a bit further.

16 years agor15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
Jelmer Vernooij [Tue, 25 Apr 2006 21:15:00 +0000 (21:15 +0000)]
r15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
should get the build on sun1 and us4 another step further.

16 years agor15253: Fix dependency on tdr_regf.h
Jelmer Vernooij [Tue, 25 Apr 2006 21:03:05 +0000 (21:03 +0000)]
r15253: Fix dependency on tdr_regf.h

16 years agor15252: Fix inet_aton (required for Tru64 and Solaris)
Jelmer Vernooij [Tue, 25 Apr 2006 20:43:45 +0000 (20:43 +0000)]
r15252: Fix inet_aton (required for Tru64 and Solaris)

16 years agor15249: Fix typos
Jelmer Vernooij [Tue, 25 Apr 2006 16:38:09 +0000 (16:38 +0000)]
r15249: Fix typos

16 years agor15248: Fix automatic dependencies build
Jelmer Vernooij [Tue, 25 Apr 2006 16:35:06 +0000 (16:35 +0000)]
r15248: Fix automatic dependencies build

16 years agor15247: Get rid of patsubst macro as it is not supported by some makes and replace
Jelmer Vernooij [Tue, 25 Apr 2006 16:31:12 +0000 (16:31 +0000)]
r15247: Get rid of patsubst macro as it is not supported by some makes and replace
it with a perl script.
This should fix the build on tru64

16 years agor15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...
Stefan Metzmacher [Tue, 25 Apr 2006 16:21:56 +0000 (16:21 +0000)]
r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...

metze

16 years agor15245: forgot one header
Simo Sorce [Tue, 25 Apr 2006 16:08:55 +0000 (16:08 +0000)]
r15245: forgot one header

16 years agor15242: allow to use LDB_FLG_RECONNECT
Simo Sorce [Tue, 25 Apr 2006 12:34:58 +0000 (12:34 +0000)]
r15242: allow to use LDB_FLG_RECONNECT

16 years agor15241: Add helper function to set reconnect status defaults
Simo Sorce [Tue, 25 Apr 2006 12:34:13 +0000 (12:34 +0000)]
r15241: Add helper function to set reconnect status defaults

16 years agor15239: (hopefully) fix Samba4 build on AIX
Jelmer Vernooij [Tue, 25 Apr 2006 12:19:19 +0000 (12:19 +0000)]
r15239: (hopefully) fix Samba4 build on AIX

16 years agor15238: Add some code to automatically reconnect if we want to.
Simo Sorce [Tue, 25 Apr 2006 11:50:32 +0000 (11:50 +0000)]
r15238: Add some code to automatically reconnect if we want to.

16 years agor15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend).
Steve French [Tue, 25 Apr 2006 11:36:15 +0000 (11:36 +0000)]
r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend).

16 years agor15236: Fix -MT detection
Jelmer Vernooij [Tue, 25 Apr 2006 10:19:15 +0000 (10:19 +0000)]
r15236: Fix -MT detection

16 years agor15235: fix all gtk tools...
Stefan Metzmacher [Tue, 25 Apr 2006 09:57:18 +0000 (09:57 +0000)]
r15235: fix all gtk tools...

metze

16 years agor15234: Remove heimdal include paths from global CFLAGS
Jelmer Vernooij [Tue, 25 Apr 2006 09:56:39 +0000 (09:56 +0000)]
r15234: Remove heimdal include paths from global CFLAGS

16 years agor15233: Fix loading shared modules
Jelmer Vernooij [Tue, 25 Apr 2006 09:45:15 +0000 (09:45 +0000)]
r15233: Fix loading shared modules

16 years agor15232: Look for CC flags, not C++ flags..
Jelmer Vernooij [Tue, 25 Apr 2006 09:28:44 +0000 (09:28 +0000)]
r15232: Look for CC flags, not C++ flags..

16 years agor15231: Try to fix detection of ability of CC to generate dependencies
Jelmer Vernooij [Tue, 25 Apr 2006 09:21:40 +0000 (09:21 +0000)]
r15231: Try to fix detection of ability of CC to generate dependencies

16 years agor15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1
Jelmer Vernooij [Tue, 25 Apr 2006 09:04:52 +0000 (09:04 +0000)]
r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1

16 years agor15226: Fix order of typedef specification - caught by kblin
Jelmer Vernooij [Tue, 25 Apr 2006 07:56:31 +0000 (07:56 +0000)]
r15226: Fix order of typedef specification - caught by kblin

16 years agor15225: Use talloc_zero() to avoid use of uninitialised values later on.
Andrew Bartlett [Tue, 25 Apr 2006 06:53:28 +0000 (06:53 +0000)]
r15225: Use talloc_zero() to avoid use of uninitialised values later on.

Andrew Bartlett

16 years agor15224: Check whether -MT is actually supported by the compiler before using
Jelmer Vernooij [Mon, 24 Apr 2006 22:50:19 +0000 (22:50 +0000)]
r15224: Check whether -MT is actually supported by the compiler before using
automatic dependencies

16 years agor15223: Move heimdal's -I parameters from the global list of includes to
Jelmer Vernooij [Mon, 24 Apr 2006 20:45:32 +0000 (20:45 +0000)]
r15223: Move heimdal's -I parameters from the global list of includes to
the subsystems in question

16 years agor15222: Use more standard UUIDs. Should help AIX build.
Andrew Bartlett [Mon, 24 Apr 2006 20:15:35 +0000 (20:15 +0000)]
r15222: Use more standard UUIDs.  Should help AIX build.

Andrew Bartlett

16 years agor15221: We don't need to have these rcsid strings in Samba's use of Heimdal.
Andrew Bartlett [Mon, 24 Apr 2006 18:38:56 +0000 (18:38 +0000)]
r15221: We don't need to have these rcsid strings in Samba's use of Heimdal.

Andrew Bartlett

16 years agor15220: Another attempt to fix the bug found by the IBM Checker
Jelmer Vernooij [Mon, 24 Apr 2006 18:18:20 +0000 (18:18 +0000)]
r15220: Another attempt to fix the bug found by the IBM Checker

16 years agor15219: Look for gai_strerror in more places, so we don't conflict with the
Andrew Bartlett [Mon, 24 Apr 2006 18:00:46 +0000 (18:00 +0000)]
r15219: Look for gai_strerror in more places, so we don't conflict with the
system library.

This might help the build on proprietory unixes

Andrew Bartlett

16 years agor15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.
Jelmer Vernooij [Mon, 24 Apr 2006 16:16:43 +0000 (16:16 +0000)]
r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.

16 years agor15213: Remove helper macro for bcopy() - this causes problems
Jelmer Vernooij [Mon, 24 Apr 2006 16:15:29 +0000 (16:15 +0000)]
r15213: Remove helper macro for bcopy() - this causes problems
with system headers on some system and is not a security threat

16 years agor15212: Simplify setproctitle code
Jelmer Vernooij [Mon, 24 Apr 2006 16:01:33 +0000 (16:01 +0000)]
r15212: Simplify setproctitle code

16 years agor15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here
Alexander Bokovoy [Mon, 24 Apr 2006 15:58:35 +0000 (15:58 +0000)]
r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here

16 years agor15208: Change _GNU_SOURCE propagation to apply only to generated files as Andrew...
Alexander Bokovoy [Mon, 24 Apr 2006 15:51:31 +0000 (15:51 +0000)]
r15208: Change _GNU_SOURCE propagation to apply only to generated files as Andrew B. suggests

16 years agor15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij [Mon, 24 Apr 2006 15:47:59 +0000 (15:47 +0000)]
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
for REQUIRED_SUBSYSTEMS.

16 years agor15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure.in...
Alexander Bokovoy [Mon, 24 Apr 2006 15:12:21 +0000 (15:12 +0000)]
r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure.in it is defined unconditionally).
However, the lex-generated files don't fetch config.h's definition of _GNU_SOURCE before including
features.h because of preamble added by lex which already includes some system headers which in turn
include features.h. Therefore, we need to specify it explicitly on comand line.

This change adds some 'noise' (_GNU_SOURCE already defined ...) but it is neccessary to get samba4 to
compile successfuly on Maemo.

16 years agor15205: Allow additional LDFLAGS, fixes #3961.
Jelmer Vernooij [Mon, 24 Apr 2006 14:59:30 +0000 (14:59 +0000)]
r15205: Allow additional LDFLAGS, fixes #3961.

16 years agor15204: Fix MD5Update prototype
Jelmer Vernooij [Mon, 24 Apr 2006 14:53:03 +0000 (14:53 +0000)]
r15204: Fix MD5Update prototype

16 years agor15203: Allow system 'bool' type to be defined in another header then stdbool.h
Jelmer Vernooij [Mon, 24 Apr 2006 14:52:37 +0000 (14:52 +0000)]
r15203: Allow system 'bool' type to be defined in another header then stdbool.h

16 years agor15202: Don't derefence NULL pointers - found by the IBM Checker
Jelmer Vernooij [Mon, 24 Apr 2006 14:41:13 +0000 (14:41 +0000)]
r15202: Don't derefence NULL pointers - found by the IBM Checker

16 years agor15201: Use abs() rather then ABS()
Jelmer Vernooij [Mon, 24 Apr 2006 14:20:44 +0000 (14:20 +0000)]
r15201: Use abs() rather then ABS()

16 years agor15200: Move MIN/MAX macros to libreplace as some systems have them
Jelmer Vernooij [Mon, 24 Apr 2006 14:09:07 +0000 (14:09 +0000)]
r15200: Move MIN/MAX macros to libreplace as some systems have them
in sys/param.h

16 years agor15199: Try to make these prototypes match, to get the build on S390 linux going.
Andrew Bartlett [Mon, 24 Apr 2006 13:55:21 +0000 (13:55 +0000)]
r15199: Try to make these prototypes match, to get the build on S390 linux going.

Andrew Bartlett

16 years agor15192: Update Samba4 to use current lorikeet-heimdal.
Andrew Bartlett [Mon, 24 Apr 2006 09:36:24 +0000 (09:36 +0000)]
r15192: Update Samba4 to use current lorikeet-heimdal.

Andrew Bartlett

16 years agor15191: Avoid uint_t as it's not standard.
Jelmer Vernooij [Mon, 24 Apr 2006 09:36:09 +0000 (09:36 +0000)]
r15191: Avoid uint_t as it's not standard.

16 years agor15190: Disable sonames for the BSDs and solaris as they don't take more then
Jelmer Vernooij [Mon, 24 Apr 2006 09:34:22 +0000 (09:34 +0000)]
r15190: Disable sonames for the BSDs and solaris as they don't take more then
one version number (0 rather then 0.0.1)

16 years agor15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typo
James Peach [Mon, 24 Apr 2006 02:36:55 +0000 (02:36 +0000)]
r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typo
that made the BASE-DIR2 test fail.

16 years agor15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered
James Peach [Mon, 24 Apr 2006 01:26:31 +0000 (01:26 +0000)]
r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered
in r15186. I don't think I should be allowed to use quilt and svn at the
same time any more :(

16 years agor15187: Introduce new param type P_BYTES. This lets config options which specify
James Peach [Mon, 24 Apr 2006 00:38:53 +0000 (00:38 +0000)]
r15187: Introduce new param type P_BYTES. This lets config options which specify
byte counts be given in convenient units.

16 years agor15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
James Peach [Mon, 24 Apr 2006 00:16:51 +0000 (00:16 +0000)]
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
"." for "..". These express the intention better that strcmp or strequal
and improve searchability via cscope/ctags.

16 years agor15185: Force all NTVFS modules to provide a critical sizes structure so
James Peach [Sun, 23 Apr 2006 23:44:14 +0000 (23:44 +0000)]
r15185: Force all NTVFS modules to provide a critical sizes structure so
the version information can be checked when modules are registered.

16 years agor15184: Declare ntvfs_register with a typed ops pointer.
James Peach [Sun, 23 Apr 2006 23:42:23 +0000 (23:42 +0000)]
r15184: Declare ntvfs_register with a typed ops pointer.

16 years agor15183: Hoist the critical sizes initialiser into a header so that modules
James Peach [Sun, 23 Apr 2006 23:40:53 +0000 (23:40 +0000)]
r15183: Hoist the critical sizes initialiser into a header so that modules
can have standard access to critical sizes. Add a convenience function
to determine whether two critical sizes differ.

16 years agor15182: make stuff more portable
Stefan Metzmacher [Sun, 23 Apr 2006 22:45:54 +0000 (22:45 +0000)]
r15182: make stuff more portable

metze

16 years agor15181: Don't try kerberos sign/seal when in SSL
Simo Sorce [Sun, 23 Apr 2006 17:22:32 +0000 (17:22 +0000)]
r15181: Don't try kerberos sign/seal when in SSL