summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-075-33/+53
* server.c: Added fix where, if all the file entries are beingJeremy Allison1998-01-311-1/+57
* Makefile: Fix for OSF1 typo.Jeremy Allison1998-01-291-2/+2
* Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no dataJeremy Allison1998-01-281-2/+4
* always align both the parameter and data bytes on a 4 byte boundary inAndrew Tridgell1998-01-251-8/+20
* Added get_create_time() function to time.c.Jeremy Allison1998-01-242-7/+10
* Changed code that truncates salt after 2 characters so that it becomesJeremy Allison1998-01-231-0/+3
* nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1Jeremy Allison1998-01-231-0/+5
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-2215-18/+18
* printing.c: Bug fix for lpng reporting.Jeremy Allison1998-01-221-39/+67
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-173-4/+116
* reply.c:Jeremy Allison1998-01-162-14/+34
* reply.c: Added timestamp to attack warning.Jeremy Allison1998-01-152-1/+3
* *** empty log message ***Andrew Tridgell1998-01-123-11/+33
* *** empty log message ***Andrew Tridgell1998-01-111-0/+5
* *** empty log message ***Andrew Tridgell1998-01-111-3/+3
* Following discussions with Cristian Gafton (Red Hat) we have decided to makeJohn Terpstra1998-01-101-2/+8
* ipc.c: Fixed problem where we were not returning 'buffer too small'Jeremy Allison1998-01-101-2/+2
* Fixed an apparent typo:Christopher R. Hertel1998-01-081-1/+1
* Ensure that if we are in share mode security that the smb_uidJeremy Allison1998-01-071-1/+2
* fix printer driver rpc to prevent core dumps.Herb Lewis1998-01-021-65/+73
* fixes to make_printerdef.c to generate a correct printers.def fileHerb Lewis1998-01-011-12/+37
* Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1997-12-241-1/+12
* Fixed nastly little bug where client was sending open_and_X callJeremy Allison1997-12-231-4/+23
* Fixed security bug when 'force user' and 'user only' are set.Jeremy Allison1997-12-231-2/+5
* Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1997-12-231-10/+10
* loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison1997-12-201-0/+9
* trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison1997-12-201-23/+9
* give out file handles differently on each new connection because of aAndrew Tridgell1997-12-141-10/+29
* Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>Jeremy Allison1997-12-121-0/+12
* allow local_machine and remote_machine (%L and %m macros) to containAndrew Tridgell1997-12-031-6/+2
* allow users to disable the NetWkstaUserLogon call in server levelAndrew Tridgell1997-12-031-0/+2
* changing the comment in find_new_file() to say why a base of 1 is usedAndrew Tridgell1997-12-021-2/+1
* HPUX trusted systems need to use bigcrypt() not crypt()Andrew Tridgell1997-12-021-0/+4
* asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1997-12-021-1/+3
* clientgen.c: Added cli_mv() (used in a recent torture test).Jeremy Allison1997-11-302-24/+58
* use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1997-11-291-4/+4
* added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1997-11-292-10/+24
* there was a bug in my oplock bugfix :-)Andrew Tridgell1997-11-281-3/+3
* fixed a very nasty oplock bug. We could send oplock break requests onAndrew Tridgell1997-11-281-3/+4
* added some debug lines to the rename codeAndrew Tridgell1997-11-201-4/+13
* ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison1997-11-184-8/+59
* loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1997-11-172-5/+18
* Left global_oplock_break set while request to break oplock isJeremy Allison1997-11-111-4/+5
* auto-create the locks directory on startupAndrew Tridgell1997-11-111-0/+4
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-103-110/+212
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-093-212/+110
* ipc.c :Luke Leighton1997-11-072-1/+15
* Modified Files:Christopher R. Hertel1997-11-072-242/+317
* ipc.c: Changing back arbitrary alignment change until I know *why*Jeremy Allison1997-11-062-2/+2