1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Volker Lendecke 0c4093a234 Fix CLEAR_IF_FIRST handling of messages.tdb
We now open messages.tdb even before we do the become_daemon. become_daemon()
involves a fork and an immediate exit of the parent, thus the
parent_is_longlived argument must be set to false in this case. The parent is
not really long lived :-)
(This used to be commit 4f4781c6d1)
2008-04-23 22:18:26 +02:00
..
aio.c Allow "max mux" async i/o requests 2008-02-24 11:39:59 +01:00
blocking.c Some more talloc_tos() 2008-01-10 13:19:58 +01:00
change_trust_pw.c Refactoring: Make struct rpc_pipe_client its own talloc parent 2008-04-20 00:12:52 +02:00
chgpasswd.c Fix bug 5398 2008-04-19 17:04:09 +02:00
close.c smbd: implement the strange write time update logic 2008-04-07 12:29:26 +02:00
conn.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
connection.c Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
dfree.c int->bool 2007-12-10 12:22:01 +01:00
dir.c smbd: make it possible to disable get_file_infos() on searches 2008-04-07 12:29:30 +02:00
dmapi.c Use more error-prone form of testing dm_destroy_session() return code after discussing with Tridge 2008-04-14 13:56:36 +04:00
dnsregister.c Fix a couple of warnings in mDNS registration. One of these is an 2007-12-19 22:33:43 -08:00
dosmode.c smbd: implement the strange write time update logic 2008-04-07 12:29:26 +02:00
error.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
fake_file.c Bump up debug level 2007-12-02 12:54:11 +01:00
file_access.c Change the prototype of the vfs function get_nt_acl(). 2007-12-19 23:08:01 +01:00
fileio.c smbd: make it possible to change the write time delay for testing 2008-04-07 12:29:31 +02:00
filename.c locking: combine get_delete_on_close_flag() and get_write_time() into get_file_infos() 2008-04-07 12:29:29 +02:00
files.c smbd: implement the strange write time update logic 2008-04-07 12:29:26 +02:00
ipc.c Rewrite the wrap checks to deal with gcc 4.x optimisations. 2008-04-07 21:11:16 -07:00
lanman.c Fix some "ignoring asprintf result" warnings 2008-04-14 13:13:46 +02:00
mangle_hash2.c Fix CID 523 - wrong null deref check. 2008-01-11 22:50:13 -08:00
mangle_hash.c Remove a static array 2007-12-28 17:02:07 +01:00
mangle.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
map_username.c Always pass a TALLOC_CTX to str_list_make and str_list_copy 2008-02-04 20:57:49 +01:00
message.c Now conn is part of smb_request, we don't need it as 2008-01-04 15:37:24 -08:00
msdfs.c Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>. 2008-04-02 11:23:36 -07:00
negprot.c Now conn is part of smb_request, we don't need it as 2008-01-04 15:37:24 -08:00
noquotas.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
notify_inotify.c Fix inotify detection 2008-02-25 12:58:56 +01:00
notify_internal.c ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) 2007-11-09 21:23:16 +01:00
notify.c Cleanup size_t return values in convert_string_allocate 2008-04-11 11:33:33 +02:00
ntquotas.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
nttrans.c Remove two pointless else branches 2008-04-14 14:37:39 +02:00
open.c Remove redundant parameter fd from SMB_VFS_CLOSE(). 2008-04-21 00:22:42 +02:00
oplock_irix.c Convert receive_smb_raw to NTSTATUS 2008-02-02 11:03:23 +01:00
oplock_linux.c Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
oplock.c locking: store the write time in the locking.tdb 2008-04-07 12:29:25 +02:00
password.c Ensure invalidate_vuid() deletes any ntlmssp state. 2008-02-14 18:06:16 -08:00
pipes.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
posix_acls.c posix_acls: clarify loop condition code, removing unneeded counter variable. 2008-03-27 10:09:24 +01:00
process.c Fix some "ignoring asprintf result" warnings 2008-04-14 13:13:46 +02:00
quotas.c Remove last pstring from smbd/*.c 2007-11-13 12:51:31 -08:00
reply.c Fix the build of reply_setattrE(). 2008-04-08 21:41:16 +02:00
seal.c Remove unused variable. 2008-04-07 15:28:10 -07:00
sec_ctx.c Don't switch user contexts unless you have to. Saves 2008-01-10 16:35:54 -08:00
server.c Fix CLEAR_IF_FIRST handling of messages.tdb 2008-04-23 22:18:26 +02:00
service.c Add a debug message. 2008-03-12 02:12:34 +01:00
session.c Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
sesssetup.c Fix Kerberos interop with Mac OS X 10.5 clients. 2008-04-07 15:05:51 -07:00
share_access.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
srvstr.c Match the 3.0.27a version of this function. 2007-11-16 13:14:24 -08:00
statcache.c Add a in-memory cache 2007-12-18 09:56:04 +01:00
statvfs.c Fix typo in filesystem capabilities bits. 2007-12-20 08:31:27 -08:00
trans2.c Rewrite the wrap checks to deal with gcc 4.x optimisations. 2008-04-07 21:11:16 -07:00
uid.c Some simplifications 2008-03-17 21:10:16 +01:00
utmp.c Missing HAVE_UPDWTMPX check before using updwtmpx(). 2008-03-24 12:33:04 -07:00
vfs.c Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). 2008-01-11 01:27:05 +01:00