[root] / trunk / net / krb5auth / src / TKSocket.cxx Repository:
ViewVC logotype

Log of /trunk/net/krb5auth/src/TKSocket.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 44285 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 18 10:27:44 2012 UTC (2 years, 8 months ago) by rdm
File length: 10733 byte(s)
Diff to previous 41644
add unistd.h include needed for read()/write() and gcc 4.7. Fixes issue
94702.

Revision 41644 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 29 22:38:37 2011 UTC (3 years, 2 months ago) by rdm
File length: 10689 byte(s)
Diff to previous 40220
fix coverity issues.

Revision 40220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 13 19:42:27 2011 UTC (3 years, 6 months ago) by rdm
File length: 10663 byte(s)
Diff to previous 35173
on OSX add missing krb5_net_read() and krb5_net_write() functions.
Found them missing when switching to "-undefined error".

Revision 35173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 6 14:47:56 2010 UTC (4 years, 4 months ago) by rdm
File length: 6360 byte(s)
Diff to previous 23091
coverity issues.

Revision 23091 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 15:04:27 2008 UTC (6 years, 9 months ago) by rdm
File length: 6357 byte(s)
Diff to previous 20985
moving the follwing directories to "net":

alien, auth, glite, globusauth, krb5auth, ldap, monalisa, net, netx,
rootd, rpdutils, srputils, xrootd

Revision 20985 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 22 14:35:16 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6357 byte(s)
Diff to previous 20882
fix gcc 4.2 compilation warnings.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6349 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6349 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6399 byte(s)
Diff to previous 15181
remove :$ from tag line

Revision 15181 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 15:13:03 2006 UTC (8 years, 8 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6409 byte(s)
Diff to previous 15046
one more round of code cleanup: change NULL by 0 in all C++ code.

Revision 15046 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 15 09:45:03 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6411 byte(s)
Diff to previous 12887
From Gerri:
Fix coding convention violations in krb5auth, rpdutils and
   proof

Revision 12887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 3 08:41:23 2005 UTC (9 years, 3 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6131 byte(s)
Diff to previous 12878
blank space cosmetics.

Revision 12878 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 30 09:10:56 2005 UTC (9 years, 3 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 6211 byte(s)
Diff to previous 12737
remove dependence on config.h.

Revision 12737 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 18 12:44:04 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 5830 byte(s)
Diff to previous 11089
fix remaining coding style violations.

Revision 11089 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 10 12:47:27 2005 UTC (9 years, 11 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 5823 byte(s)
Diff to previous 11050
explicitly include errno.h, needed on some platforms.

Revision 11050 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 8 00:57:13 2005 UTC (9 years, 11 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 5975 byte(s)
Diff to previous 11047
include <sys/types.h> is needed on MacOS X.

Revision 11047 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Feb 7 18:02:37 2005 UTC (9 years, 11 months ago) by rdm
Original Path: trunk/krb5auth/src/TKSocket.cxx
File length: 5970 byte(s)
From Maarten and Kristjan Gulbrandsen:
Here is the patch with the restructured PROOF code. It parameterizes
PROOF startup, currently implementing "Standard", Condor, MLM and PEAC.
It can easily be extended with other "TProof" classes, e.g. AliEn Proof.
Or what ever next Grid implementation or scheduler comes along.

The MLM, Multi Level Master, code uses a basic packetizer, based on a
MSD (massstorage domain) tag. In MLM mode we have multi-tier client
server setup, like:

client -> super master -> sub master 0 -> slave[0..N]
                          ...
                       -> sub master M -> slave[0..N]

It also contains a large number of smaller fixes. Credit for most of
the work goes to Kris!

We have tested this on multipe platforms (RH7.3, RH9, SL3) and in
multiple configurations. Should be stable.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9