]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
24 years agoFix usermanager for domains - we were returning no memory when we
Jeremy Allison [Tue, 17 Jul 2001 02:26:04 +0000 (02:26 +0000)] 
Fix usermanager for domains - we were returning no memory when we
should have been returning empty space at end of enumeration.
Jeremy.

24 years agoiFix from "Shahms E. King" <shahms@shahms.com> to get cups user name
Jeremy Allison [Tue, 17 Jul 2001 00:39:07 +0000 (00:39 +0000)] 
iFix from "Shahms E. King" <shahms@shahms.com> to get cups user name
right.
Jeremy.

24 years agoFix for incorrect creation of print job names, based on a patch by
Jeremy Allison [Mon, 16 Jul 2001 23:39:26 +0000 (23:39 +0000)] 
Fix for incorrect creation of print job names, based on a patch by
José M.Rodríguez <josemi@iies.es>
Jeremy.

24 years agoFix from bernd@arresum.inka.de for broken krb configure.
Jeremy Allison [Mon, 16 Jul 2001 22:58:47 +0000 (22:58 +0000)] 
Fix from bernd@arresum.inka.de for broken krb configure.
Jeremy.

24 years agoFix from Jim Vopni - muliple definitions of "letter".
Jeremy Allison [Mon, 16 Jul 2001 19:36:44 +0000 (19:36 +0000)] 
Fix from Jim Vopni - muliple definitions of "letter".
Jeremy.

24 years agoTest if machine password has expired.
Simo Sorce [Mon, 16 Jul 2001 12:16:48 +0000 (12:16 +0000)] 
Test if machine password has expired.
This test was lost somehow...

24 years agoA few tweaks around linking libsmbclient
Richard Sharpe [Sat, 14 Jul 2001 02:52:41 +0000 (02:52 +0000)] 
A few tweaks around linking libsmbclient

24 years agoChanged instances of TRUE, FALSE to True, False as some compilers don't
Tim Potter [Thu, 12 Jul 2001 22:27:00 +0000 (22:27 +0000)] 
Changed instances of TRUE, FALSE to True, False as some compilers don't
have the first set of symbols.

24 years agoRemoved unused variable.
Tim Potter [Thu, 12 Jul 2001 22:19:39 +0000 (22:19 +0000)] 
Removed unused variable.

24 years agoFix a stupid error in passing options to CC under AIX
Richard Sharpe [Thu, 12 Jul 2001 07:23:14 +0000 (07:23 +0000)] 
Fix a stupid error in passing options to CC under AIX

24 years agoToomas Soome's fix for joining a domain the old way.
Jeremy Allison [Wed, 11 Jul 2001 18:52:43 +0000 (18:52 +0000)] 
Toomas Soome's fix for joining a domain the old way.
Jeremy.

24 years agoSome minor doco on what the build_farm dir does
Andrew Bartlett [Wed, 11 Jul 2001 10:53:41 +0000 (10:53 +0000)] 
Some minor doco on what the build_farm dir does

24 years agoI think this was just a typo... If there was some method to the madness then
Andrew Bartlett [Wed, 11 Jul 2001 10:03:34 +0000 (10:03 +0000)] 
I think this was just a typo...  If there was some method to the madness then
please yell, but the build has been broken for long enough.

Andrew Bartlett

24 years agoThis backs out my last change, which broke some of the finer points of RPC
Andrew Bartlett [Wed, 11 Jul 2001 04:27:03 +0000 (04:27 +0000)] 
This backs out my last change, which broke some of the finer points of RPC
coding :-).  I'll be more carfull in this area in future.

This does not back out the cli_login change, so domain logons still work, but
only for english.

Andrew Bartlett

24 years agoA serious set of changes to build libsmbclienmt. Copied much ofthis from
Richard Sharpe [Wed, 11 Jul 2001 01:58:37 +0000 (01:58 +0000)] 
A serious set of changes to build libsmbclienmt. Copied much ofthis from
CUPS.

24 years agoAndrew B and I were commiting the same fix at the same time in different
Christopher R. Hertel [Tue, 10 Jul 2001 18:05:29 +0000 (18:05 +0000)] 
Andrew B and I were commiting the same fix at the same time in different
trees.  This change simply brings HEAD and 2.2 in line with one another.
Otherwise the code would be differnt but the meaning would be the same,
which is awkward.
Chris 'fifty-seven commits per line changed' Hertel -)-----

