Commit Graph

3850 Commits

Author SHA1 Message Date
Russ Allbery
088e1409f8 platform-build-fixes-20060801
Add dummy makefiles for all the other supported architectures and fix a
few issues with makefile inclusion in the Makefile.in and
DARWIN/Makefile.in.
2006-08-01 22:27:17 +00:00
Derrick Brashear
c5613fadf5 macos-installer-20060801
partial updates
2006-08-01 22:05:08 +00:00
Russ Allbery
eb1dd3306b we-hate-dce-20060801
Destroy all traces of dauth, including the DCE authentication support in
afsweb.
2006-08-01 21:57:14 +00:00
Derrick Brashear
86a29ebd32 macos-move-afssettings-20060801
build this as part of the build
2006-08-01 21:43:34 +00:00
Russ Allbery
01441567bc dead-log-programs-20060801
log and passwd haven't existed for some time, so get rid of the Makefile
rules for them.
2006-08-01 21:31:47 +00:00
Russ Allbery
15dae9264f death-to-des-stub-20060801
Remove des_stub; we don't care any more.
2006-08-01 21:19:53 +00:00
Russ Allbery
8df5dcbc91 death-to-pinstall-20060801
Delete pinstall and convert the entire tree to use the install program
found by configure (falling back on install-sh in the local tree).  This
means that we have to pre-create directories with install -d.  Also redo
the install and dest rules to be lists of install rules rather than
dependencies driving separate make rules so that running make install will
always update the target directory with the current code, even if there are
files in the install area that are newer.

Stop installing libafssetpag; we're about to kill it in favor of a
different library.  Remove some djgpp rules.
2006-08-01 21:03:54 +00:00
Jeffrey Hutzelman
29dd792381 linux-afs-translator-xen-20060731
FIXES 36646

nfs translator for linux, plus xen support for shared afs client

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
FIXES 36646

add linux afs translator plus xen shared afs client support

====================
FIXES 36646

add linux afs translator plus xen shared afs client support

====================
FIXES 36646

add linux afs translator plus xen shared afs client support
2006-07-31 22:58:17 +00:00
Derrick Brashear
67f04fa714 kreltime-guard-against-null-tm-20060731
so we can memset 0 and get defaults
2006-07-31 22:12:39 +00:00
Derrick Brashear
75922872e6 fslog-dpf-20060731
turns out it's nice to log why we exit
2006-07-31 20:01:08 +00:00
Derrick Brashear
da47759090 FIXES 35559
va_list isn't integral on ppc
2006-07-31 19:15:15 +00:00
Russ Allbery
cc37bc5ae4 ka-forwarder-20060731
Add ka-forwarder.
2006-07-31 18:34:26 +00:00
Derrick Brashear
8c4496602b namei_mapper-20060731
add chaskiel's namei mapping tool to cvs and make a rule to build it
2006-07-31 17:50:32 +00:00
Russ Allbery
5f434b8087 aklog-man-page-20060731
Rewrite the aklog man page in POD and add documentation of the new flags
and .xlog.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

Fix my misunderstanding of what rxkad2b is.

====================

Fix unterminated B<>.
2006-07-31 17:43:19 +00:00
Christopher Allen Wing
57ef7a5d99 bucoord-64-bit-cleanup-20060701
However, in bucoord/commands.c, bc_VolRestoreCmd(), bc_DiskRestoreCmd(),
bc_VolsetRestoreCmd(), and bc_DumpCmd() were passing '0' as arguments
instead of NULL.  Because there is no prototype for bc_StartDmpRst() this
results in a crash on 64-bit Linux.  (when running 'volrestore' from an
interactive backup session)
2006-07-31 17:36:01 +00:00
Alessandro Dellavedova
c04c2a0b1a fbsd-ifnet-flags-20060731
FIXES 35757

i should really fix this right
2006-07-31 17:15:53 +00:00
Jeffrey Altman
5a0c56d33b windows-cifs-vista-20060731
remove claim of support for Vista CIFS protocol version
2006-07-31 16:52:43 +00:00
Hans-Werner Paulsen
e6f6adc1bc libafsauthent-avoid-global-host-20060731
FIXES 36411

defining host globally in the rmtsysc interface: dumb
2006-07-31 16:33:16 +00:00
Derrick Brashear
77c5020470 vos-avoid-freeing-null-pointers-20060731
FIXES 36441

pretty obvious. don't.
2006-07-31 16:23:34 +00:00
Derrick Brashear
8d2dbc51f4 call-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731
FIXES 36442

and slipstream in bzero() killing
2006-07-31 16:18:13 +00:00
Tom Keiser
e199597d52 rx-readpacket-leak-20060728
avoid just allocating packets forever
2006-07-31 16:07:49 +00:00
Jeffrey Altman
ebcfab8d32 windows-cifs-compatibility-20060728
more compatibility fixes to the CIFS gateway server
2006-07-28 14:36:24 +00:00
Jeffrey Altman
a4211966d7 windows-remove-bad-asserts-20060728
remove assert()s that should simply be if()
2006-07-28 03:07:13 +00:00
Jeffrey Altman
b805981546 windows-cifs-undo-large-x-20060726
remove claim of support for LARGE_READX and LARGE_WRITEX
2006-07-26 14:52:56 +00:00
Jeffrey Altman
d42394946f windows-cifs-rewrite-20060726
delta windows-cifs-rewrite-20060717 introduced a bug in Tran2SetFileInfo
 which would cause data loss by inappropriately truncating the file
 instead of setting the file length.

 this commit adds a new smb_SetSMBParmLong() function

 fix smb_ReceiveCoreWrite to check for locks before truncation and
 adds much debugging

 fix CIFS protocol negotiation and declares support for large readx
 and writex

 updates debugging strings for Tran2 functions

 configures the windows firewall before sleeping in cm_Daemon()
