summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-12fixed error code for buffer_too_large in trans replyAndrew Tridgell1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-19patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell1-3147/+1
2000-04-19- got rid of the "passive" optionAndrew Tridgell1-7/+7
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-91/+59
2000-04-16removed old commentsAndrew Tridgell1-2/+0
2000-04-16use some symbolic names for print queue statusAndrew Tridgell1-11/+17
2000-04-16added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell1-5/+41
2000-04-16the changes to the main smb codeAndrew Tridgell1-347/+292
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-4/+3
2000-03-29Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison1-1/+1
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-1/+0
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-26/+5
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-1/+1
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-10/+17
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-1/+1
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison1-43/+0
2000-01-05client/client.c: I18N fixes.Jeremy Allison1-9/+92
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-5/+26
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-231/+262
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-21/+6
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-4/+5
1999-09-27don't leak printer handles,Jean-François Micouleau1-2/+5
1999-08-13pnum should be a uint16.Luke Leighton1-2/+2
1999-04-04Use VFS operations for file I/O.Tim Potter1-1/+1
1999-03-25SAM database "set user info".Luke Leighton1-1/+1
1999-02-24Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1-7/+10
1999-02-24Win9x user level security.Matthew Chapman1-0/+4
1999-02-09when multiple independent large rpc calls come in on the same pipe,Luke Leighton1-1/+2
1998-11-19Sync up with 2.0 code.Jeremy Allison1-0/+20
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-3/+3
1998-11-11Fixed two debug prints.Jeremy Allison1-2/+2
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-1/+1
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1-1/+1
1998-10-22extern fstring global_myworkgroup should be a pstringLuke Leighton1-2/+2
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-1/+1
1998-10-21signed / unsigned issuesLuke Leighton1-1/+1
1998-10-20dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1-1/+1
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-19/+8
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