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
1998-01-03
added printout of file list to stderr so you know what files you need to
Herb Lewis
1
-0
/
+4
1998-01-03
added timestrings to become and unbecome domain/local master browser
Herb Lewis
2
-12
/
+13
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
2
-40
/
+134
1997-12-29
avoid the ~ operator in netmask operations as apparently it causes
Andrew Tridgell
1
-33
/
+55
1997-12-29
a dummy change to shmem_sysv.c to try and break CVS out of a problem
Andrew Tridgell
1
-0
/
+1
1997-12-26
fixed another couple of minor type errors (they could cause incorrect
Andrew Tridgell
1
-4
/
+4
1997-12-26
fixed a couple of illegal uses of scanf() in the nmbd wins code. They
Andrew Tridgell
2
-7
/
+7
1997-12-26
use _exit to exit a child
Andrew Tridgell
1
-6
/
+2
1997-12-24
This is actually Jeremy, working as Herb :-).
Herb Lewis
1
-0
/
+22
1997-12-24
preparing for release of 1.9.18alpha14
Samba Release Account
1
-1
/
+1
1997-12-24
Added SIGUSR1/SIGUSR2 handling.
Jeremy Allison
5
-4
/
+98
1997-12-24
nmbd_elections.c: Added new parameter to dump_workgroups call.
Jeremy Allison
5
-57
/
+118
1997-12-24
Finally added the code Andrew wanted that will allow a Samba domain
Jeremy Allison
4
-1
/
+212
1997-12-24
Bugfix from Branko Cibej <branko.cibej@hermes.si>
Jeremy Allison
1
-1
/
+1
1997-12-24
Backed out changes that attempted to address a pointer array using -1,0,1.
Christopher R. Hertel
6
-349
/
+584
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
4
-14
/
+28
1997-12-23
architecture.doc: Re-added since I lost it (sorry Dan :-).
Jeremy Allison
3
-2
/
+137
1997-12-20
Put it in the right directory :~)
Dan Shearer
1
-0
/
+181
1997-12-20
Fixed stupid bug in read_smb_len where I was calling itself - now
Jeremy Allison
1
-1
/
+1
1997-12-20
client.c:
Jeremy Allison
6
-80
/
+135
1997-12-20
loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...
Jeremy Allison
3
-11
/
+18
1997-12-20
trans2.c: Forced trans2_findfirst to behave as NT does in error returns.
Jeremy Allison
2
-24
/
+11
1997-12-19
Adding the cache module.
Christopher R. Hertel
4
-3
/
+903
1997-12-18
kanji.h: Fixed problems with re-definitions of strchr and others on AIX.
Jeremy Allison
2
-2
/
+28
1997-12-17
Missed terminating {-1,NULL} in an enum parameter list.
Jeremy Allison
1
-1
/
+1
1997-12-16
- handle ENOSPC in shmem init.
Andrew Tridgell
1
-4
/
+6
1997-12-16
preparing for release of 1.9.18alpha13
Samba Release Account
1
-1
/
+1
1997-12-16
WHATSNEW.txt - updated for 1.9.18alpha13.
Jeremy Allison
2
-1
/
+10
1997-12-16
Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.
Jeremy Allison
9
-13
/
+359
1997-12-16
nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI where
Jeremy Allison
4
-5
/
+72
1997-12-14
give out file handles differently on each new connection because of a
Andrew Tridgell
1
-10
/
+29
1997-12-14
allow name_type 0x20 as well as name_type 0x0 in dns proxying
Andrew Tridgell
1
-1
/
+2
1997-12-14
fix a bug that sometimes prevented smbclient from connecting with
Andrew Tridgell
1
-1
/
+3
1997-12-13
This is it ! The mega-merge of the JRA_NMBD_REWRITE branch
Jeremy Allison
63
-10506
/
+12154
1997-12-12
Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>
Jeremy Allison
1
-0
/
+12
1997-12-11
fixed over char 127 problems with isupper/islower.
Jeremy Allison
1
-2
/
+7
1997-12-11
While working on a general-purpose caching module (out soon), I thought of
Christopher R. Hertel
6
-718
/
+505
1997-12-11
kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>
Jeremy Allison
2
-3
/
+16
1997-12-04
catch signals in the async dns daemon and allow it to auto-restart if
Andrew Tridgell
1
-0
/
+9
1997-12-04
allow for zero size reads in asyncdns. These can happen after a signal
Andrew Tridgell
1
-3
/
+6
1997-12-04
got rid of the WRAP_MALLOC code - mem_man does it better
Andrew Tridgell
1
-67
/
+0
1997-12-04
added optonal MEM_MAN code
Andrew Tridgell
2
-45
/
+22
1997-12-04
don't use free and alloc as structure elements
Andrew Tridgell
2
-16
/
+16
1997-12-03
Makefile.lib does nothing, so remove it
Andrew Tridgell
1
-32
/
+0
1997-12-03
slight cleanup to the linked list handling
Andrew Tridgell
2
-29
/
+20
1997-12-03
put the default PRINTCAP_NAME def in includes.h not local.h so that
Andrew Tridgell
2
-17
/
+17
1997-12-03
applied a patch from Norm Jacobs to allow "printcap name = lpstat"
Andrew Tridgell
4
-9
/
+150
[next]