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
Age
Commit message (
Expand
)
Author
Files
Lines
1998-04-13
Contributed software for Linux autofs support.
John Terpstra
3
-0
/
+524
1998-04-13
fixed a memory leak in close_file(). Each time a file was opened
Andrew Tridgell
1
-1
/
+7
1998-04-13
As it says.
John Terpstra
1
-0
/
+57
1998-04-12
Added additional comments from Bruce Wood
John Terpstra
1
-0
/
+75
1998-04-12
minor reformatting of debug messages (so people don't think there is a
Andrew Tridgell
1
-3
/
+3
1998-04-12
some hacks to the torture code
Andrew Tridgell
1
-1
/
+10
1998-04-12
support O_SYNC at open time in files (previously we only supported it
Andrew Tridgell
1
-0
/
+4
1998-04-12
if the resolve order is blank then assume "host"
Andrew Tridgell
1
-0
/
+2
1998-04-12
support O_SYNC in opens for smbtorture
Andrew Tridgell
1
-0
/
+4
1998-04-11
Corrected the spelling of my Surname. Added several postscripts.
John Terpstra
1
-2
/
+27
1998-04-11
created from a really useful discussion about Win95 / NT profiles.
Luke Leighton
1
-0
/
+285
1998-04-11
Fix heaps of warnings when compiling with gcc under Digital UNIX. Include rou...
Richard Sharpe
1
-0
/
+4
1998-04-11
Updated to include possible cause of failed TESTS 3/6 as bad broadcast address.
John Terpstra
1
-1
/
+7
1998-04-11
Oops, fogot proto.h. It needs to be updated for changes to client.c
Richard Sharpe
1
-1
/
+1
1998-04-11
smbclient.1 updated to reflect the new functionality and to document function...
Richard Sharpe
1
-2
/
+24
1998-04-11
Changes to client.c support the need for directories to be processed by whatever
Richard Sharpe
2
-68
/
+298
1998-04-10
includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.
Jeremy Allison
12
-38
/
+137
1998-04-10
Fix for [homes] problem with security=share. We were still relying
Jeremy Allison
1
-5
/
+19
1998-04-09
Makefile, loadparm.c, server.c, smb.h, util.c: Patch from
Jeremy Allison
6
-12
/
+70
1998-04-09
I removed a static string that was in there because I planned to do
Christopher R. Hertel
1
-6
/
+0
1998-04-09
Added const cast to struct args to get rid of compile time warning.
John Terpstra
1
-1
/
+1
1998-04-09
Removed unneeded proto symbol.
Jeremy Allison
1
-1
/
+1
1998-04-09
Missed compile error when compiling with KANJI=true.
Jeremy Allison
1
-1
/
+1
1998-04-09
Added codepage 936 (simplified Chineses).
Jeremy Allison
4
-132
/
+123
1998-04-08
Fix to stop Windows 95 spinning on print queue requests when it
Jeremy Allison
1
-1
/
+1
1998-04-07
Added check for getpwnam returning NULL.
Jeremy Allison
1
-3
/
+7
1998-04-07
want all of data in show_msg at log levels > 50.
Luke Leighton
1
-27
/
+33
1998-04-06
loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather than
Jeremy Allison
2
-3
/
+11
1998-04-03
Fix from Josef Hinteregger <joehtg@joehtg.co.at> for using
Jeremy Allison
2
-2
/
+2
1998-04-02
We were missing a case switch in announcement processing - we
Jeremy Allison
1
-0
/
+17
1998-04-02
Changed code to check NT password *first* - if it exists.
Jeremy Allison
1
-11
/
+14
1998-04-02
Patch from Chris Maltby <chris@softway.com.au>. His comments follow:
Jeremy Allison
5
-12
/
+141
1998-04-02
Updated Eastern European translation table from dan@feld.cvut.cz.
Jeremy Allison
1
-4
/
+20
1998-04-01
cli_login.c :
Luke Leighton
2
-18
/
+59
1998-04-01
Rolling back machine password change code - this doesn't work (yet).
Jeremy Allison
1
-13
/
+24
1998-03-31
includes.h: Added semaphore fix for HPUX10.x
Jeremy Allison
4
-25
/
+33
1998-03-31
the default for old style accounts should be workstation trust
Andrew Tridgell
1
-1
/
+1
1998-03-30
Fixed compile-time error introduced by log message change.
Jeremy Allison
1
-8
/
+19
1998-03-30
Added extra remote password changing error codes from lmerr.h on NT.
Jeremy Allison
1
-2
/
+5
1998-03-29
Added remote machine and address to debug message in make_connection() function.
John Terpstra
1
-1
/
+1
1998-03-27
chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"
Jeremy Allison
6
-26
/
+73
1998-03-27
Fix for client generated core-dump bug where offset to readraw
Jeremy Allison
1
-1
/
+2
1998-03-26
client.c: Fixed problem where debug level on command line was overridden by s...
Jeremy Allison
2
-36
/
+69
1998-03-26
Added the ability to differentiate between workstation and server
Jeremy Allison
1
-10
/
+13
1998-03-26
smbpass.c: Made unknown accounts ending in '$' server accounts, not
Jeremy Allison
2
-6
/
+30
1998-03-25
nameconf.c is a stray .c file that shouldn't be in the
Jeremy Allison
1
-350
/
+0
1998-03-25
Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> -
Jeremy Allison
1
-1
/
+1
1998-03-25
no longer make smbpasswd setuid root
Herb Lewis
1
-1
/
+1
1998-03-25
Just fiddled with the README.UBI file.
Christopher R. Hertel
1
-1
/
+1
1998-03-25
RFC1002 says we must put compressed name pointers in the following
Jeremy Allison
1
-2
/
+40
[next]