pthread.m4: Add missing 'test' to conditional
[openafs.git] / src / budb /
2018-09-21 Pat RieheckyCorrect some redundant if() clauses 57/13157/9
2018-09-11 Mark Vitalebudb: SBUDB_FindLatestDump should check result of FillD... 12/13312/2
2018-09-09 Mark VitaleOPENAFS-SA-2018-003 budb: prevent unbounded input to...
2018-09-09 Mark VitaleOPENAFS-SA-2018-002 budb: prevent BUDB_* information...
2018-08-17 Michael MeffieSuppress statement not reached warnings after noreturn... 10/13010/6
2016-04-26 Michael Meffieexternalize log rotation 31/11731/15
2016-04-25 Michael MeffieRemove server logging globals 68/12168/11
2015-01-06 Jeffrey HutzelmanFix unchecked return values
2014-12-07 Chas Williams (CON... budb: Avoid use of anonymous structures to determine...
2014-12-01 Jeffrey HutzelmanFix unchecked calls to asprintf
2014-11-25 Michael Meffiecmd: add flags argument to create syntax function
2014-10-08 Michael Meffiebuild: remove trailing whitespace from makefiles
2014-05-28 Michael Meffiebuild: separate source and header compile_et rules
2013-10-15 Ben KadukConvert buserver to libutil's logging
2013-09-30 Michael Meffiebuild: compile_et rules for parallel make
2013-08-02 Andrew Deasonbudb: Do not use garbage cellinfo
2013-07-24 Simon WilkinsonMerge branch 'rxkad-kdf-master' into HEAD
2013-07-13 Chaskiel GrundmanUse rfc3961 library to decrypt kerberos 5 tickets
2013-04-08 Derrick Brashearbudb: fix signedness of hash address logging
2013-02-25 Simon Wilkinsonbudb: Don't double initialise iterator
2013-02-25 Simon Wilkinsonbudb: Store dumper information correctly
2013-02-25 Simon Wilkinsonbudb: Simplify scanHashTableBlock
2013-02-25 Simon Wilkinsonbudb: Fail if afsconf_GetExtendedCellInfo does
2013-02-21 Simon WilkinsonFix incorrect sizeof() arguments in allocations
2013-02-21 Simon WilkinsonDon't allocate objects of 0 length
2013-01-31 Marc DionneRework set_header_word macros
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-07-16 Garrett Wollmanbudb: don't malloc(0) on error condition in GetText()
2012-07-16 Garrett Wollmanbudb: remove dead assignment in verifyFreeLists()
2012-05-24 Simon Wilkinsonbackup: Don't cast returns from malloc()
2012-05-24 Simon WilkinsonDon't cast the return from realloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonDon't cast arguments to free()
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-04-18 Michael Meffieaudit: remove static local realms
2012-04-12 Simon WilkinsonRemove redundant header includes
2012-04-09 Simon Wilkinsonbudb: Don't leak memory
2012-03-21 Michael Meffiebuild on solaris 10 again
2012-01-18 Marc DionneParallel build fixes
2012-01-05 Marc DionneUse offsetof() in set_header_word to get field offset
2011-10-01 Andrew DeasonRemove a few extra trailing backslashes
2011-10-01 Asanka C. HerathWindows: Build against KerbCompatSDK instead of KFW
2011-09-11 Simon WilkinsonMove string manipulation functions out of util
2011-07-29 Garrett Wollmanpthreaded servers: set thread names
2011-07-23 Simon Wilkinsonrx: Provide Get/SetThreadNum functions
2011-06-05 Simon WilkinsonBuild system: Move install definitions to include
2011-04-26 Ben KadukRename libcom_err to libafscom_err
2011-03-28 Simon Wilkinsonbu*: Tidy header includes
2011-03-13 Simon Wilkinsonubik: Allow servers to have more than 3 seclayers
2011-03-13 Simon Wilkinsonafsconf: Rework security flags
2011-03-13 Simon Wilkinsonubik: Remove dependency on auth
2011-02-21 Andrew Deasonbudb: Fix objdir builds
2011-02-21 Andrew DeasonFix budb build rules for tbudb and WINNT
2011-02-21 Simon Wilkinsonbudb: Only have one build rule for budb_errs.c
2010-12-07 Andrew DeasonRemove unreached lines
2010-12-01 Simon WilkinsonBuild and use roken's mkstemp
2010-11-19 Simon WilkinsonRemove local crypto
2010-11-19 Simon WilkinsonReplace bits of libutil with libroken
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-10-27 Derrick Brasheardown with assert, up with osi_Assert
2010-10-12 Jeffrey AltmanWindows: Cleanup build scripts; no include\afs or inclu...
2010-10-11 Simon WilkinsonUnix: Rework build system
2010-08-17 Marcus Wattsdeath to trailing whitespace
2010-08-17 Marcus Wattsdeath to register
2010-07-28 Marc Dionnegcc 4.5: Sequence point warning fixes
2010-07-18 Simon Wilkinsonbudb: Add printf format checks to logging fns
2010-06-23 Andrew DeasonMake ubik use unsigned addresses
2010-06-14 Derrick Brasheargenerated file target
2010-06-13 Simon WilkinsonAdd AFS_NORETURN macro and use it
2010-05-26 Andrew DeasonProtect ubik cache accesses
2010-03-23 Russ AllberyFix strict aliasing problems or add -fno-strict-aliasing
2010-02-17 Andrew DeasonInclude stdint.h when using intptr_t
2010-02-09 Jeffrey AltmanWindows: Permit Windows to build
2010-02-03 Simon WilkinsonCommon interface for server security objects
2010-02-02 Andrew DeasonSquash pthreaded ubik warnings
2009-11-11 Simon WilkinsonUpdate warning inhibition
2009-10-23 Jeffrey AltmanRemove warning from all calls to afsconf_GetExtendedCel...
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-08-19 Jeffrey AltmanWindows: Permit build system to update symbol store
2009-07-31 Marc DionneEliminate some multiple targets in Makefile rules
2009-07-30 Simon WilkinsonMake rxgen emit prototype for ExecuteRequest
2009-07-27 Marc DionneEliminate some "implicit function declaration" warnings
2009-07-24 Andrew DeasonEnhance audit logs to support SysV message queues
2009-07-23 Simon WilkinsonFurther code cleanup for the backup suite
2009-07-23 Simon WilkinsonDo not call principal_ntoh to copy ktc_principal structs
2009-07-15 Jeffrey AltmanDo not call principal_hton() to copy ktc_principal...
2009-07-11 Marc DionneParallel make fixes
2009-07-10 Simon WilkinsonExport budb_prototypes.h
2009-07-10 Simon WilkinsonRemove the RCSID macro
2009-07-06 Simon WilkinsonRemove CVS ignore files
2009-06-15 Simon Wilkinsongitignore-20090615
2009-05-25 Jeffrey Altmanwindows-libafsconf-20090525
2009-03-16 Jeffrey Altmanbudb-no-pointer-math-on-void-star-20090316
2009-03-16 Simon Wilkinsonbudb-prototypes-20090316
2008-12-22 Derrick Brashearubik-serverinit-clones-correction-20081222
next