1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/smbd
Jeremy Allison 7448091da6 First implementation of ChangeNotify - this version only checks
for changes in the directory modify timestamps. A better version
will look at the requested client flags, and create a hash that
represents the current state of the directory, and check against
this instead.
debug.c: Added lp_timestamp_logs() function.
loadparm.c: Added "change notify timeout" in seconds (default 60)
- this is the scan rate for a directory.
            Added ""timestamp logs" boolean - default True. Turns
off log timestamps (so I can read them :-).
nttrans.c: ChangeNotify implementation.
server.c: ChangeNotify implementation.
shmem_sysv.c: Added exits on shmem errors (without them smbd can
              core dump if some calls fail).
smb.h: Added ChangeNotify flags for future use.
util.c: Tidied up typedef.
Jeremy.
(This used to be commit a0748c3f53)
1998-08-03 19:07:55 +00:00
..
chgpasswd.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
connection.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
dfree.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
dir.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
groupname.c client.c: Made -L do a null-session share unless -U user is specified. 1998-06-15 22:02:14 +00:00
ipc.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
mangle.c Noticed that I was using the strlen() of a string that I had strdup()'d 1998-07-25 15:18:07 +00:00
message.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
nttrans.c First implementation of ChangeNotify - this version only checks 1998-08-03 19:07:55 +00:00
password.c get rid of the runtime test for broken getgroups() and add a compile 1998-07-29 05:05:36 +00:00
pipes.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
predict.c Changes to allow Samba to be compiled with -Wstrict-prototypes 1998-04-13 19:24:06 +00:00
quotas.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
reply.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
server.c First implementation of ChangeNotify - this version only checks 1998-08-03 19:07:55 +00:00
smbrun.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
ssl.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
trans2.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
uid.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
vt_mode.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00