summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-19- dce/rpc codeLuke Leighton1-22/+2
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-1/+1
1998-10-15bug-fixing against:Luke Leighton1-1/+40
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-2/+12
1998-10-08- don't generate 0 params in tortureAndrew Tridgell1-10/+16
1998-10-07dce/rpcLuke Leighton1-240/+11
1998-10-07return False _and_ a break in a switch statement.Luke Leighton1-1/+0
1998-10-07dce/rpcLuke Leighton1-1/+11
1998-10-06dce/rpcLuke Leighton1-20/+60
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-1/+1
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1-10/+44
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-2/+1
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-16/+8
1998-09-07added 0x10 to the frag length in the "bind ack".Luke Leighton1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+1
1998-09-03changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1-13/+8
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-13/+13
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-1/+1
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-7/+1
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-3/+1
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-1/+1
1998-08-16- some tidying up in files.cAndrew Tridgell1-7/+6
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-89/+85
1998-08-15configure: Changes for extra headers.Jeremy Allison1-2/+2
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-234/+226
1998-08-09this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1-12/+12
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-2/+2
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1-1/+1
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-9/+26
1998-06-12ipc.c: map_username is now a BOOL function.Jeremy Allison1-2/+2
1998-06-10De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1-0/+26
1998-06-04client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1-6/+5
1998-06-03ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1-9/+12
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison1-2/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-30/+30
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-5/+5
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-6/+6
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison1-5/+5
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-0/+1
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1-1/+1
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-7/+7
1998-04-21put server-side long dce/rpc code in main branch.Luke Leighton1-6/+6
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1-1/+2
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-29/+29
1998-04-10includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1-0/+3
1998-04-08Fix to stop Windows 95 spinning on print queue requests when itJeremy Allison1-1/+1
1998-03-27chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison1-1/+4
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1-1/+2
1998-03-18Added SamOEMChangePassword functionality.Jeremy Allison1-0/+60