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
Age
Commit message (
Expand
)
Author
Files
Lines
1997-09-16
bug fix in the new des code.
Andrew Tridgell
1
-21
/
+13
1997-09-15
unbecome_domain_master and unbecome_logon_master were announcing
Luke Leighton
1
-3
/
+0
1997-09-15
- if the user already exists then ignore the -add command
Andrew Tridgell
1
-10
/
+19
1997-09-15
- change a lot of occurances of errno to use strerror(errno). We can't
Andrew Tridgell
3
-25
/
+29
1997-09-15
rewrote md4.c from scratch. This implementation should be portable and
Andrew Tridgell
3
-298
/
+166
1997-09-15
no longer needed
Andrew Tridgell
1
-58
/
+0
1997-09-14
This commit does 3 main things:
Andrew Tridgell
20
-235
/
+96
1997-09-14
This is a written from scratch DES implementation. I couldn't find a
Andrew Tridgell
1
-0
/
+290
1997-09-12
Added fix that means if connecting user sends guest account
Jeremy Allison
1
-1
/
+8
1997-09-11
charcnv.c client.c clitar.c kanji.c kanji.h loadparm.c
Jeremy Allison
13
-389
/
+486
1997-09-11
fix a couple of "declaration shadows previous local" warnings.
Andrew Tridgell
2
-5
/
+3
1997-09-11
prototype updates for new functions
Andrew Tridgell
1
-1
/
+21
1997-09-11
add the stdout parameter to lp_dump()
Andrew Tridgell
1
-1
/
+1
1997-09-11
some minor modifications to loadparm.c to support the necessary
Andrew Tridgell
1
-56
/
+193
1997-09-11
cgi.c is a simple set of CGI manipulation routines
Andrew Tridgell
4
-0
/
+664
1997-09-07
samba servers forcing local elections if they are not a local master.
Luke Leighton
1
-1
/
+1
1997-09-05
JHT ===> Just setting version to 1.9.18alpha1
John Terpstra
1
-1
/
+1
1997-09-05
client.c: Made sure myhostname was initialised before substitutions.
Jeremy Allison
4
-6
/
+14
1997-09-05
added debug reporting to file listing / mod_time() checking routine.
Luke Leighton
1
-2
/
+17
1997-09-04
Fix from Frank Varnavas <varnavas@ny.ubs.com>.
Jeremy Allison
1
-3
/
+17
1997-09-04
Fixed up determination of client type for PROTOCOL_NT1. Uses client
Jeremy Allison
6
-13
/
+70
1997-09-03
nameannounce.c
Jeremy Allison
6
-32
/
+42
1997-09-02
reply.c: Removed unused variables. Caught by gcc -Wall -Werror
Jeremy Allison
3
-7
/
+33
1997-09-01
use of recursion_available and recursion_desired flag in netbios responses.
Luke Leighton
3
-29
/
+53
1997-08-31
added word count 3 support into reply_tcon_and_X (see cifs6.txt). the
Luke Leighton
1
-3
/
+23
1997-08-31
fixed a bug in the printjob encoding/decoding. We weren't doing it for
Andrew Tridgell
3
-17
/
+34
1997-08-30
Makefile: New program and support for dynamic codepage loading.
Jeremy Allison
3
-141
/
+185
1997-08-30
Adding codepage definition files and codepage file compiler/decompiler.
Jeremy Allison
7
-0
/
+752
1997-08-28
Oops. Reversed mangled map change made in error. Testing
Jeremy Allison
1
-2
/
+3
1997-08-28
includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.
Jeremy Allison
3
-0
/
+12
1997-08-28
mangle.c: Fixed bug that caused string to run off the end of the mangled map.
Jeremy Allison
3
-8
/
+5
1997-08-28
added a new type to mkproto.awk so it can handle shmem.c
Andrew Tridgell
2
-2
/
+2
1997-08-27
charset.c: Added patch for client code page 852 (Eastern European) from
Samba Release Account
3
-3
/
+50
1997-08-27
Put back the smb_shm_ proto's that Luke keeps breaking !
Samba Release Account
1
-0
/
+3
1997-08-27
doing that irritating compiler clash warning with the protos for standard_sub
Samba Release Account
3
-12
/
+13
1997-08-26
preparing for release of 1.9.17
Samba Release Account
1
-1
/
+1
1997-08-26
smb.h: Added error code used for OS2 WPS.
Samba Release Account
2
-12
/
+7
1997-08-25
charset.c : Add mapping for code page 932 (KANJI).
Samba Release Account
7
-39
/
+72
1997-08-21
Kanji fixes for upper/lower case conversion with sjis characters.
Samba Release Account
4
-30
/
+149
1997-08-20
Changes to allow Samba to return the same error code as Windows NT.
Samba Release Account
7
-63
/
+297
1997-08-20
Fix suggested by "Christian Groessler" <chris@fast-ag.de>
Samba Release Account
4
-4
/
+13
1997-08-19
Makefile: Changed for HPUX10 tidyup.
Samba Release Account
11
-48
/
+115
1997-08-18
JHT ===> Just making sure any new tests do not announce as the last alpha!
John Terpstra
1
-1
/
+1
1997-08-17
connecting to IPC$ goes under the guest account. the IPC$ share should
Samba Release Account
2
-24
/
+19
1997-08-13
includes.h: Fixed S_IFLNK for old DEC ultrix.
Samba Release Account
2
-2
/
+12
1997-08-12
charset.c: Fixed bug with 'valid chars' param.
Samba Release Account
4
-6
/
+46
1997-08-11
spelling.
Samba Release Account
1
-1
/
+1
1997-08-10
updating comments.
Samba Release Account
1
-13
/
+11
1997-08-09
bug in num. arguments detection that stopped the -add option working
Samba Release Account
1
-7
/
+3
1997-08-07
failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call to
Samba Release Account
1
-2
/
+1
[next]