summaryrefslogtreecommitdiff
path: root/source3/lib/fault.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-20Really enable core dumps in LinuxRusty Russell1-8/+8
2010-07-26s3: Log the correct core path on Linux if core_pattern is setVolker Lendecke1-2/+55
2010-02-23s3-lib: Remove obsolete signal type cast.Andreas Schneider1-7/+7
2010-02-12Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison1-1/+1
2009-09-15s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke1-0/+5
2009-04-23Fix Coverity ID 884: DEADCODEVolker Lendecke1-3/+4
2009-02-25s3: Report the correct path when dumping core on FreeBSDTim Prouty1-1/+83
2009-02-25s3: Refactor and cleanup the error paths in dump_core_setupTim Prouty1-42/+49
2009-02-24s3: Fix a bug that prevent core files from being createdTim Prouty1-1/+0
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-4/+30
2008-11-01Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij1-1/+1
2008-06-27Do not segfault if corepath is not set up properlyVolker Lendecke1-0/+5
2008-01-27We need to leave the corepath aroundVolker Lendecke1-1/+0
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-11-29Fix memleak.Jeremy Allison1-0/+1
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-8/+21
2007-10-10r25150: don't recursivly call call dump_core()Stefan Metzmacher1-0/+8
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22320: Be more careful and check for the euid instead of the uid.Lars Müller1-1/+1
2007-10-10r22318: If we're running as non root we might not be able to dump the core fileLars Müller1-0/+7
2007-10-10r22107: Fix typo.James Peach1-1/+1
2007-10-10r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach1-1/+6
2007-10-10r15631: Add a new option "enable core files". Administrators can use this toJames Peach1-0/+9
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-2/+95
2007-10-10r9353: Updating troublshooting error message.John Terpstra1-1/+2
2004-01-22* Add SIGABRT to fault handlingStefan Metzmacher1-3/+6
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-04-07BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-3/+1
1998-08-11make sure that a fault cannot occur twice. The new Debug1() code isAndrew Tridgell1-18/+22
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-4/+4
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-2/+2
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1996-10-24- added support for TMPDIR env variableAndrew Tridgell1-4/+0
1996-05-04Initial version imported to CVS Samba Release Account1-0/+86