summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-03-14new files to support starting/stopping the serverAndrew Tridgell1-0/+88
1998-03-14added the ability to start/stop the server from SWAT.Andrew Tridgell1-1/+1
1998-03-14removed a redundent return statementAndrew Tridgell1-1/+0
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison3-0/+711
1998-03-10added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1-0/+15
1998-03-03Change the multibyte character set support so thatJeremy Allison4-39/+438
1998-02-24nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1-4/+4
1998-02-20nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1-30/+112
1998-02-14Fix to make us compile cleanly with gcc 2.8.Jeremy Allison1-3/+0
1998-02-13Ding-dong the witch is dead, the witch is dead......Jeremy Allison2-15/+1
1998-02-11Makefile: Added AIX 3.2.5.Jeremy Allison2-1/+36
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison3-2/+49
1998-01-24Added get_create_time() function to time.c.Jeremy Allison1-0/+19
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison13-13/+13
1998-01-22printing.c: Bug fix for lpng reporting.Jeremy Allison1-17/+36
1998-01-17charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison2-0/+61
1998-01-16Makefile: Added new codepage - 866.Jeremy Allison1-7/+4
1998-01-07includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1-1/+5
1997-12-29avoid the ~ operator in netmask operations as apparently it causesAndrew Tridgell1-33/+55
1997-12-26fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1-1/+1
1997-12-24Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1-0/+47
1997-12-23Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison2-2/+2
1997-12-20Fixed stupid bug in read_smb_len where I was calling itself - nowJeremy Allison1-1/+1
1997-12-20client.c:Jeremy Allison1-15/+64
1997-12-20loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison1-10/+8
1997-12-20trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison1-1/+2
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-4/+33
1997-12-11fixed over char 127 problems with isupper/islower.Jeremy Allison1-2/+7
1997-12-11kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>Jeremy Allison1-0/+16
1997-12-04got rid of the WRAP_MALLOC code - mem_man does it betterAndrew Tridgell1-67/+0
1997-12-03change the "username map" option to allow the user to stop theAndrew Tridgell1-0/+12
1997-12-03add a warning if the timezone is not a multiple of 1 minute. ThisAndrew Tridgell1-0/+5
1997-12-03I'm slowly getting though the todo list :-)Andrew Tridgell1-3/+3
1997-12-03fix toupper(c) on a already uppercase char and tolower(c) on anAndrew Tridgell1-0/+2
1997-12-02dont try getpeername() when Client isn't initialisedAndrew Tridgell1-0/+8
1997-11-29use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1-23/+1
1997-11-29added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1-1/+1
1997-11-22added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell2-11/+6
1997-11-21use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1-1/+2
1997-11-06change from %D to %m/%d/%Y in timestring(). This doesn't really matterAndrew Tridgell1-4/+4
1997-11-06no asm/signal.h for linux as this is not portableAndrew Tridgell1-1/+1
1997-11-03Rolling back the filesJeremy Allison1-41/+0
1997-11-02Christian Lademann's contribution: new capabilities in smb.conf.Luke Leighton1-0/+41
1997-11-01change a debug levelAndrew Tridgell1-3/+3
1997-10-29ipc.c ntclientpipe.c:Luke Leighton1-0/+47
1997-10-29called dump_data() from show_msg().Luke Leighton1-25/+6
1997-10-29byteorder.h :Luke Leighton1-1/+1
1997-10-24default server_name if NIS server is unavailable should be the localLuke Leighton1-2/+2
1997-10-24nterr.c :Luke Leighton1-1/+1
1997-10-23Big change to make nmbd code more readable/understandable.Jeremy Allison1-4/+10