2943 Commits

Author SHA1 Message Date
Pascal Terjan
f829393c71 coda-xfs-header-defines-fun-20050706
make this better, we should never have been doing it as we were before
2005-07-07 03:32:39 +00:00
Derrick Brashear
043900fb41 aklog-assume-old-autoconf-20050706
old autoconf is my fiend
2005-07-07 03:00:45 +00:00
Derrick Brashear
2695a18459 vos-ctime-help-20050705
FIXES 6031

kept looking at this backwards, fix is obvious
2005-07-07 02:31:05 +00:00
Jeffrey Altman
c6a736486e windows-vs2005b2-20050706
Visual Studio 2005 Beta 2 has been released.   As part of this
release Microsoft has tightened the rules for their C++ compliance.

* no longer can a variable declared in a for() statement be used
  outside of the associated command block

* no longer can a function or variable be declared implicitly as
  'int'

* several types such as size_t have become 64-bit values on all platforms

* due to type changes the C++ function names in libraries have changed.
  This requires the use of different .DEF file export lists
2005-07-07 01:23:15 +00:00
Jeffrey Altman
2428f3eee3 windows-ntbuild-20050706
Update the default sysname to i386_w2k in the ntbuild.bat file
2005-07-06 15:11:28 +00:00
Jeffrey Altman
16b6696938 windows-config-param-20050706
New param files for new sysnames
2005-07-06 06:10:46 +00:00
Peter Somogyi
8f72c44972 util-admin-64bit-20050705
FIXES 19631

serverAddress is an int; don't copy a pointer size
2005-07-06 00:43:38 +00:00
Derrick Brashear
16d67791dc auditlogs-for-everyone-20050702
all servers now take -auditlog (path), send ibm-style auditlogs there, rotate the logs like the normal server logs, and will log thread ids when it's multiprocessor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

====================
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.
====================


all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th
e logs like the normal server logs, and will log thread ids when it's multiproce
ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

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


all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th
e logs like the normal server logs, and will log thread ids when it's multiproce
ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

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


all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th
e logs like the normal server logs, and will log thread ids when it's multiproce
ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

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

Windows build dependency changes to support the audit logs
2005-07-05 16:33:24 +00:00
Ken Hornstein
092cc5c9e6 aklog-update-20050705
fix typo in #error statement
2005-07-05 16:08:34 +00:00
Troy Benjegerdes
391566e0b4 aklog-principal-rewrite-20050705
fix second_comp call to be correct for macro
2005-07-05 16:06:08 +00:00
Jeffrey Altman
f6d99fbba1 windows-afsdb-fix-20050701
Fix AFSDB queries using DNSAPI to always terminate the query string with
a period.
2005-07-02 03:44:42 +00:00
Ken Hornstein
d48a6d9548 aklog-forgot-quote-20050701
Forgot closing quote in #error directive.
2005-07-01 05:40:52 +00:00
Ken Hornstein
233b7043ce aklog-heimdal-integration-20050630
The necessary autoconf/C glue to make aklog work with Heimdal.
2005-06-30 22:06:15 +00:00
Jeffrey Altman
ed54c88920 windows-logon-20050630
Add a method to disable the deletion of tokens at logoff

====================
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.
====================

add a registry entry to prevent token destruction at logoff
2005-06-30 19:02:03 +00:00
Jeffrey Altman
0fed4743ae pts-logging-20050619
enhance pts logging
2005-06-30 06:06:54 +00:00
Jeffrey Altman
25ecdbd2c4 windows-notes-20050630
latest updates including new afs-install-notes section on debugging
2005-06-30 06:02:50 +00:00
Derrick Brashear
f2e86f4e03 threadid-logging-20050629
log thread ids for any debug level
2005-06-30 04:10:31 +00:00
Robert S Murawski IV
4464c62f92 windows-nsis-20050628
Support for NSIS 2.07 including named installation configurations
and an Icon for the uninstall entry listed in the Add/Remove Programs
control panel.
2005-06-29 03:43:28 +00:00
Jeffrey Altman
b60eb36f4b windows-notes-20050628
pre-1.4
2005-06-29 03:42:14 +00:00
Jeffrey Altman
09e871e52f windows-readme-20050628
Updates to describe NSIS 2.07
2005-06-29 03:41:55 +00:00
Ken Hornstein
f89bb3cd97 fix-kerberos-autoconf-20060623
Commit remaining autoconf fixes for aklog.
2005-06-24 04:57:39 +00:00
Jeffrey Altman
a61ff319b7 windows-aklog-naming-20050624
Correct for the behavior of pr_SNameToId() lowercasing the username
2005-06-24 04:01:48 +00:00
Ken Hornstein
3b58e26750 fix-getcrypt-command-description-20050623
Fix the description of the getcrypt command.
2005-06-24 03:54:13 +00:00
Ken Hornstein
272ed1c01d aklog-cleanup-rxkad2b-20050623
Clean up the aklog source, and add support for rxkad2b tokens.
2005-06-24 00:43:48 +00:00
Jeffrey Altman
c4b1decf6c pr_init-fix-20050623
for the longest time aklog implementations with automatic pts registration
have included a work around for a bug in pr_Initialize.  The bug fails to
reset the connection when the cell changes.  This patch fixes that bug.

