summaryrefslogtreecommitdiffstats
path: root/source/smbd/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* don't panic on a null params in api_reply(). instead just return anAndrew Tridgell1999-01-101-1/+4
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-22/+22
* client/clientutil.c: Changed workgroup to "" for smbmount (only codeJeremy Allison1998-12-031-3/+29
* configure.in: Removed net/route.h from include checks.Jeremy Allison1998-12-011-1/+0
* smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB ca...Jeremy Allison1998-11-191-0/+20
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-3/+3
* Fixed two debug prints.Jeremy Allison1998-11-111-2/+2
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+1
* server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-221-1/+1
* extern fstring global_myworkgroup should be a pstringLuke Leighton1998-10-221-2/+2
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-1/+1
* signed / unsigned issuesLuke Leighton1998-10-211-1/+1
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-201-1/+1
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-19/+8
* - dce/rpc codeLuke Leighton1998-10-191-22/+2
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-1/+1
* bug-fixing against:Luke Leighton1998-10-151-1/+40
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-151-2/+12
* - don't generate 0 params in tortureAndrew Tridgell1998-10-081-10/+16
* dce/rpcLuke Leighton1998-10-071-240/+11
* return False _and_ a break in a switch statement.Luke Leighton1998-10-071-1/+0
* dce/rpcLuke Leighton1998-10-071-1/+11
* dce/rpcLuke Leighton1998-10-061-20/+60
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-1/+1
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-281-10/+44
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-2/+1
* 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