summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Added genrand.oJeremy Allison1998-04-206-2/+160
* Fixed bug that John found in WINS server code. When nmbd as a WINSJeremy Allison1998-04-204-9/+111
* includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1998-04-184-558/+120
* clientgen.c: Changes 'cli_xxx_' calls to use the followingJeremy Allison1998-04-173-58/+114
* Changing of machine passwords now works !!!!!!Jeremy Allison1998-04-174-43/+58
* Just changed the date.Christopher R. Hertel1998-04-171-1/+1
* reply.c: Fix bugs where debug statements were accessing the fd_ptr structJeremy Allison1998-04-162-20/+20
* Minor change to the wording. It used to say "files with the prefix 'ubi_'"Christopher R. Hertel1998-04-161-6/+6
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-157-51/+187
* Fixed some typecast and function pointer problems pointed out by aChristopher R. Hertel1998-04-142-10/+21
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-1410-38/+83
* Fixed aggregate initializer problem for gcc.Jeremy Allison1998-04-131-1/+1
* Changes include:Christopher R. Hertel1998-04-134-421/+706
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-1333-265/+243
* fixed a memory leak in close_file(). Each time a file was openedAndrew Tridgell1998-04-131-1/+7
* minor reformatting of debug messages (so people don't think there is aAndrew Tridgell1998-04-121-3/+3
* some hacks to the torture codeAndrew Tridgell1998-04-121-1/+10
* support O_SYNC at open time in files (previously we only supported itAndrew Tridgell1998-04-121-0/+4
* if the resolve order is blank then assume "host"Andrew Tridgell1998-04-121-0/+2
* support O_SYNC in opens for smbtortureAndrew Tridgell1998-04-121-0/+4
* Fix heaps of warnings when compiling with gcc under Digital UNIX. Include rou...Richard Sharpe1998-04-111-0/+4
* Oops, fogot proto.h. It needs to be updated for changes to client.cRichard Sharpe1998-04-111-1/+1
* Changes to client.c support the need for directories to be processed by whateverRichard Sharpe1998-04-112-68/+298
* includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1998-04-1012-38/+137
* Fix for [homes] problem with security=share. We were still relyingJeremy Allison1998-04-101-5/+19
* Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1998-04-096-12/+70
* I removed a static string that was in there because I planned to doChristopher R. Hertel1998-04-091-6/+0
* Added const cast to struct args to get rid of compile time warning.John Terpstra1998-04-091-1/+1
* Removed unneeded proto symbol.Jeremy Allison1998-04-091-1/+1
* Missed compile error when compiling with KANJI=true.Jeremy Allison1998-04-091-1/+1
* Added codepage 936 (simplified Chineses).Jeremy Allison1998-04-094-132/+123
* Fix to stop Windows 95 spinning on print queue requests when itJeremy Allison1998-04-081-1/+1
* Added check for getpwnam returning NULL.Jeremy Allison1998-04-071-3/+7
* want all of data in show_msg at log levels > 50.Luke Leighton1998-04-071-27/+33
* loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather thanJeremy Allison1998-04-062-3/+11
* Fix from Josef Hinteregger <joehtg@joehtg.co.at> for usingJeremy Allison1998-04-032-2/+2
* We were missing a case switch in announcement processing - weJeremy Allison1998-04-021-0/+17
* Changed code to check NT password *first* - if it exists.Jeremy Allison1998-04-021-11/+14
* Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison1998-04-025-12/+141
* Updated Eastern European translation table from dan@feld.cvut.cz.Jeremy Allison1998-04-021-4/+20
* cli_login.c :Luke Leighton1998-04-012-18/+59
* Rolling back machine password change code - this doesn't work (yet).Jeremy Allison1998-04-011-13/+24
* includes.h: Added semaphore fix for HPUX10.xJeremy Allison1998-03-314-25/+33
* the default for old style accounts should be workstation trustAndrew Tridgell1998-03-311-1/+1
* Fixed compile-time error introduced by log message change.Jeremy Allison1998-03-301-8/+19
* Added extra remote password changing error codes from lmerr.h on NT.Jeremy Allison1998-03-301-2/+5
* Added remote machine and address to debug message in make_connection() function.John Terpstra1998-03-291-1/+1
* chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison1998-03-276-26/+73
* Fix for client generated core-dump bug where offset to readrawJeremy Allison1998-03-271-1/+2
* client.c: Fixed problem where debug level on command line was overridden by s...Jeremy Allison1998-03-262-36/+69