24 years agoFix tree breakage, the last change was entirly non-portable, and we already
Andrew Bartlett [Tue, 10 Jul 2001 17:14:52 +0000 (17:14 +0000)] 
Fix tree breakage, the last change was entirly non-portable, and we already
have this nice variable to do exactly this...

24 years agoThis fixes security=domain, which has been broke since the big charset
Andrew Bartlett [Tue, 10 Jul 2001 17:02:02 +0000 (17:02 +0000)] 
This fixes security=domain, which has been broke since the big charset
changeover.  For my own sainity I have created a new function to fill out both
the header and buffer for a string in an RPC struct.  This DOES NOT take a
length argument, only the actual string to be placed.

The RPC code is currently littered with code that does init_uni_hdr() followed
immidiatly by init_unistr2(), and often the length argument is wrong.  (It was
for the code I changed, even before the charset stuff).  Another bug where we
made strings AT LEAST MAX_UNICODE_LEN long hid this bug.

This works for loopback connections to Samba, and can't be any more broke than
it was before :-).  (We had double and revese conversions, fun...).

In particular this makes us multibyte complient.

In any case, if there are no objections I will slowly convert other bits of
code to the same system.

24 years agoFix from John Malmberg. When I added the additional information to the
Christopher R. Hertel [Tue, 10 Jul 2001 16:10:04 +0000 (16:10 +0000)] 
Fix from John Malmberg.  When I added the additional information to the
debug block that reports multiple query responses I did not notice that
the local answer_ip variable was only selectively set.

Chris -)-----

24 years agoTry to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,
Andrew Bartlett [Tue, 10 Jul 2001 10:27:52 +0000 (10:27 +0000)] 
Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,
but with a more 'interesting' licence.

24 years agoChange the order of the -fPIC and -KPIC tests to ensure that UnixWare
Richard Sharpe [Tue, 10 Jul 2001 07:14:24 +0000 (07:14 +0000)] 
Change the order of the -fPIC  and  -KPIC tests to ensure that UnixWare
is handled.

24 years agomuch better handling of broken DNS servers
Andrew Tridgell [Tue, 10 Jul 2001 02:53:48 +0000 (02:53 +0000)] 
much better handling of broken DNS servers
we no longer lookup our own name when we create a socket in
open_socket_in(). That makes things work much better with the
broken DNS server at VA

24 years agoadded winbind_exclude_domain() so smbd can tell the winbind client
Andrew Tridgell [Tue, 10 Jul 2001 02:28:17 +0000 (02:28 +0000)] 
added winbind_exclude_domain() so smbd can tell the winbind client
code not to do lookups for a particular domain. This allows winbind to
operate on a Samba PDC

24 years agoRemoved unused local variables.
Tim Potter [Tue, 10 Jul 2001 00:02:40 +0000 (00:02 +0000)] 
Removed unused local variables.

24 years agoimplement:
Jean-François Micouleau [Mon, 9 Jul 2001 18:32:54 +0000 (18:32 +0000)] 
implement:
LSA_ENUM_PRIVS
LSA_PRIV_GET_DISPNAME
LSA_ENUM_ACCOUNTS
LSA_OPENACCOUNT
LSA_ENUMPRIVSACCOUNT
LSA_GETSYSTEMACCOUNT

It's a work in progress. nobody should expect it to work

J.F.

24 years agoadd query user info level 20 (for RAS)
Jean-François Micouleau [Mon, 9 Jul 2001 18:25:40 +0000 (18:25 +0000)] 
add query user info level 20 (for RAS)
add query dominfo level 5
some cleanup, don't free talloced memory.
implement delete domain and local groups.

J.F.

24 years agowhen converting ascii to unicode, if the ascii string is NULL, don't
Jean-François Micouleau [Mon, 9 Jul 2001 18:21:03 +0000 (18:21 +0000)] 
when converting ascii to unicode, if the ascii string is NULL, don't
convert it, rpcstr_push doesn't like it.

24 years agosplit the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups
Jean-François Micouleau [Mon, 9 Jul 2001 18:19:04 +0000 (18:19 +0000)] 
split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups

J.F.

24 years agowhen retrieving by sid fill also the map.sid field
Jean-François Micouleau [Mon, 9 Jul 2001 18:17:00 +0000 (18:17 +0000)] 
when retrieving by sid fill also the map.sid field

24 years agoallow to rename an NT group
Jean-François Micouleau [Mon, 9 Jul 2001 18:15:28 +0000 (18:15 +0000)] 
allow to rename an NT group

