summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-12Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter1-6/+8
2002-02-27Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO...Jeremy Allison1-1/+1
2002-02-19 merge from 2.2Gerald Carter1-2/+2
2002-02-09Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison1-124/+230
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26merge from APPLIANCE_HEADGerald Carter1-35/+1
2002-01-26These changes commited on a 'no less broken' basis.Andrew Bartlett1-7/+5
2002-01-25Change this code so that we don't do a lookup_name() on root.Andrew Bartlett1-11/+3
2002-01-23merge from 2.2Gerald Carter1-3/+3
2002-01-22merge from 2.2. ofGerald Carter1-20/+19
2002-01-11Round and round we go....Jeremy Allison1-1/+1
2002-01-11Latest attempt at changeid.Jeremy Allison1-4/+5
2002-01-09When re-writing tdb version numbers as little endian int32, we mustJeremy Allison1-15/+18
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison1-8/+20
2002-01-08My previous fix had a bug....Jeremy Allison1-6/+11
2002-01-08Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison1-7/+14
2002-01-08Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison1-11/+12
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-10/+4
2002-01-07Return called NetBIOS name if present in preference to global_myname.Jeremy Allison1-5/+9
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-1/+1
2001-12-29Removed extra lp_adduser() call.Jeremy Allison1-0/+4
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter1-9/+37
2001-12-03Writing decimal constants as "02" has been shown to cause cancer inMartin Pool1-1/+1
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-1/+1
2001-11-26Merge from appliance-head: when creating a default security descriptorTim Potter1-1/+11
2001-11-24added "net join" commandAndrew Tridgell1-2/+1
2001-11-22merge oops fix from 2.2Gerald Carter1-4/+4
2001-11-22merge from 2.2Gerald Carter1-12/+30
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+6
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-7/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison1-2/+3
2001-09-17move to SAFE_FREE()Simo Sorce1-50/+41
2001-09-15Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett1-41/+9
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-3/+3
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-115/+120
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-5/+5
2001-09-03the next step in our error code handling changeAndrew Tridgell1-12/+11
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-6/+6
2001-08-24get rid of compiler warningsHerb Lewis1-1/+1
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-9/+51
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-399/+642
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-17/+17
2001-07-30Fixup error returns in updating driver db version.Jeremy Allison1-22/+40
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-3/+3
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-4/+4
2001-07-16Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison1-2/+0
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-1/+1
2001-07-10Removed unused local variables.Tim Potter1-8/+0