auth: Don't overflow hostName array
[openafs.git] / src / bozo /
2013-02-27 Simon Wilkinsonbos_util: Fix buffer overflow
2013-02-27 Simon Wilkinsonbosserver: Return error if key is bad
2013-02-26 Simon Wilkinsonbosserver: Catch failures to create daemon thread
2013-02-24 Simon Wilkinsonbosserver: Don't store result when renaming core file
2013-02-24 Simon Wilkinsonbosserver: Remove dead assignment
2013-02-24 Simon Wilkinsonbosserver: Remove dead assignment in SaveOldFiles
2013-02-24 Simon Wilkinsonbos: Don't set up the conenction twice in AddKey
2013-02-24 Simon Wilkinsonbosserver: Don't check if daemon thread starts
2013-02-24 Simon Wilkinsonbosserver: Remove a couple of dead assignments
2013-02-20 Simon WilkinsonFix warnings-as-errors for clang
2013-01-02 Derrick Brashearvol: fix everything to use volumeid type
2012-10-02 Chas Williams (CON... bos: convert struct bnode to use opr
2012-10-02 Chas Williams (CON... bos: convert struct bnode_proc to use opr
2012-10-02 Chas Williams (CON... bos: convert struct bnode_type to use opr
2012-10-02 Chas Williams (CON... bos: split part of bnode.p.h into bnode_internal.h
2012-09-25 Marc Dionnebozo: fix typo in help text
2012-09-05 Michael Meffiebozo: dont lie when binding to any address
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-08-31 Simon WilkinsonUse rk_rename from roken
2012-08-02 Michael Meffiebozo: avoid canceling the sigkill timer for hung processes
2012-07-22 Garrett Wollmanstrcompose: NULL must always be cast when passed to...
2012-07-16 Garrett Wollmanbozo: small-notifier: don't ignore return from system()
2012-05-24 Simon Wilkinsonbos: Don't cast returns from malloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonUse asprintf for string construction
2012-05-24 Simon WilkinsonUse strdup to copy strings
2012-05-12 Andrew DeasonCall rx_SetNoJumbo earlier
2012-05-04 Michael Meffiebozo: increase salvage instance poll rate
2012-04-18 Michael Meffieaudit: remove static local realms
2012-04-12 Simon WilkinsonRemove redundant header includes
2012-04-11 Michael MeffieBuild: link libaudit before util
2012-04-10 Simon WilkinsonRework the ugen_* interface
2012-04-09 Simon Wilkinsonbos: Change to using char casts for ka functions
2011-12-14 Michael Meffiebozo: retry start after error stops
2011-12-14 Michael Meffiebozo: preserve all options over restart
2011-12-04 Simon Wilkinsonrx: Make the rx_call structure private
2011-12-03 Simon Wilkinsonrx: Refactor MaxMTU error checking
2011-10-24 Michael Meffiebozo: build notifier sample program
2011-10-24 Michael Meffiebozo: test program update
2011-10-10 Michael Meffiebozo: bosserver man page updates
2011-10-01 Asanka C. HerathWindows: Build against KerbCompatSDK instead of KFW
2011-09-28 Michael Meffiebozo: report bosserver -rxbind address
2011-09-26 Michael Meffiebozo: bosserver -pidfiles option
2011-09-23 Michael Meffiebozo: remove duplicate prototype
2011-09-22 Michael Meffiebozo: pass -rxbind on restart
2011-09-11 Simon WilkinsonMove string manipulation functions out of util
2011-08-10 Garrett Wollmanbos: don't dereference a null pointer when printing...
2011-07-23 Simon Wilkinsonbozo: Don't initialise variables unecessarily
2011-07-13 Simon Wilkinsonbozo: Remove unused error codes assignments
2011-06-05 Simon WilkinsonBuild system: Move install definitions to include
2011-05-27 Adam Megaczmake bozo honor -rxbind correctly
2011-04-26 Ben KadukRename libcom_err to libafscom_err
2011-03-28 Simon Wilkinsonbozo: Tidy header includes
2011-03-13 Simon Wilkinsonafsconf: Rework security flags
2011-01-31 Simon Wilkinsonbozo: Fix linker problem on Linux
2010-12-27 Andrew DeasonRemove extra trailing \s in Makefiles
2010-12-07 Andrew DeasonRemove unreached lines
2010-11-19 Simon WilkinsonRemove local crypto
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-10-11 Simon WilkinsonUnix: Rework build system
2010-08-17 Marcus Wattsdeath to trailing whitespace
2010-08-17 Marcus Wattsdeath to register
2010-08-06 Andrew DeasonEliminate $< outside of pattern rules
2010-07-20 Andrew Deasonbos: Do not assume DAFS just if DAFS bnode exists
2010-07-20 Andrew Deasonbozo: Clean up bnode parms for each bnode
2010-07-02 Derrick Brashearbosserver force corefiles
2010-06-14 Derrick Brasheargenerated file target
2010-05-19 Derrick Brasheardafs: don't restart for new binaries using mrafs scanne...
2010-02-17 Andrew DeasonInclude stdint.h when using intptr_t
2010-02-15 Adam MegaczHave bosserver catch SIGTERM and shut down gracefully.
2010-02-09 Jeffrey AltmanWindows: Permit Windows to build
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
2010-01-14 Simon WilkinsonRemove weekly bosserver restarts
2009-12-31 Andrew DeasonMake DAFS 'bos salvage' work in restricted mode
2009-12-31 Simon WilkinsonTurn on bos restricted code
2009-11-29 Marc DionneWarning fixes - key handling
2009-11-19 Andrew DeasonDefine WCOREDUMP in salvsync-server.c
2009-11-11 Simon WilkinsonFix des key type issue in bosoprocs
2009-11-11 Simon WilkinsonFix warnings from afsconf_SetExtendedCellInfo
2009-10-23 Jeffrey AltmanRemove warning from all calls to afsconf_GetExtendedCel...
2009-10-21 Simon WilkinsonDon't cast the pointer past to memset
2009-10-20 Andrew DeasonAvoid 'static __inline' on HPUX
2009-10-08 Andrew DeasonCorrect and use AFS_SIZET_FMT
2009-09-28 Simon WilkinsonAdd support for warning checked builds
2009-09-28 Marc DionneUse intptr_t and uintptr_t for integer/pointer conversions
2009-09-01 Russ AllberyTurn on --enable-bos-new-config unconditionally
2009-08-19 Jeffrey AltmanWindows: Permit build system to update symbol store
2009-08-06 Marc Dionnekauth warning reduction
2009-07-30 Simon WilkinsonMake rxgen emit prototype for ExecuteRequest
2009-07-24 Andrew DeasonEnhance audit logs to support SysV message queues
2009-07-24 Jeffrey AltmanRunning bos -noauth should not require client CellServD...
2009-07-21 Andrew DeasonCorrect ctime arguments
2009-07-11 Marc DionneParallel make: additional fixes
2009-07-11 Marc DionneParallel make fixes
2009-07-11 Simon WilkinsonRename printf cast helpers and clean up format string...
2009-07-10 Derrick BrashearHP-UX 11i compiler will segv on static __inline in...
2009-07-10 Simon WilkinsonRemove the RCSID macro
2009-07-06 Simon WilkinsonRemove CVS ignore files
next