summaryrefslogtreecommitdiffstats
path: root/source/smbd/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-16/+8
* added 0x10 to the frag length in the "bind ack".Luke Leighton1998-09-071-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-051-1/+1
* changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1998-09-031-13/+8
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-13/+13
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-1/+1
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-7/+1
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-211-3/+1
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-1/+1
* - some tidying up in files.cAndrew Tridgell1998-08-161-7/+6
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-89/+85
* configure: Changes for extra headers.Jeremy Allison1998-08-151-2/+2
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-234/+226
* this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1998-08-091-12/+12
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-2/+2
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-221-1/+1
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-9/+26
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-2/+2
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-101-0/+26
* client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1998-06-041-6/+5
* ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1998-06-031-9/+12
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-2/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-30/+30
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-5/+5
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-6/+6
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-061-5/+5
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-0/+1
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-1/+1
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-7/+7
* put server-side long dce/rpc code in main branch.Luke Leighton1998-04-211-6/+6
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-1/+2
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-29/+29
* includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1998-04-101-0/+3
* Fix to stop Windows 95 spinning on print queue requests when itJeremy Allison1998-04-081-1/+1
* chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison1998-03-271-1/+4
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-241-1/+2
* Added SamOEMChangePassword functionality.Jeremy Allison1998-03-181-0/+60
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-209/+460
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-2/+2
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-4/+26
* ipc.c: Fixed problem where we were not returning 'buffer too small'Jeremy Allison1998-01-101-2/+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
* use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1997-11-291-4/+4
* ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison1997-11-181-4/+12
* ipc.c :Luke Leighton1997-11-071-0/+5
* ipc.c: Changing back arbitrary alignment change until I know *why*Jeremy Allison1997-11-061-1/+1
* following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1997-11-061-1/+3
* storing pipe name state (from set named pipe handle state call) in theLuke Leighton1997-10-301-10/+14