summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-14Whitespace syncup.Tim Potter1-3/+3
2003-03-18Merge signed/unsigned fix from HEAD.Andrew Bartlett1-1/+1
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison1-1/+1
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison1-27/+74
2002-11-07Stop using hardcoded smbtrans subcommandsJim McDonough1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-6/+8
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-5/+5
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-14/+8
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-19/+9
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-06-29Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter1-2/+10
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-3/+6
2001-03-13Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison1-2/+9
2001-03-13this patch does a number of things:Andrew Tridgell1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2000-10-11changes to sync with 2.2. treeHerb Lewis1-2/+12
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