summaryrefslogtreecommitdiff
path: root/source3/lib/fault.c
Commit message (Expand)AuthorAgeFilesLines
* s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke2009-09-151-0/+5
* Fix Coverity ID 884: DEADCODEVolker Lendecke2009-04-231-3/+4
* s3: Report the correct path when dumping core on FreeBSDTim Prouty2009-02-251-1/+83
* s3: Refactor and cleanup the error paths in dump_core_setupTim Prouty2009-02-251-42/+49
* s3: Fix a bug that prevent core files from being createdTim Prouty2009-02-241-1/+0
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-4/+30
* Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2008-11-011-1/+1
* Do not segfault if corepath is not set up properlyVolker Lendecke2008-06-271-0/+5
* We need to leave the corepath aroundVolker Lendecke2008-01-271-1/+0
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Fix memleak.Jeremy Allison2007-11-291-0/+1
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-8/+21
* r25150: don't recursivly call call dump_core()Stefan Metzmacher2007-10-101-0/+8
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22320: Be more careful and check for the euid instead of the uid.Lars Müller2007-10-101-1/+1
* r22318: If we're running as non root we might not be able to dump the core fileLars Müller2007-10-101-0/+7
* r22107: Fix typo.James Peach2007-10-101-1/+1
* r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach2007-10-101-1/+6
* r15631: Add a new option "enable core files". Administrators can use this toJames Peach2007-10-101-0/+9
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-2/+95
* r9353: Updating troublshooting error message.John Terpstra2007-10-101-1/+2
* * Add SIGABRT to fault handlingStefan Metzmacher2004-01-221-3/+6
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij2003-04-071-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-211-3/+1
* make sure that a fault cannot occur twice. The new Debug1() code isAndrew Tridgell1998-08-111-18/+22
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-4/+4
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-2/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* - added support for TMPDIR env variableAndrew Tridgell1996-10-241-4/+0
* Initial version imported to CVS Samba Release Account1996-05-041-0/+86