index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
1998-08-21
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
3
-32
/
+51
1998-08-20
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
6
-86
/
+316
1998-08-19
Blocking lock code split out...
Jeremy Allison
1
-0
/
+375
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
4
-117
/
+176
1998-08-17
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1
-0
/
+4
1998-08-17
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
3
-171
/
+193
1998-08-17
removed some of the rough edges from the splitup
Andrew Tridgell
2
-435
/
+456
1998-08-17
move soem variables from server.c that don't belong there.
Andrew Tridgell
4
-51
/
+30
1998-08-17
this completes the splitup of server.c.
Andrew Tridgell
8
-3322
/
+3523
1998-08-17
more splitting of server.c
Andrew Tridgell
4
-557
/
+610
1998-08-17
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
3
-485
/
+532
1998-08-17
added some optimisation for the case where the number of open files is
Andrew Tridgell
2
-50
/
+24
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
4
-128
/
+227
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
6
-60
/
+67
1998-08-17
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
5
-134
/
+114
1998-08-16
- some tidying up in files.c
Andrew Tridgell
3
-11
/
+10
1998-08-16
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
4
-151
/
+212
1998-08-16
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1
-15
/
+14
1998-08-16
changed find_free_file() to file_new().
Andrew Tridgell
4
-11
/
+11
1998-08-15
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
7
-806
/
+820
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
8
-28
/
+28
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
13
-2946
/
+2648
1998-08-13
Debug output formatting change. I'm trying to combine log lines that
Christopher R. Hertel
1
-4
/
+4
1998-08-11
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
4
-93
/
+95
1998-08-11
Makefile.in: Added CHECK target back in (at Herb's request). Added
Jeremy Allison
1
-1
/
+13
1998-08-10
Makefile.in: Fixed make clean bug with CVS directory in bin/.
Jeremy Allison
1
-0
/
+19
1998-08-10
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1
-3
/
+9
1998-08-10
split the system password checking routines out of smbd/password.c and
Andrew Tridgell
2
-1042
/
+143
1998-08-09
this gets smbd compiling and linking correctly with the new layout.
Andrew Tridgell
4
-599
/
+18
1998-08-09
added ignore rules for the dummy files
Andrew Tridgell
1
-0
/
+1
1998-08-09
these dummy files are needed for autoconf processing
Andrew Tridgell
1
-0
/
+0
1998-08-05
Fixed memory leak when freeing ChangeNotify structures.
Jeremy Allison
1
-6
/
+6
1998-08-04
nttrans.c: Fix change_notify. Queue processing code wasn't changing to
Jeremy Allison
2
-18
/
+54
1998-08-04
loadparm.c: Added "debug timestamp" synonym for Chris.
Jeremy Allison
3
-39
/
+28
1998-08-03
First implementation of ChangeNotify - this version only checks
Jeremy Allison
2
-20
/
+297
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
9
-237
/
+280
1998-07-30
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
4
-217
/
+332
1998-07-29
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
3
-85
/
+37
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
11
-976
/
+440
1998-07-29
locking.c: Print messages when we downgrade a lock.
Jeremy Allison
2
-19
/
+32
1998-07-28
loadparm.c: Added strict sync parameter.
Jeremy Allison
2
-16
/
+14
1998-07-27
chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.
Jeremy Allison
4
-29
/
+18
1998-07-25
Noticed that I was using the strlen() of a string that I had strdup()'d
Christopher R. Hertel
1
-1
/
+1
1998-07-24
Changed the definition of the linked list header used in the directory
Christopher R. Hertel
1
-1
/
+1
1998-07-23
locking.c: Added lock type to is_locked() and do_lock()
Jeremy Allison
3
-20
/
+35
1998-07-22
Fixed bug found by Richard Sharpe. After increasing files_struct size by
Jeremy Allison
3
-12
/
+12
1998-07-22
includes.h: Added feature type USE_GRANTPT for pty code.
Jeremy Allison
1
-5
/
+9
1998-07-17
Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES in
Jeremy Allison
1
-1
/
+1
1998-07-17
Code added to fix the renaming of a directory under NT SMB calls.
Jeremy Allison
4
-61
/
+204
1998-07-17
nttrans.c: Added FILE_EXECUTE to required permissions checked.
Jeremy Allison
2
-11
/
+13
[next]