Update extra-iput configure argument description
[openafs.git] / src / auth /
2015-12-25 Benjamin KadukMake typedKey helpers more friendly to use
2015-12-21 Mark Vitaleafs: incorrect types for AFSDB IPv4 addresses
2015-11-18 Stephan Wiesandwriteconfig: emit error messages again in VerifyEntries
2015-01-09 Benjamin KadukAdd AFSCONF_NOCELLNAME error code
2015-01-06 Jeffrey HutzelmanFix unchecked return values
2014-12-03 Chas Williams (CON... auth: Clean up and document functions in netrestrict.c
2014-12-01 Chaskiel GrundmanRemove UKERNEL code from files that don't need it
2014-12-01 Jeffrey HutzelmanFix unchecked calls to asprintf
2014-11-05 Andrew Deasonauth: Fix GetNthIdentityOrUser EOF return code
2014-11-05 Michael Meffieavoid writing loopback addresses into CellServDB
2014-10-08 Benjamin KadukBuild auth tests with libtool
2014-10-08 Benjamin KadukBuild a usable pam_afs.so
2014-10-08 Benjamin KadukNormalize names of libtool convenience libraries
2014-10-08 Michael Meffiebuild: remove trailing whitespace from makefiles
2014-09-10 Benjamin KadukSort libtool symbol files
2014-09-10 Ben KadukMove epoch and cid generation into the rx core
2014-07-07 Chas Williams (CON... auth: Fix library dependencies so that tests build...
2014-06-09 Ben KadukUse the RX_SECIDX_* enums in more places
2014-05-28 Michael Meffiebuild: separate source and header compile_et rules
2014-05-28 Michael Meffieauth: fix include quotes for generated headers
2014-05-21 Gergely RiskoRestrictedQuery feature
2014-05-04 Anders KaseorgFix buffer length validation in ktc_GetToken and knfs
2014-03-22 Benjamin Kadukbcrypt keys are in the rxkad list, not the rxgk list
2014-03-18 Jeffrey AltmanWindows: Platform specific MIDL output
2014-03-11 Perry Ruitercellconfig: move memcpy outside loop
2014-01-09 Benjamin Kadukktc: fix up initializer for local_tokens
2013-12-18 Andrew Deasoncellconfig: Do not use 'long' for dbserver IPs
2013-10-26 Mark Vitaleauth: prevent uninitialized key list in AFS config
2013-09-30 Michael Meffiebuild: compile_et rules for parallel make
2013-09-12 Michael Meffieauth: fix cellservdb update check
2013-07-24 Simon WilkinsonMerge branch 'rxkad-kdf-master' into HEAD
2013-07-13 Ben KadukFix typo
2013-07-13 Chaskiel GrundmanKrb5 ticket support for server-to-server and localauth
2013-07-13 Chaskiel GrundmanUse rfc3961 library to decrypt kerberos 5 tickets
2013-07-12 Ben KadukMake KeyFileExt comment match reality
2013-06-20 Jeffrey Hutzelmanuserok.c: Fix fixed-size on-stack path buffers
2013-05-28 Simon WilkinsonSort all libtool symbol lists
2013-03-11 Simon Wilkinsonauth: Don't overflow lower case cell string
2013-03-11 Simon Wilkinsonauth: Don't overflow buffer in CompFindUser
2013-03-11 Simon Wilkinsonauth: Catch long cells in backwards compat code
2013-03-07 Simon Wilkinsonauth: Don't overflow hostName array
2013-03-07 Simon Wilkinsonauth: Don't overflow cell string
2013-02-27 Simon Wilkinsonauth: Refactor afsconf_Open failure handler
2013-02-27 Simon Wilkinsonauth: Fix buffer overflow in afsconf_Open
2013-02-21 Simon Wilkinsonauth: Avoid double free in key parsing
2013-02-20 Simon Wilkinsonauth: Handle memory errors when parsing key file
2013-02-20 Simon Wilkinsonauth: Remove unecessary assignment
2013-02-06 Simon Wilkinsonpam: Build using libtool
2013-02-02 Simon Wilkinsonauth: Permit NULL fallback in localauth case
2013-01-06 Nickolai Zeldovichauth/authcon.c: fix likely mistake
2012-09-26 Derrick Brashearauth: token jar handling should realloc correctly
2012-09-16 Simon WilkinsonSplit up libtool support into LWP and pthread
2012-09-12 Simon Wilkinsonlibafsauthent: Build with libtool
2012-09-11 Simon Wilkinsonauth: Use libtool
2012-09-07 Simon Wilkinsoncmd: Convert to using libtool
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-08-31 Simon WilkinsonUse rk_rename from roken
2012-08-24 Christof Hankeout-of-tree-build: extend configuration,
2012-07-23 Simon Wilkinsonauth: Fix GetTokenEx with NULL cellName
2012-07-22 Garrett Wollmanstrcompose: NULL must always be cast when passed to...
2012-06-20 Niklas JonssonAuth: increase size of DNS resolver answer buffer
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
next