summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-13/+13
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison1-1/+2
2001-01-23include/vfs.h:Jeremy Allison1-2/+2
2001-01-22Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2000-12-07Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison1-36/+46
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-3/+3
2000-11-21Fix for off-by-one StrnCpy.Jeremy Allison1-1/+1
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison1-0/+10
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-6/+6
2000-11-08More merging of printing stuff from appliance.Tim Potter1-3/+3
2000-10-30Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison1-0/+2
2000-10-18Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter1-4/+4
2000-10-06global_myname is actually a pstring.Tim Potter1-1/+1
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-12/+16
2000-08-31make sure a couple of variables are initialisedAndrew Tridgell1-2/+2
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-3/+3
2000-08-29fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter1-16/+17
2000-08-17Fix for Win9x driver downloads when information isGerald Carter1-83/+153
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison1-16/+14
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-49/+43
2000-07-25Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison1-2/+2
2000-07-19Modified the patch to look in the tdb *first* - thus allowing legacy textJeremy Allison1-75/+91
2000-07-19Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison1-7/+44
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter1-3/+7
2000-07-06Don't check NT permissions when printing from lanman.Tim Potter1-6/+6
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-6/+6
2000-06-08Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison1-4/+4
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-0/+2
2000-05-10more merging voodooAndrew Tridgell1-0/+3
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-2/+2
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-3/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-22fixed uninitialised snumAndrew Tridgell1-0/+1
2000-04-19patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell1-0/+3180