2006-07-26 14:01:55 +00:00
Jeffrey Altman
3167f707fd windows-integrated-logon-20060726
delta windows-integrated-logon-20060724 would cause Windows 2000
 systems to blue screen with an exception in winlogon.exe.
2006-07-26 13:49:41 +00:00
Derrick Brashear
68e8e996b6 des-no-obsolete-encrypt-20060725
this version of encrypt() conflicts with current linux (which returns void)

we don't use it, so, buh-bye
2006-07-25 15:44:46 +00:00
Derrick Brashear
238ac51e80 cellservdb-dl-sanity-check-20060725
protect me from myself
2006-07-25 15:38:31 +00:00
Jeffrey Altman
1a0329fef0 windows-integrated-logon-20060724
* apply ACL restrictions to credential cache immediately after
   initialization

 * move file from system temp directory to user temp directory
   prior to starting executable as user to perform credential
   import
2006-07-24 15:06:15 +00:00
Jeffrey Altman
22f43b30a0 windows-ifs-cleanup-20060720
* fix up prototypes

* remove unused variables

* re-organize code for readability

* fix type safety issues
2006-07-20 22:44:30 +00:00
Jeffrey Altman
8d4d47860b windows-ifs-afsrdr-20060718
updates to ifs afsrdr code to allow it to compile.
2006-07-20 07:06:42 +00:00
Jeffrey Altman
66db2c9bec windows-ifs-20060718
enable the afsifs code to build again
2006-07-20 04:23:09 +00:00
Derrick Brashear
72abe41e1d aix5-curpag-20060719
curpag() exists in too many places
anyway, fix em
2006-07-21 00:27:15 +00:00
Jeffrey Altman
14ed562c4b viced-checkrights-loglevel-20060719
increase the log level on the "CheckRights: len=%u, for host=%s:%d\n"
message to 5.
2006-07-19 15:41:48 +00:00
Tom Keiser
51d0c3c8d1 rxkad-typeindex-20060718
clean up an off by one error for type index
2006-07-19 05:11:06 +00:00
Jeffrey Altman
436e8fe17b windows-wix-2_0_4221-20060718
* Updates to WIX installer to support the 2.0.4221 build

 * Removes unnecessary files from Release Notes
2006-07-18 17:02:04 +00:00
Jeffrey Altman
94e2fd2f51 windows-cifs-rewrite-20060717
a re-write of the Tran2 Query File Info, Query Path Info, Set File Info,
and Set Path Info functions to make them more readable and ensure
correctness.
2006-07-17 19:45:27 +00:00
Tom Keiser
7cb94029ce aix-largefile-20060714
FDH_WRITE can return something great er than an int32 size for largefile
2006-07-14 20:22:51 +00:00
Jim Rees
d335c636e2 discon-20060714
Implement PDiscon. Right now only sets nat mode. Untested.
2006-07-14 18:48:18 +00:00
Derek Atkins
3a8a83c061 linux-posix-lock-file-api-fix-20060714
fix lock enrollment for older kernels
2006-07-14 15:53:05 +00:00
Derrick Brashear
6878e0b634 vpurge-needs-no-lock-20060713
don't hold the VOL_LOCK during vpurgevolume
volserver's transaction stuff (NewTrans, actually) precludes any problem
2006-07-13 19:17:20 +00:00
Derrick Brashear
845b4ac1cf rxkad-private-reorder-structures-20060713
based on fix from tkeiser@gmail.com for aix segfaulting issue; keep offsets of
cprivate and sprivate's copies of type and level the same
2006-07-13 18:55:10 +00:00
Derrick Brashear
8b898261c1 tsm-interface-simple-uid-20060713
for now we use afs_uint32 as a uid in the exported interface
2006-07-13 18:38:21 +00:00
Tom Keiser
4c1503ee9b aix-lam-20060712
tsm for aix5
2006-07-13 18:24:29 +00:00
Jeffrey Altman
8f2aba6581 windows-wait-rx-hard-dead-time-20060710
Don't timeout based upon the LAN Workstation Session Timeout value.
Instead wait for the rx hard dead timeout.
2006-07-10 20:24:08 +00:00
Jeffrey Altman
39af776e0e windows-dllmap-20060705
afsrpc.dll and afsauthent.dll got too big for their
allocations.
2006-07-06 01:15:14 +00:00
Jeffrey Altman
3aa506fe50 windows-vlserver-makefile-correction-20060705
so make clean works right (remove vldbint.h)
2006-07-05 20:18:55 +00:00
Derrick Brashear
3d4b126261 libafsrpc-export-xdr-20060705
"       ld: warning: relocation warning: R_SPARC_COPY: file
       /usr/local/lib/libafsrpc.so: symbol
        rx_enable_stats: relocation bound to a symbol with STV_PROTECTED
       visibility
       Undefined                       first referenced
        symbol                             in file
       xdr_afs_uint32
       /usr/local/lib/libafsauthent.a(ptint.xdr.o)
       ld: fatal: Symbol referencing errors. No output written to slapd
       collect2: ld returned 1 exit status
"

one can guess how that might be less than useful
2006-07-05 19:34:01 +00:00
Jeffrey Altman
f720e922a9 windows-cifs-20060704
a mixture of updates to cifs compliance
2006-07-04 23:42:37 +00:00
Jeffrey Altman
941ac04165 ubik-call-sucks-20060704
make ubik_Call removal work on Windows.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

another fix for Windows
2006-07-04 22:22:35 +00:00