1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/smbd
Gerald Carter 1790c67780 r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>
to fix compile bug ni quotas.c (typo calling unbecome_root()).
(This used to be commit 22d550d62b)
2007-10-10 12:19:16 -05:00
..
aio.c r21279: Get rid of 'aio write behind', this is broken. 2007-10-10 12:17:53 -05:00
blocking.c r21879: Move process_blocking_lock_queue to a timed event. 2007-10-10 12:18:42 -05:00
change_trust_pw.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
chgpasswd.c r22001: change prototype of dump_data(), so that it takes unsigned char * now, 2007-10-10 12:18:59 -05:00
close.c r21714: Change the VFS interface to use struct timespec 2007-10-10 12:18:24 -05:00
conn.c r21871: Move deadtime processing into an idle event. While there, simplify 2007-10-10 12:18:41 -05:00
connection.c r22009: change TDB_DATA from char * to unsigned char * 2007-10-10 12:19:00 -05:00
dfree.c r21369: sys_disk_free return type is SMB_BIG_UINT. 2007-10-10 12:17:59 -05:00
dir.c r21800: Check-in the DFS rewrite. I am still testing this but it 2007-10-10 12:18:34 -05:00
dmapi.c r21467: Add GPFS-provided DMAPI support based on their GPL library 2007-10-10 12:18:06 -05:00
dosmode.c r21714: Change the VFS interface to use struct timespec 2007-10-10 12:18:24 -05:00
error.c r17541: When returning a trans2 request, if the "max data 2007-10-10 11:38:38 -05:00
fake_file.c r21191: Add in the POSIX open/mkdir/unlink calls. 2007-10-10 12:17:47 -05:00
fileio.c r21714: Change the VFS interface to use struct timespec 2007-10-10 12:18:24 -05:00
filename.c r20916: Add in the delete on close final fix - but only enabled 2007-10-10 12:17:19 -05:00
files.c r21714: Change the VFS interface to use struct timespec 2007-10-10 12:18:24 -05:00
ipc.c r22059: Over-allocate and NULL out 100 bytes for lanman.c. 2007-10-10 12:19:06 -05:00
lanman.c r22065: First logic change I've found :-(. We were being too 2007-10-10 12:19:08 -05:00
mangle_hash2.c r18793: Fix BE string handling in the auto-generated 2007-10-10 12:00:58 -05:00
mangle_hash.c r22009: change TDB_DATA from char * to unsigned char * 2007-10-10 12:19:00 -05:00
mangle_map.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
mangle.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
map_username.c r16591: Belt and braces approach to shut Klocwork up - bug #2001. 2007-10-10 11:19:02 -05:00
message.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
msdfs.c r22064: Fix the DFS code to work better with Vista clients. Allow 2007-10-10 12:19:08 -05:00
negprot.c r21969: Start working on the gss-side of the server negotiation. 2007-10-10 12:18:54 -05:00
noquotas.c
notify_inotify.c r21774: Fix the build with Fedora Core 6. 2007-10-10 12:18:31 -05:00
notify_internal.c r22009: change TDB_DATA from char * to unsigned char * 2007-10-10 12:19:00 -05:00
notify.c r21123: Make notify_fsp() static to notify.c. 2007-10-10 12:17:41 -05:00
ntquotas.c r17348: Some C++ warnings 2007-10-10 11:38:27 -05:00
nttrans.c r22129: Fix the nttrans create extended response for pipes 2007-10-10 12:19:15 -05:00
open.c r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>. 2007-10-10 12:18:23 -05:00
oplock_irix.c r20833: Reformatting 2007-10-10 12:17:11 -05:00
oplock_linux.c r21324: Add linux setlease to the vfs layer. Next round, as Volker points out, 2007-10-10 12:17:56 -05:00
oplock.c r21191: Add in the POSIX open/mkdir/unlink calls. 2007-10-10 12:17:47 -05:00
password.c r22020: Make it more clear that both the vuser struct and it's contents are 2007-10-10 12:19:03 -05:00
pipes.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
posix_acls.c r21223: Try and fix bug #4361 - Vista backup fails. 2007-10-10 12:17:48 -05:00
process.c r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>. 2007-10-10 12:19:16 -05:00
quotas.c r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com> 2007-10-10 12:19:16 -05:00
reply.c r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>. 2007-10-10 12:19:16 -05:00
seal.c r22013: Move to SSPI framing (sig first in NTLM). 2007-10-10 12:19:01 -05:00
sec_ctx.c r17348: Some C++ warnings 2007-10-10 11:38:27 -05:00
server.c r21882: The server part of the code has to use an AUTH_NTLMSSP struct, 2007-10-10 12:18:43 -05:00
service.c r21953: One format fix, clarify a condition that the IBM 2007-10-10 12:18:52 -05:00
session.c r22020: Make it more clear that both the vuser struct and it's contents are 2007-10-10 12:19:03 -05:00
sesssetup.c r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absence of native OS and Lanman strings in the session setup request) 2007-10-10 12:19:11 -05:00
share_access.c r19010: Fix bug 4137 2007-10-10 12:14:57 -05:00
srvstr.c (merge from HEAD) 2003-03-22 13:47:42 +00:00
statcache.c r22009: change TDB_DATA from char * to unsigned char * 2007-10-10 12:19:00 -05:00
statvfs.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
trans2.c r22064: Fix the DFS code to work better with Vista clients. Allow 2007-10-10 12:19:08 -05:00
uid.c r17295: Back out the become_root_uid_only change on the POSIX 2007-10-10 11:38:24 -05:00
utmp.c r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication 2007-10-10 10:52:06 -05:00
vfs.c r22132: I hate inefficiency. Don't call conv_str_size() 2007-10-10 12:19:15 -05:00