summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | printing.c: Bug fix for lpng reporting.Jeremy Allison1998-01-221-17/+36
* | charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-172-0/+61
* | Makefile: Added new codepage - 866.Jeremy Allison1998-01-161-7/+4
* | includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1998-01-071-1/+5
* | avoid the ~ operator in netmask operations as apparently it causesAndrew Tridgell1997-12-291-33/+55
* | fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1997-12-261-1/+1
* | Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1997-12-241-0/+47
* | Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1997-12-232-2/+2
* | Fixed stupid bug in read_smb_len where I was calling itself - nowJeremy Allison1997-12-201-1/+1
* | client.c:Jeremy Allison1997-12-201-15/+64
* | loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison1997-12-201-10/+8
* | trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison1997-12-201-1/+2
* | This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-4/+33
* | fixed over char 127 problems with isupper/islower.Jeremy Allison1997-12-111-2/+7
* | kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>Jeremy Allison1997-12-111-0/+16
* | got rid of the WRAP_MALLOC code - mem_man does it betterAndrew Tridgell1997-12-041-67/+0
* | change the "username map" option to allow the user to stop theAndrew Tridgell1997-12-031-0/+12
* | add a warning if the timezone is not a multiple of 1 minute. ThisAndrew Tridgell1997-12-031-0/+5
* | I'm slowly getting though the todo list :-)Andrew Tridgell1997-12-031-3/+3
* | fix toupper(c) on a already uppercase char and tolower(c) on anAndrew Tridgell1997-12-031-0/+2
* | dont try getpeername() when Client isn't initialisedAndrew Tridgell1997-12-021-0/+8
* | use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1997-11-291-23/+1
* | added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1997-11-291-1/+1
* | added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1997-11-222-11/+6
* | use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1997-11-211-1/+2
* | change from %D to %m/%d/%Y in timestring(). This doesn't really matterAndrew Tridgell1997-11-061-4/+4
* | no asm/signal.h for linux as this is not portableAndrew Tridgell1997-11-061-1/+1
* | Rolling back the filesJeremy Allison1997-11-031-41/+0
* | Christian Lademann's contribution: new capabilities in smb.conf.Luke Leighton1997-11-021-0/+41
* | change a debug levelAndrew Tridgell1997-11-011-3/+3
* | ipc.c ntclientpipe.c:Luke Leighton1997-10-291-0/+47
* | called dump_data() from show_msg().Luke Leighton1997-10-291-25/+6
* | byteorder.h :Luke Leighton1997-10-291-1/+1
* | default server_name if NIS server is unavailable should be the localLuke Leighton1997-10-241-2/+2
* | nterr.c :Luke Leighton1997-10-241-1/+1
* | Big change to make nmbd code more readable/understandable.Jeremy Allison1997-10-231-4/+10
* | playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton1997-10-231-0/+3
* | loadparm.c :Luke Leighton1997-10-221-63/+20
* | loadparm.c :Luke Leighton1997-10-211-1/+38
* | loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1997-10-202-20/+10
* | added "domain groups" parameter, allowing you to specify the groups thatLuke Leighton1997-10-201-0/+28
* | util.c password.c :Luke Leighton1997-10-201-0/+54
* | casting cleanupsAndrew Tridgell1997-10-201-1/+2
* | Makefile :Luke Leighton1997-10-191-31/+47
* | .cvsignore: Added make_smbcodepageJeremy Allison1997-10-172-2/+14
* | smbparse.c smb.h :Luke Leighton1997-10-171-3/+3
* | added loopback_ip. This is used to detect packets from ourselvesAndrew Tridgell1997-10-151-0/+2
* | align_offset() adjusted pointer to wrong location. oops.Luke Leighton1997-10-131-2/+3
* | added debugging macros (suitable eventually for use in tcpdump, hopefully)Luke Leighton1997-10-121-0/+8
* | namelogon.c :Luke Leighton1997-10-111-0/+38