summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* genrand.c: Improved generation of random values, more secure.Jeremy Allison1998-04-223-4/+51
* put server-side long dce/rpc code in main branch.Luke Leighton1998-04-211-6/+6
* Added cli_ulogoff() calls to all the exit code paths in security=server.Jeremy Allison1998-04-211-0/+5
* clientgen.c: Added cli_ulogoff() call.Jeremy Allison1998-04-211-0/+1
* Added 'passwd chat debug' parameter to allow admins to debug theirJeremy Allison1998-04-201-6/+4
* Makefile: Added genrand.oJeremy Allison1998-04-202-0/+12
* reply.c: Fix bugs where debug statements were accessing the fd_ptr structJeremy Allison1998-04-161-6/+6
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-1/+2
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-143-8/+8
* Fixed aggregate initializer problem for gcc.Jeremy Allison1998-04-131-1/+1
* Changes include:Christopher R. Hertel1998-04-133-415/+700
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-136-87/+84
* fixed a memory leak in close_file(). Each time a file was openedAndrew Tridgell1998-04-131-1/+7
* support O_SYNC at open time in files (previously we only supported itAndrew Tridgell1998-04-121-0/+4
* includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1998-04-101-0/+3
* 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-091-7/+7
* Added const cast to struct args to get rid of compile time warning.John Terpstra1998-04-091-1/+1
* Fix to stop Windows 95 spinning on print queue requests when itJeremy Allison1998-04-081-1/+1
* loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather thanJeremy Allison1998-04-061-2/+10
* includes.h: Added semaphore fix for HPUX10.xJeremy Allison1998-03-312-1/+15
* Fixed compile-time error introduced by log message change.Jeremy Allison1998-03-301-8/+19
* 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-272-19/+60
* Fix for client generated core-dump bug where offset to readrawJeremy Allison1998-03-271-1/+2
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-242-1/+4
* Finally made OS/2 WP fix the default.Jeremy Allison1998-03-191-1/+1
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-5/+24
* Added SamOEMChangePassword functionality.Jeremy Allison1998-03-182-0/+174
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-174-16/+19
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-163-12/+11
* includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombieJeremy Allison1998-03-161-0/+4
* - claim the null connection after the session request to mak sure weAndrew Tridgell1998-03-152-4/+4
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-152-181/+226
* added the ability to start/stop the server from SWAT.Andrew Tridgell1998-03-141-33/+3
* another makeover of loadparm to support new stuff in swat andAndrew Tridgell1998-03-141-1/+1
* move setup_groups() into password.c so that swat can link withoutAndrew Tridgell1998-03-122-83/+86
* use FSTYPE_STRING not "SAMBA" for filesystem typeAndrew Tridgell1998-03-121-1/+1
* report the max size of raw reads as 65536 not 65535 (this now matchesAndrew Tridgell1998-03-121-1/+1
* Missed fixes in NTDOM branch for doing readX via pipe IPC$.Jeremy Allison1998-03-112-1/+5
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-116-470/+676
* Removed broken change I made to mangle.c (ooops. Andrew's originalJeremy Allison1998-03-042-9/+4
* Adding Korean and Traditional Chinese codepage support.Jeremy Allison1998-03-042-1/+5
* Change the multibyte character set support so thatJeremy Allison1998-03-032-88/+53
* Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh...Jeremy Allison1998-02-261-0/+30
* Fix for NT redirector bug where deltree fails if the resume keyJeremy Allison1998-02-262-16/+71
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-202-2/+11
* Ding-dong the witch is dead, the witch is dead......Jeremy Allison1998-02-132-22/+21
* make the initial logfile names consistent. This should mean that smbdAndrew Tridgell1998-02-121-0/+2
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-114-9/+33