====================
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.
====================

for the longest time aklog implementations with automatic pts registration
have included a work around for a bug in pr_Initialize.  The bug fails to
reset the connection when the cell changes.  pr_Initialize has been fixed
so we can remove the hack.

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

remove the pr_Initialize force cell change hack from afskfw lib
2005-06-23 15:23:50 +00:00
Derrick Brashear
dbd69d19e4 objdir-20050622
FIXES 19341

try harder to make builds work in cases where you're building into an alternate directory with old autoconf (mkdir vs mkdir -p)
2005-06-22 18:35:20 +00:00
Derrick Brashear
854db695f9 hpux11-vfsck-20050622
make vfsck build for hpux
2005-06-22 14:47:19 +00:00
Jeffrey Hutzelman
ee5bee633a amd64-udebug-20050621
fix 64 bit glitch in udebug
2005-06-21 23:19:09 +00:00
Derrick Brashear
7ad8a32a0e aklog-configure-backport-20050621
make old autoconf work again
2005-06-21 23:14:17 +00:00
Ken Hornstein
eb3124e222 Add missing Makefile.in that I apparantly forgot. 2005-06-21 22:15:23 +00:00
Jeffrey Altman
6e732a8032 windows-afsifs-20050620
more IFS reformatting that was not committed in the window-afsifs-20050617
delta
2005-06-20 15:09:18 +00:00
Jeffrey Altman
13814630d6 pts-logging-20050620
Modify log levels to equal:
  Lookups at 125
  Creates at 25
  Modifies at 5

Modify Windows makefile to build ptclient.exe
2005-06-20 15:01:22 +00:00
Jeffrey Altman
a63ba494bf pts-logging-20050619
enhance pts logging
2005-06-19 18:56:44 +00:00
Chas Williams
f43f102c71 linux-change-dentry-cleanup-20050619
try to make this work in 2.4 also
2005-06-19 18:39:03 +00:00
Jeffrey Altman
9b1430c2d0 threaded-logging-20050619
update logging to be able to show threads
2005-06-19 18:37:38 +00:00
Derrick Brashear
0f61c69103 viced-firstclient-retry-20050619
FIXES 1345


avoid race as we add a new client
2005-06-19 18:17:42 +00:00
Ken Hornstein
bcdb5a184e more-aklog-fixes-20050618
Fixup aklog so it will compile (at least on MacOS X).  Include basic
autoconf glue.
2005-06-19 02:06:21 +00:00
Derrick Brashear
c4c1156698 rxkad-stats-do-it-right-20050618
fine, let's just do this right
2005-06-19 01:14:14 +00:00
Derrick Brashear
d201f1e234 move-rxkad-stats-20050618
fine, let's try this again, so aklog doesn't lose, but this sucks
2005-06-19 00:50:40 +00:00
Derrick Brashear
b5461fc5a8 vlprocs-extended-user-logging-20050618
update log message to provide full username
2005-06-19 00:23:46 +00:00
Derrick Brashear
f16d1cef70 lock-client-around-acl-checkrights-20050618
FIXES 1345

one of the like 3 crashes there. thanks love
2005-06-19 00:22:31 +00:00
Derrick Brashear
91953e8c07 lwp-protoize-20050618
protoize lwp directory
2005-06-19 00:20:45 +00:00
Derrick Brashear
b6b62c8521 log-protoize-20050618
protoize log directory
2005-06-19 00:20:35 +00:00
Derrick Brashear
379e3be319 ppc-darwin80-20050618
this is actually a throwaway
2005-06-19 00:20:01 +00:00
Derrick Brashear
cc2f4ac0b3 audit-protoization-20050618
protoize libaudit
2005-06-19 00:17:12 +00:00
Derrick Brashear
b680a2d122 libafsdep-des-stats-20050618
for rxkad stats dependancy when doing only_libafs build
2005-06-19 00:15:22 +00:00
Derrick Brashear
a32bbb929b readme-devel-20050618
we have protoized kernel code now
2005-06-19 00:05:00 +00:00
Jeffrey Altman
e4df380272 windows-afsifs-20050617
Not all of the chunks applied on the last commit
2005-06-17 17:15:25 +00:00
Jeffrey Altman
329a792344 window-afsifs-20050617
Updates to the afsifs-20050615 DELTA.
* Fix the build system
* Reformat the code
* Update docs
2005-06-17 17:07:46 +00:00
Eric Williams
ff8554593f afsifs-both-20050615
this patchset makes it build both ways.
2005-06-15 19:51:54 +00:00