24 years agofixed anonymous login in rpcclient
Andrew Tridgell [Sun, 8 Jul 2001 20:28:17 +0000 (20:28 +0000)] 
fixed anonymous login in rpcclient

24 years agoremoved remnants of libtool
Andrew Tridgell [Sun, 8 Jul 2001 19:18:06 +0000 (19:18 +0000)] 
removed remnants of libtool

24 years agoimproved the command line parsing of rpcclient
Andrew Tridgell [Sun, 8 Jul 2001 18:25:56 +0000 (18:25 +0000)] 
improved the command line parsing of rpcclient

24 years agoallow winbindd to run as non-root so we can test it more easily
Andrew Tridgell [Sun, 8 Jul 2001 18:25:19 +0000 (18:25 +0000)] 
allow winbindd to run as non-root so we can test it more easily

24 years agoformatting fix
Andrew Tridgell [Sun, 8 Jul 2001 18:23:53 +0000 (18:23 +0000)] 
formatting fix

24 years agoadded sec_initial_uid() function so we can ask if a file is owned by
Andrew Tridgell [Sun, 8 Jul 2001 18:22:46 +0000 (18:22 +0000)] 
added sec_initial_uid() function so we can ask if a file is owned by
the initial uid

24 years agofixed the auto-initialisation of the iconv descriptors
Andrew Tridgell [Sun, 8 Jul 2001 18:22:04 +0000 (18:22 +0000)] 
fixed the auto-initialisation of the iconv descriptors

24 years agoUpdate tests, start testing password server code, now I have it working and
Andrew Bartlett [Sun, 8 Jul 2001 14:24:29 +0000 (14:24 +0000)] 
Update tests, start testing password server code, now I have it working and
know what it does...

Andrew Bartlett

24 years agoThis removes unused paramaters from various authtication functions, and should
Andrew Bartlett [Sun, 8 Jul 2001 14:10:30 +0000 (14:10 +0000)] 
This removes unused paramaters from various authtication functions, and should
not change behaviour.

This should make my later diffs smaller, where I actualy start cleaning up this
mess...

Andrew Bartlett

24 years agoFix the loading of configuration files using the include syntax.
Andrew Bartlett [Sun, 8 Jul 2001 13:02:16 +0000 (13:02 +0000)] 
Fix the loading of configuration files using the include syntax.

We had a problem where if a % macro in the smb.conf could be ignored if the
various files it pointed to had the same time-stamp.

This changes the code to insted check that the both the time-stamp and the
substituted filename are the same over each change.

This was picked up only becouse the build-farm automaticly generates its config
files, and hence gets identical timestamps.

(Why this doesn't happen all the time I'm not entirly sure, somthing to do with
the 'test' paramater to reload_services(), but this fixes this problem).

Andrew Bartlett

24 years agofixed some unicode and LANMAN2 bugs in trans2 find first/next
Andrew Tridgell [Sat, 7 Jul 2001 21:24:00 +0000 (21:24 +0000)] 
fixed some unicode and LANMAN2 bugs in trans2 find first/next

24 years agofixed some unicode and LANMAN2 bugs in trans2 find first
Andrew Tridgell [Sat, 7 Jul 2001 21:23:32 +0000 (21:23 +0000)] 
fixed some unicode and LANMAN2 bugs in trans2 find first

24 years agoAdd a new paramater: add machine script
Andrew Bartlett [Sat, 7 Jul 2001 08:45:39 +0000 (08:45 +0000)] 
Add a new paramater:  add machine script

This allows the administrator to define different scripts for adding unix users
and automaticly adding machines.  If it is not defined, it falls back to the
value of 'add user script'.

Andrew Bartlett

24 years agoAdd backend encryption support for NTLMv2.
Andrew Bartlett [Sat, 7 Jul 2001 07:00:15 +0000 (07:00 +0000)] 
Add backend encryption support for NTLMv2.

The leg-work for this was done by the folks at samba-tng.org, I'm just bringing
it accross to HEAD.

The MD5 implementation is seperatly derived, and does not have the copyright
problems that the one in TNG has.

Also add const to a few places where it makes sence.

Andrew Bartlett

24 years agoYou can't dump_data() a function pointer...
Andrew Bartlett [Sat, 7 Jul 2001 06:44:50 +0000 (06:44 +0000)] 
You can't dump_data() a function pointer...

Andrew Bartlett

