summaryrefslogtreecommitdiffstats
path: root/source3/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* move to SAFE_FREE()Simo Sorce2001-09-171-18/+14
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-6/+13
* tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
* Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau2001-08-281-0/+127
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+8
* More constant conversions.Tim Potter2001-08-101-2/+2
* merge from 2.2Gerald Carter2001-08-101-1/+1
* Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-061-99/+91
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-20/+18
* Patch from Simo:Gerald Carter2001-05-071-2/+2
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-2/+6
* - added test for vasprintfAndrew Tridgell2001-04-281-12/+0
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-311-11/+10
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-12/+59
* ADMIN$ is an IPC share, not a disk shareAndrew Tridgell2001-03-171-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison2001-02-231-13/+13
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-1/+1
* smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison2001-01-241-1/+2
* include/vfs.h:Jeremy Allison2001-01-231-2/+2
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-221-3/+4
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-3/+4
* Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison2000-12-071-36/+46
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-3/+3
* Fix for off-by-one StrnCpy.Jeremy Allison2000-11-211-1/+1
* Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2000-11-161-0/+10
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-6/+6
* More merging of printing stuff from appliance.Tim Potter2000-11-081-3/+3
* Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison2000-10-301-0/+2
* Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter2000-10-181-4/+4
* global_myname is actually a pstring.Tim Potter2000-10-061-1/+1
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-12/+16
* make sure a couple of variables are initialisedAndrew Tridgell2000-08-311-2/+2
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-3/+3
* fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter2000-08-291-16/+17
* Fix for Win9x driver downloads when information isGerald Carter2000-08-171-83/+153
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-011-16/+14
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-49/+43
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-251-2/+2
* Modified the patch to look in the tdb *first* - thus allowing legacy textJeremy Allison2000-07-191-75/+91
* Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison2000-07-191-7/+44
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-101-3/+7
* Don't check NT permissions when printing from lanman.Tim Potter2000-07-061-6/+6
* Pass the vuid from the connection_struct to the printing back end functions.Tim Potter2000-06-161-6/+6
* Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison2000-06-081-4/+4
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-0/+2
* more merging voodooAndrew Tridgell2000-05-101-0/+3
* - use full_name instead of real_nameAndrew Tridgell2000-05-041-2/+2