summaryrefslogtreecommitdiff
path: root/source/smbd/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-21/+14
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-3/+2
* Syncup getting ready for release.Jeremy Allison2001-07-061-7/+18
* Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison2001-03-131-2/+9
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-2/+0
* add remaining profile statsHerb Lewis2000-10-101-2/+12
* fixed error code for buffer_too_large in trans replyAndrew Tridgell2000-05-121-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-191-3147/+1
* - got rid of the "passive" optionAndrew Tridgell2000-04-191-7/+7
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-91/+59
* removed old commentsAndrew Tridgell2000-04-161-2/+0
* use some symbolic names for print queue statusAndrew Tridgell2000-04-161-11/+17
* added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell2000-04-161-5/+41
* the changes to the main smb codeAndrew Tridgell2000-04-161-347/+292
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-4/+3
* Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison2000-03-291-1/+1
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-1/+0
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-091-26/+5
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-1/+1
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-10/+17
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-1/+1
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-051-43/+0
* client/client.c: I18N fixes.Jeremy Allison2000-01-051-9/+92
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-5/+26
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-231/+262
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-21/+6
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-4/+5
* don't leak printer handles,Jean-François Micouleau1999-09-271-2/+5
* pnum should be a uint16.Luke Leighton1999-08-131-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-1/+1
* SAM database "set user info".Luke Leighton1999-03-251-1/+1
* Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1999-02-241-7/+10
* Win9x user level security.Matthew Chapman1999-02-241-0/+4
* when multiple independent large rpc calls come in on the same pipe,Luke Leighton1999-02-091-1/+2
* Sync up with 2.0 code.Jeremy Allison1998-11-191-0/+20
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.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