24 years agoUpdate smbtorture in line with SAMBA_2_2
Andrew Bartlett [Sat, 7 Jul 2001 06:21:32 +0000 (06:21 +0000)] 
Update smbtorture in line with SAMBA_2_2

Andrew Bartlett

24 years agoPassword changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!
Jeremy Allison [Fri, 6 Jul 2001 22:54:49 +0000 (22:54 +0000)] 
Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!
Jeremy.

24 years agofixed strrchr_m
Andrew Tridgell [Fri, 6 Jul 2001 22:32:57 +0000 (22:32 +0000)] 
fixed strrchr_m

24 years agoDon't try and open tdb secrets file in non-root/local mode.
Jeremy Allison [Fri, 6 Jul 2001 21:53:32 +0000 (21:53 +0000)] 
Don't try and open tdb secrets file in non-root/local mode.
Jeremy.

24 years agoWrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy Allison [Fri, 6 Jul 2001 18:45:59 +0000 (18:45 +0000)] 
Wrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy.

24 years agoAdded JF's fix for max_entries being 0.
Jeremy Allison [Fri, 6 Jul 2001 17:40:16 +0000 (17:40 +0000)] 
Added JF's fix for max_entries being 0.
Jeremy.

24 years agoformatting fixes
Andrew Tridgell [Fri, 6 Jul 2001 11:50:45 +0000 (11:50 +0000)] 
formatting fixes

24 years agocheck for initialisation in convert_string()
Andrew Tridgell [Fri, 6 Jul 2001 11:50:07 +0000 (11:50 +0000)] 
check for initialisation in convert_string()
otherwise initial load in smb.conf can fail

24 years agoA program to display a tree of domains, servers and shares similar to the
Tim Potter [Fri, 6 Jul 2001 10:49:34 +0000 (10:49 +0000)] 
A program to display a tree of domains, servers and shares similar to the
network neighbourhood graph.  Still needs a bit of work.

24 years agofixed a silly bug in the internal UTF8 implementation
Andrew Tridgell [Fri, 6 Jul 2001 08:59:50 +0000 (08:59 +0000)] 
fixed a silly bug in the internal UTF8 implementation

24 years agofixed bug where we looked at the first byte of a password to determine
Andrew Tridgell [Fri, 6 Jul 2001 04:08:24 +0000 (04:08 +0000)] 
fixed bug where we looked at the first byte of a password to determine
if the password is blank. That ain't valid with encrypted passwords!

Jeremy, this changes the semantics of session setup. We no longer
automatically set guest=True when the client happens to choose their
username == the guest username. Instead we rely on the map_to_guest
code. I'm pretty sure this is now the right thing, but please look at
it carefully before putting it in 2.2

This is the bug that was causing the build farm to sometimes
fail. Basically we failed every 256 attempts - ie. when the first byte
of the encrypted password happened to be 0

24 years agogot rid of insanely verbose debug messages on startup
Andrew Tridgell [Fri, 6 Jul 2001 03:18:54 +0000 (03:18 +0000)] 
got rid of insanely verbose debug messages on startup

24 years agofixed inetd operation as non-root
Andrew Tridgell [Fri, 6 Jul 2001 02:25:03 +0000 (02:25 +0000)] 
fixed inetd operation as non-root

24 years agoadded some comments and removed an unnecessary check
Andrew Tridgell [Fri, 6 Jul 2001 00:14:56 +0000 (00:14 +0000)] 
added some comments and removed an unnecessary check

24 years agoFix race where wrong action (created or opened) could be returned.
Jeremy Allison [Thu, 5 Jul 2001 23:37:09 +0000 (23:37 +0000)] 
Fix race where wrong action (created or opened) could be returned.
Jeremy.

24 years agoFix for enumerating large numbers of users.
Jeremy Allison [Thu, 5 Jul 2001 22:36:25 +0000 (22:36 +0000)] 
Fix for enumerating large numbers of users.
Jeremy.

24 years agoFix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB
Jeremy Allison [Thu, 5 Jul 2001 18:07:46 +0000 (18:07 +0000)] 
Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB
for help on this.
Jeremy.

24 years agoAllow user to specify CFLAGS even when using configure.developer
Andrew Bartlett [Thu, 5 Jul 2001 12:28:01 +0000 (12:28 +0000)] 
Allow user to specify CFLAGS even when using configure.developer

Andrew Bartlett

