1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Matthieu Patou 0ea7152ff4 s3-winbindd: call dump_core_setup after command line option has been parsed
Without this fix in some situations winbindd can't coredump.
Such cases append when samba is compiled in a custom prefix (ie.
/home/build/mat/prod/1/) in this case get_dyn_LOGFILEBASE or basename(lp_logfile)
before the configuration file and the command line is parsed will be something like /home/build/mat/prod/1/var
which might not exists on the host where you run it (where it's most
probably more "normal" directories).
Specifying --log-basename didn't help as dump_core_setup is called before the command line and
the config file is read so it didn't help getting a correct value in dump_core_setup.
We fix this issue by calling dump_core_setup() also after the command
line has been read and also after the configfile has been parsed so that
the final location for the coredump is coherent with the final logile
location.

Autobuild-User(master): Matthieu Patou <mat@samba.org>
Autobuild-Date(master): Fri Jun  8 06:33:33 CEST 2012 on sn-devel-104
2012-06-08 06:33:33 +02:00
..
auth Introduce system MIT krb5 build with --with-system-mitkrb5 option. 2012-05-23 17:51:50 +03:00
autoconf/librpc/gen_ndr build: Move generated files out of the normal build tree 2012-05-18 15:44:43 +10:00
build
client s3:libsmb: get rid of cli_state_protocol 2012-05-28 14:49:45 +02:00
exports Revert making public of the samba-module library. 2011-12-03 08:36:30 +01:00
groupdb s3: Add a "lock_order" argument to db_open 2012-01-18 14:48:04 +01:00
include s3:include: change lock_struct->fnum to uint64_t 2012-06-06 23:21:59 +02:00
intl
lib s3:lib: we don't need smbd/proto.h in smbd_shim.c 2012-06-06 10:18:39 +02:00
libads s3-libads: Use a reducing page size to try and cope with a slow LDAP server 2012-05-26 02:03:08 +02:00
libgpo build: Remove sys_open wrapper 2012-04-05 02:39:08 +02:00
libnet build: Provide .pc file for libnetapi 2012-05-30 04:15:11 +02:00
librpc gse: Use the smb_gss_oid_equal wrapper. 2012-05-23 17:51:51 +03:00
libsmb s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LM 2012-06-06 10:17:55 +02:00
locale s3-po: Fix typo in comment. 2012-05-08 16:46:36 +02:00
locking s3:include: change lock_struct->fnum to uint64_t 2012-06-06 23:21:59 +02:00
m4 freebsd9: support both WAF MIT krb5 build and autoconf build against MIT krb5 2012-05-28 23:40:30 +02:00
modules s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c 2012-06-06 10:18:39 +02:00
nmbd Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8970 - Possible memory leaks in the samba master process. 2012-05-31 16:08:44 -07:00
pam_smbpass s3-waf: create a smbldap.so library. 2011-11-16 14:03:05 +01:00
param s3-smbd: Remove support for protocols before LANMAN1 2012-06-05 04:27:36 +02:00
passdb s3-passdb: Fix negative SID->uid/gid/both cache handling 2012-05-24 22:30:23 +02:00
pkgconfig
po s3-docs: Remove references to long-gone smbmount utilities 2012-02-08 17:34:53 +11:00
printing s3:printing: let print_spool_open() take a uint64_t vuid 2012-06-06 10:18:40 +02:00
profile
registry s3:registry: let reg_values_need_update() return true if the backend does not implement the method 2012-05-07 16:11:05 +02:00
rpc_client s3:rpc_client: tstream_cli_np_open_send() doesn't expect a leading backslash 2012-05-28 19:51:46 +02:00
rpc_server s3:lib: split things into a conn_tdb.h 2012-06-05 19:28:35 +02:00
rpcclient s3:libsmb: get rid of cli_state_remote_name 2012-05-28 14:49:45 +02:00
script VERSION: prepare for beta1 by setting and parsing the beta version 2012-06-05 04:27:36 +02:00
selftest Tests for bug #8972 - run the POSIX tests against the posix_share. 2012-06-05 06:25:31 +02:00
services param: Change from _lp to lp__ as the prefix for internal parameter wrappers 2012-04-16 14:32:38 +10:00
smbd s3:include: change connection_struct->cnum to uint32_t 2012-06-06 19:37:14 +02:00
stf
tests s3: Move stream_depot test to script/tests 2012-02-02 20:35:27 +01:00
torture s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.c 2012-06-06 10:18:39 +02:00
utils s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid 2012-06-06 19:37:14 +02:00
web s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid 2012-06-06 19:37:14 +02:00
winbindd s3-winbindd: call dump_core_setup after command line option has been parsed 2012-06-08 06:33:33 +02:00
.clang_complete
.dmallocrc
.indent.pro
autogen.sh s3: remove dependency on automake for "make everything" 2012-06-05 17:32:22 +02:00
change-log
config.guess
config.sub
configure.developer s3:configure.developer: add --enable-uid-wrapper 2011-10-06 12:15:27 +02:00
configure.in build: Tidy up broken posix_fallocate tests 2012-06-07 08:35:33 +02:00
Doxyfile
install-sh
mainpage.dox
Makefile-smbtorture4 build: Show extra configure results found by WAF as well 2012-06-02 09:46:09 +02:00
Makefile.in s3: temporary hack to make the waf build work withouth autotools being required 2012-06-05 23:56:22 +02:00
smbadduser.in
wscript build: fix typo that breaks the HP-UX build 2012-06-07 12:49:17 +02:00
wscript_build build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient 2012-05-31 06:36:55 +02:00