Windows: Make CCB_FLAGS_DIRECTORY_QUERY_MAPPED consistent
[openafs.git] / src / auth /
2012-05-24 Simon Wilkinsonauth & [ak]log: Don't cast returns from malloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonDon't cast arguments to free()
2012-05-24 Simon Wilkinsonauth: Simplify DNS lookups with asprintf
2012-04-18 Michael Meffieauth: remove static local realms
2012-04-16 Michael Meffieauth: local realms configuration
2012-04-16 Michael Meffieauth: get local cell internal function
2012-04-12 Simon WilkinsonRemove redundant header includes
2012-04-09 Simon Wilkinsonauth: Don't leak key on file parse error
2012-04-09 Simon Wilkinsonauth: Handle empty lists of keys
2012-04-09 Simon Wilkinsonauth: Make sure we get AF_INET addresses from DNS
2012-03-28 Michael Meffieremove athena env conditionals
2012-02-15 Jeffrey AltmanWindows: remove install9x rules
2012-02-15 Jeffrey AltmanWindows: remove AFS_WIN95_ENV
2012-02-15 Jeffrey AltmanWindows: add KTC_TOKEN_MUTEX_FAIL error code
2011-12-04 Simon Wilkinsonrx: Make the rx_call structure private
2011-11-18 Michael Meffieauth: avoid excessive stat of cellservdb
2011-11-16 Jeffrey Altmanauth: initKeys before first error exit path
2011-11-05 Derrick Brashearukernel: handle pioctl errors properly in ktc
2011-10-23 Andrew Deasonauth: Get correct viceid in legacy GetToken
2011-10-23 Andrew Deasonauth: Force correct evenness on rxkad tokens
2011-10-01 Jeffrey Altmankauth: permit kauth/test to build on Windows (again)
2011-10-01 Asanka C. HerathWindows: Build against KerbCompatSDK instead of KFW
2011-09-11 Simon WilkinsonMove string manipulation functions out of util
2011-06-05 Simon WilkinsonBuild system: Move install definitions to include
2011-05-19 Jeffrey Altmanauth: failback to afs3-vlserver for afs3-prserver
2011-04-18 Andrew Deasonauth: Set correct flags in token_extractRxkad
2011-03-28 Simon Wilkinsonauth: Tidy header includes
2011-03-14 Simon Wilkinsonauth: Use the UserListFileName function more
2011-03-14 Simon Wilkinsonauth: Refactor CellServDB path creation
2011-03-13 Simon Wilkinsonauth: Rework afsconf_UpToDate to use CellServDB
2011-03-13 Simon Wilkinsonafsconf: Rework security flags
2011-03-13 Simon Wilkinsonubik: Remove dependency on auth
2011-03-03 Simon Wilkinsonauth: Add GetAllKeys function
2011-03-02 Simon Wilkinsonauth: Add Ktoken.xdr.c to the clean rule
2011-02-26 Simon Wilkinsonauth: Rework PickClientSecObj
2011-02-26 Simon Wilkinsonauth: Fix use of expires in PickClientSecObj
2011-02-26 Simon Wilkinsonauth: Correctly write empty keyfiles
2011-02-26 Simon Wilkinsonauth: GetLatestKey should allow NULL return values
2011-02-13 Simon Wilkinsonauth: Rewrite KeyFile handling code
2011-01-02 Simon Wilkinsonauth: Move key related code to its own file
2011-01-02 Simon Wilkinsonauth: Don't crash if UserList contains bogus line
2010-12-26 Simon Wilkinsonauth: Add more tests and resulting fixes to userok
2010-12-19 Jeffrey AltmanFix fallback processing for ktc_GetTokenEx()
2010-12-09 Andrew Deasonauth: Return SuperUser identity for localauth
2010-12-09 Andrew Deasonauth: Move <NoAuth> to a named constant
2010-12-07 Derrick Brashearafsconf_SuperUser verify identity before use
2010-12-07 Jeffrey AltmanWindows: partial impl of TokenEx functions
2010-11-27 Derrick Brashearubik sync client error recovery
2010-11-25 Simon Wilkinsonauth: Allow identities in the UserList
2010-11-22 Simon Wilkinsonuserok: Allow NULL components in kerberosSuperUser
2010-11-19 Simon WilkinsonRemove local crypto
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-11-14 Jeffrey AltmanWindows: ktc_ListTokensEx stub assignment error
2010-11-14 Jeffrey AltmanWindows: clean token.h/token.xdr.c from src/auth
2010-10-31 Simon Wilkinsonauth: Use Kernel XDR for kernel tokens
2010-10-15 Russ AllberyReturn SRV record ports in network byte order
2010-10-14 Marc DionneLinux: fix aklog -setpag to work with ktc_SetTokenEx
2010-10-12 Jeffrey AltmanWindows: Cleanup build scripts; no include\afs or inclu...
2010-10-11 Simon WilkinsonUnix: Rework build system
2010-09-23 Simon Wilkinsonauth: Add documentation for ktc_ListTokensEx
2010-09-20 Simon Wilkinsonuserok: Don't double check for expiry
2010-09-20 Simon Wilkinsonauth: Restructure userok
2010-09-20 Simon Wilkinsonauth: Add the ktc_ListTokensEx function
2010-09-20 Simon Wilkinsonauthcon: Use ktc_GetTokenEx in ClientAuthToken
2010-09-20 Jeffrey AltmanWindows: Add new token interface with stub for ktc_GetT...
2010-09-13 Simon Wilkinsonauth: Make token_FreeSet work on an empty set
2010-09-13 Simon Wilkinsonauth: Add a gitignore file for the test directory
2010-08-30 Simon WilkinsonNew GetToken pioctl
2010-08-26 Simon WilkinsonAdd new SetTokenEx pioctl
2010-08-17 Marcus Wattsdeath to trailing whitespace
2010-08-17 Marcus Wattsdeath to register
2010-08-06 Andrew DeasonFix objdir install/dest targets
2010-06-14 Derrick Brashearktc newpag stub when environ is not supported
2010-06-14 Derrick Brasheargenerated file target
2010-04-15 Simon WilkinsonTidy up UKERNEL includes
2010-03-24 Derrick Brashearavoid double-free cell name canonicalization
2010-03-15 Derrick Brashearafsdb lookup shouldn't leak memory on realname lookup
2010-03-08 Derrick Brashearafsconf srv lookup fill cellname
2010-02-27 Derrick Brashearinstitute afsdb dns lookup timeout if we can
2010-02-16 Simon WilkinsonRemove the old new token interface
2010-02-13 Marc DionneInitialize variable that can potentially be used uninit...
2010-02-09 Simon WilkinsonUKERNEL: End the #define u insanity
2010-02-09 Simon WilkinsonAdd rx security index enum
2010-02-03 Simon WilkinsonAdd interface to select client security objects
2010-02-03 Simon WilkinsonCommon interface for server security objects
2009-12-31 Simon WilkinsonRemove --disable-afsdb
2009-12-30 Andrew DeasonReturn a cell name from afsconf_LookupServer
2009-11-18 Andrew DeasonDefine T_SRV when not defined for us
2009-11-17 Derrick Brashearktc remove unused variable
2009-11-15 Jeffrey AltmanWindows: Fix port assignment to use network byte order
2009-11-13 Andrew DeasonMake ktc_curpag also detect ONEGROUP PAG gids
2009-11-10 Derrick Brashearunix srv record network byte order fix
2009-10-14 Derrick Brashearadd SRV record lookups to unix afsconf support suite...
2009-10-08 Jeffrey AltmanPermit DNS SRV record lookups to be used by the Windows...
2009-10-06 Derrick Brashearafs_FindService should handle iana portnames
2009-09-28 Simon WilkinsonAdd support for warning checked builds
2009-09-28 Simon WilkinsonMiscellaneous warning cleanup
2009-09-19 Marc DionneLinux: Restore aklog -setpag functionality for kernel...
2009-09-09 Jeffrey AltmanWindows: Add data validation to ktc_xxxx functions...
next