24 years agoremoved an unreachable statement
Andrew Tridgell [Thu, 5 Jul 2001 11:46:36 +0000 (11:46 +0000)] 
removed an unreachable statement

24 years agoAllow us to vary the log-level, so we can run at level 1 normally,
Andrew Bartlett [Thu, 5 Jul 2001 11:34:50 +0000 (11:34 +0000)] 
Allow us to vary the log-level, so we can run at level 1 normally,
and push it to 10 when we fail (we redo the test).

Also disable the server-level security testing till it know what it does

Andrew Bartlett

24 years agothis fixes the failure of MS office on VFAT partitions on Linux
Andrew Tridgell [Thu, 5 Jul 2001 10:33:10 +0000 (10:33 +0000)] 
this fixes the failure of MS office on VFAT partitions on Linux

The problem is that ftruncate can't expand on VFAT, but it can on
ext2. That means our autoconf test is useless. I have recoded it to
use the alternative to ftruncate when then sys_ftruncate fails.

Jeremy, do you want this for 2.2.1?

24 years agoRenamed formal parameter fd to fnum because we're talking about SMB file
Tim Potter [Thu, 5 Jul 2001 08:24:03 +0000 (08:24 +0000)] 
Renamed formal parameter fd to fnum because we're talking about SMB file
handles, not unix ones.

24 years agoadded line-feed at end of templates
Andrew Tridgell [Thu, 5 Jul 2001 06:51:47 +0000 (06:51 +0000)] 
added line-feed at end of templates

24 years agofixed a bug in the parameters SMBctemp uses in open_file_shared()
Andrew Tridgell [Thu, 5 Jul 2001 06:39:15 +0000 (06:39 +0000)] 
fixed a bug in the parameters SMBctemp uses in open_file_shared()

24 years agofixed compilation of masktest on AIX
Andrew Tridgell [Thu, 5 Jul 2001 05:53:08 +0000 (05:53 +0000)] 
fixed compilation of masktest on AIX

24 years agouse alpha_strcpy on DNS names
Andrew Tridgell [Thu, 5 Jul 2001 04:44:09 +0000 (04:44 +0000)] 
use alpha_strcpy on DNS names

24 years agouse alpha_strcpy on the domain as it comes off the wire
Andrew Tridgell [Thu, 5 Jul 2001 04:34:50 +0000 (04:34 +0000)] 
use alpha_strcpy on the domain as it comes off the wire

24 years agooptimised the 7 bit case for utf8 conversion
Andrew Tridgell [Thu, 5 Jul 2001 00:57:42 +0000 (00:57 +0000)] 
optimised the 7 bit case for utf8 conversion

24 years agomake sure we reset the shift state on error for charsets like SJIS
Andrew Tridgell [Thu, 5 Jul 2001 00:04:30 +0000 (00:04 +0000)] 
make sure we reset the shift state on error for charsets like SJIS

24 years agoallow to use usrmgr/svrmgr tools in win95
Jean-François Micouleau [Wed, 4 Jul 2001 21:57:03 +0000 (21:57 +0000)] 
allow to use usrmgr/svrmgr tools in win95

pretty cool

24 years agounicode string length is twice longer ;-)
Jean-François Micouleau [Wed, 4 Jul 2001 18:57:16 +0000 (18:57 +0000)] 
unicode string length is twice longer ;-)

24 years agoadded builtin support for UTF8
Andrew Tridgell [Wed, 4 Jul 2001 15:08:30 +0000 (15:08 +0000)] 
added builtin support for UTF8

24 years agomore portability fixes
Andrew Tridgell [Wed, 4 Jul 2001 14:41:06 +0000 (14:41 +0000)] 
more portability fixes

24 years agoportability fixes
Andrew Tridgell [Wed, 4 Jul 2001 12:16:24 +0000 (12:16 +0000)] 
portability fixes

24 years agogot rid of __FUNCTION__ debug
Andrew Tridgell [Wed, 4 Jul 2001 08:03:47 +0000 (08:03 +0000)] 
got rid of __FUNCTION__ debug

24 years agofixed uninitialised variable
Andrew Tridgell [Wed, 4 Jul 2001 07:50:54 +0000 (07:50 +0000)] 
fixed uninitialised variable

24 years agowe don't need the codepage sources any more
Andrew Tridgell [Wed, 4 Jul 2001 07:42:57 +0000 (07:42 +0000)] 
we don't need the codepage sources any more

