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-03-04
Removed broken change I made to mangle.c (ooops. Andrew's original
Jeremy Allison
2
-9
/
+4
1998-03-04
Adding Korean and Traditional Chinese codepage support.
Jeremy Allison
2
-1
/
+5
1998-03-03
Change the multibyte character set support so that
Jeremy Allison
2
-88
/
+53
1998-02-26
Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh...
Jeremy Allison
1
-0
/
+30
1998-02-26
Fix for NT redirector bug where deltree fails if the resume key
Jeremy Allison
2
-16
/
+71
1998-02-20
nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...
Jeremy Allison
2
-2
/
+11
1998-02-13
Ding-dong the witch is dead, the witch is dead......
Jeremy Allison
2
-22
/
+21
1998-02-12
make the initial logfile names consistent. This should mean that smbd
Andrew Tridgell
1
-0
/
+2
1998-02-11
Makefile: Added AIX 3.2.5.
Jeremy Allison
4
-9
/
+33
1998-02-07
A small raft of changes, I will sync up with 1.9.18 also.
Jeremy Allison
5
-33
/
+53
1998-01-31
server.c: Added fix where, if all the file entries are being
Jeremy Allison
1
-1
/
+57
1998-01-29
Makefile: Fix for OSF1 typo.
Jeremy Allison
1
-2
/
+2
1998-01-28
Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no data
Jeremy Allison
1
-2
/
+4
1998-01-25
always align both the parameter and data bytes on a 4 byte boundary in
Andrew Tridgell
1
-8
/
+20
1998-01-24
Added get_create_time() function to time.c.
Jeremy Allison
2
-7
/
+10
1998-01-23
Changed code that truncates salt after 2 characters so that it becomes
Jeremy Allison
1
-0
/
+3
1998-01-23
nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1
Jeremy Allison
1
-0
/
+5
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
15
-18
/
+18
1998-01-22
printing.c: Bug fix for lpng reporting.
Jeremy Allison
1
-39
/
+67
1998-01-17
charcnv.c: Added codepage 866 support onto the file system. Patch
Jeremy Allison
3
-4
/
+116
1998-01-16
reply.c:
Jeremy Allison
2
-14
/
+34
1998-01-15
reply.c: Added timestamp to attack warning.
Jeremy Allison
2
-1
/
+3
1998-01-12
*** empty log message ***
Andrew Tridgell
3
-11
/
+33
1998-01-11
*** empty log message ***
Andrew Tridgell
1
-0
/
+5
1998-01-11
*** empty log message ***
Andrew Tridgell
1
-3
/
+3
1998-01-10
Following discussions with Cristian Gafton (Red Hat) we have decided to make
John Terpstra
1
-2
/
+8
1998-01-10
ipc.c: Fixed problem where we were not returning 'buffer too small'
Jeremy Allison
1
-2
/
+2
1998-01-08
Fixed an apparent typo:
Christopher R. Hertel
1
-1
/
+1
1998-01-07
Ensure that if we are in share mode security that the smb_uid
Jeremy Allison
1
-1
/
+2
1998-01-02
fix printer driver rpc to prevent core dumps.
Herb Lewis
1
-65
/
+73
1998-01-01
fixes to make_printerdef.c to generate a correct printers.def file
Herb Lewis
1
-12
/
+37
1997-12-24
Added SIGUSR1/SIGUSR2 handling.
Jeremy Allison
1
-1
/
+12
1997-12-23
Fixed nastly little bug where client was sending open_and_X call
Jeremy Allison
1
-4
/
+23
1997-12-23
Fixed security bug when 'force user' and 'user only' are set.
Jeremy Allison
1
-2
/
+5
1997-12-23
Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>
Jeremy Allison
1
-10
/
+10
1997-12-20
loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...
Jeremy Allison
1
-0
/
+9
1997-12-20
trans2.c: Forced trans2_findfirst to behave as NT does in error returns.
Jeremy Allison
1
-23
/
+9
1997-12-14
give out file handles differently on each new connection because of a
Andrew Tridgell
1
-10
/
+29
1997-12-12
Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>
Jeremy Allison
1
-0
/
+12
1997-12-03
allow local_machine and remote_machine (%L and %m macros) to contain
Andrew Tridgell
1
-6
/
+2
1997-12-03
allow users to disable the NetWkstaUserLogon call in server level
Andrew Tridgell
1
-0
/
+2
1997-12-02
changing the comment in find_new_file() to say why a base of 1 is used
Andrew Tridgell
1
-2
/
+1
1997-12-02
HPUX trusted systems need to use bigcrypt() not crypt()
Andrew Tridgell
1
-0
/
+4
1997-12-02
asyncdns.c: Removed warning when compiling with -DSYNC_DNS.
Jeremy Allison
1
-1
/
+3
1997-11-30
clientgen.c: Added cli_mv() (used in a recent torture test).
Jeremy Allison
2
-24
/
+58
1997-11-29
use -1 not 0xffffffff in SIVALS() macros
Andrew Tridgell
1
-4
/
+4
1997-11-29
added a sent_oplock_break element to Files[] as a paranoia check so we
Andrew Tridgell
2
-10
/
+24
1997-11-28
there was a bug in my oplock bugfix :-)
Andrew Tridgell
1
-3
/
+3
1997-11-28
fixed a very nasty oplock bug. We could send oplock break requests on
Andrew Tridgell
1
-3
/
+4
1997-11-20
added some debug lines to the rename code
Andrew Tridgell
1
-4
/
+13
[next]