summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-20Use asprintf, do bounds check, better rc logicJim McDonough1-33/+43
2001-10-19Add RAP net share add supportJim McDonough1-31/+113
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-4/+4
2001-09-26Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett1-7/+11
2001-09-17move to SAFE_FREE()Simo Sorce1-18/+14
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-6/+13
2001-09-03tidied up some unused vars in JFs new fnsAndrew Tridgell1-12/+0
2001-08-28Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau1-0/+127
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-2/+8
2001-08-10More constant conversions.Tim Potter1-2/+2
2001-08-10merge from 2.2Gerald Carter1-1/+1
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison1-99/+91
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-20/+18
2001-05-07Patch from Simo:Gerald Carter1-2/+2
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-2/+6
2001-04-28- added test for vasprintfAndrew Tridgell1-12/+0
2001-03-31started converting some of the only-ascii code to use srvstr_*Andrew Tridgell1-11/+10
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison1-12/+59
2001-03-17ADMIN$ is an IPC share, not a disk shareAndrew Tridgell1-1/+1
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