summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-09split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau1-32/+114
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-13/+13
2001-07-04The big character set handling changeover!Andrew Tridgell1-7/+1
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison1-14/+4
2001-06-26SGI compiler fixes.Herb Lewis1-0/+6
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison1-5/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-0/+101
2001-05-10Replaced a whole bunch of lookup_name() requests inTim Potter1-8/+11
2001-05-03Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison1-0/+10
2001-04-27More debug %d -> %u issues.Jeremy Allison1-6/+6
2001-04-08Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison1-38/+39
2001-04-03Sync up with new NT forms code.Jeremy Allison1-20/+155