24 years agowe don't need the codepages any more
Andrew Tridgell [Wed, 4 Jul 2001 07:41:37 +0000 (07:41 +0000)] 
we don't need the codepages any more

24 years agomissed a couple of strchr calls
Andrew Tridgell [Wed, 4 Jul 2001 07:39:01 +0000 (07:39 +0000)] 
missed a couple of strchr calls

24 years agostrchr and strrchr are macros when compiling with optimisation in gcc, so we can...
Andrew Tridgell [Wed, 4 Jul 2001 07:36:09 +0000 (07:36 +0000)] 
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.

24 years agoThe big character set handling changeover!
Andrew Tridgell [Wed, 4 Jul 2001 07:15:53 +0000 (07:15 +0000)] 
The big character set handling changeover!

This commit gets rid of all our old codepage handling and replaces it with
iconv. All internal strings in Samba are now in "unix" charset, which may
be multi-byte. See internals.doc and my posting to samba-technical for
a more complete explanation.

24 years agoThis brings HEAD into line with SAMBA_2_2, they now both use bindir.
Andrew Bartlett [Wed, 4 Jul 2001 06:31:15 +0000 (06:31 +0000)] 
This brings HEAD into line with SAMBA_2_2, they now both use bindir.

Andrew Bartlett

24 years agoremoved some debug code
Andrew Tridgell [Wed, 4 Jul 2001 04:39:52 +0000 (04:39 +0000)] 
removed some debug code

24 years agocheck for bad usernames early in session setup
Andrew Tridgell [Wed, 4 Jul 2001 04:17:58 +0000 (04:17 +0000)] 
check for bad usernames early in session setup

24 years agoRemoved bogus server_n local variable in connect_one() function.
Tim Potter [Wed, 4 Jul 2001 04:04:17 +0000 (04:04 +0000)] 
Removed bogus server_n local variable in connect_one() function.

24 years agoEnsure we correctly round down to 2 second boundary if dos filetime
Jeremy Allison [Wed, 4 Jul 2001 01:01:02 +0000 (01:01 +0000)] 
Ensure we correctly round down to 2 second boundary if dos filetime
set for a share.
Jeremy.

24 years agoSmall warning removal tidyup.
Jeremy Allison [Tue, 3 Jul 2001 22:00:11 +0000 (22:00 +0000)] 
Small warning removal tidyup.
Jeremy.

24 years agoRemove the exit_server() calls that stop nmbd linking.
Jeremy Allison [Tue, 3 Jul 2001 21:32:23 +0000 (21:32 +0000)] 
Remove the exit_server() calls that stop nmbd linking.
Jeremy.

24 years agoFixed warnings and made const-safe so it has the correct prototype.
Jeremy Allison [Tue, 3 Jul 2001 21:07:26 +0000 (21:07 +0000)] 
Fixed warnings and made const-safe so it has the correct prototype.
Jeremy.

24 years agoRemoved the default addition of /include to the directory given in
Jeremy Allison [Tue, 3 Jul 2001 19:34:18 +0000 (19:34 +0000)] 
Removed the default addition of /include to the directory given in
--with-sslinc. Should allow building on RH7.1 when set correctly.
Jeremy.

24 years agoUpdated to latest from gnu.org.
Jeremy Allison [Tue, 3 Jul 2001 18:34:41 +0000 (18:34 +0000)] 
Updated to latest from gnu.org.
Jeremy.

24 years agoAdded #define of int32 to int for cray. This will almost certainly cause
Jeremy Allison [Tue, 3 Jul 2001 18:33:16 +0000 (18:33 +0000)] 
Added #define of int32 to int for cray. This will almost certainly cause
the rpc code to fail on the cray....
Jeremy.

24 years agoFixed incorrect debug parameters for lock_pid.
Jeremy Allison [Tue, 3 Jul 2001 17:40:43 +0000 (17:40 +0000)] 
Fixed incorrect debug parameters for lock_pid.
Jeremy.

24 years agoSplit pam_winbind out of WINBIND progs so it can be build separately
Tim Potter [Tue, 3 Jul 2001 06:46:37 +0000 (06:46 +0000)] 
Split pam_winbind out of WINBIND progs so it can be build separately
only if --with-pam is specified.

24 years agoSee if we can stick to slightly valid C..
Andrew Bartlett [Tue, 3 Jul 2001 04:29:50 +0000 (04:29 +0000)] 
See if we can stick to slightly valid C..

(With thanks to tpot)

Andrew Bartlett