summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-04-16Minor change to the wording. It used to say "files with the prefix 'ubi_'"Christopher R. Hertel1-6/+6
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison7-51/+187
1998-04-14Fixed some typecast and function pointer problems pointed out by aChristopher R. Hertel2-10/+21
1998-04-14Modified interfaces to getting smb password entries fromJeremy Allison10-38/+83
1998-04-13Fixed aggregate initializer problem for gcc.Jeremy Allison1-1/+1
1998-04-13Changes include:Christopher R. Hertel4-421/+706
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison33-265/+243
1998-04-13fixed a memory leak in close_file(). Each time a file was openedAndrew Tridgell1-1/+7
1998-04-12minor reformatting of debug messages (so people don't think there is aAndrew Tridgell1-3/+3
1998-04-12some hacks to the torture codeAndrew Tridgell1-1/+10
1998-04-12support O_SYNC at open time in files (previously we only supported itAndrew Tridgell1-0/+4
1998-04-12if the resolve order is blank then assume "host"Andrew Tridgell1-0/+2
1998-04-12support O_SYNC in opens for smbtortureAndrew Tridgell1-0/+4
1998-04-11Fix heaps of warnings when compiling with gcc under Digital UNIX. Include rou...Richard Sharpe1-0/+4
1998-04-11Oops, fogot proto.h. It needs to be updated for changes to client.cRichard Sharpe1-1/+1
1998-04-11Changes to client.c support the need for directories to be processed by whateverRichard Sharpe2-68/+298
1998-04-10includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison12-38/+137
1998-04-10Fix for [homes] problem with security=share. We were still relyingJeremy Allison1-5/+19
1998-04-09Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison6-12/+70
1998-04-09I removed a static string that was in there because I planned to doChristopher R. Hertel1-6/+0
1998-04-09Added const cast to struct args to get rid of compile time warning.John Terpstra1-1/+1
1998-04-09Removed unneeded proto symbol.Jeremy Allison1-1/+1
1998-04-09Missed compile error when compiling with KANJI=true.Jeremy Allison1-1/+1
1998-04-09Added codepage 936 (simplified Chineses).Jeremy Allison4-132/+123
1998-04-08Fix to stop Windows 95 spinning on print queue requests when itJeremy Allison1-1/+1
1998-04-07Added check for getpwnam returning NULL.Jeremy Allison1-3/+7
1998-04-07want all of data in show_msg at log levels > 50.Luke Leighton1-27/+33
1998-04-06loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather thanJeremy Allison2-3/+11
1998-04-03Fix from Josef Hinteregger <joehtg@joehtg.co.at> for usingJeremy Allison2-2/+2
1998-04-02We were missing a case switch in announcement processing - weJeremy Allison1-0/+17
1998-04-02Changed code to check NT password *first* - if it exists.Jeremy Allison1-11/+14
1998-04-02Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison5-12/+141
1998-04-02Updated Eastern European translation table from dan@feld.cvut.cz.Jeremy Allison1-4/+20
1998-04-01cli_login.c :Luke Leighton2-18/+59
1998-04-01Rolling back machine password change code - this doesn't work (yet).Jeremy Allison1-13/+24
1998-03-31includes.h: Added semaphore fix for HPUX10.xJeremy Allison4-25/+33
1998-03-31the default for old style accounts should be workstation trustAndrew Tridgell1-1/+1
1998-03-30Fixed compile-time error introduced by log message change.Jeremy Allison1-8/+19
1998-03-30Added extra remote password changing error codes from lmerr.h on NT.Jeremy Allison1-2/+5
1998-03-29Added remote machine and address to debug message in make_connection() function.John Terpstra1-1/+1
1998-03-27chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison6-26/+73
1998-03-27Fix for client generated core-dump bug where offset to readrawJeremy Allison1-1/+2
1998-03-26client.c: Fixed problem where debug level on command line was overridden by s...Jeremy Allison2-36/+69
1998-03-26Added the ability to differentiate between workstation and serverJeremy Allison1-10/+13
1998-03-26smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison2-6/+30
1998-03-25nameconf.c is a stray .c file that shouldn't be in theJeremy Allison1-350/+0
1998-03-25Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> -Jeremy Allison1-1/+1
1998-03-25Just fiddled with the README.UBI file.Christopher R. Hertel1-1/+1
1998-03-25RFC1002 says we must put compressed name pointers in the followingJeremy Allison1-2/+40
1998-03-24Added writing of '[XXX]' account control bits into gcosJeremy Allison2-6/+56