summaryrefslogtreecommitdiffstats
path: root/source3/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
...
* When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-091-15/+18
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-8/+20
* My previous fix had a bug....Jeremy Allison2002-01-081-6/+11
* Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison2002-01-081-7/+14
* Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison2002-01-081-11/+12
* Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-081-10/+4
* Return called NetBIOS name if present in preference to global_myname.Jeremy Allison2002-01-071-5/+9
* Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2002-01-071-1/+1
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* Removed extra lp_adduser() call.Jeremy Allison2001-12-291-0/+4
* ChangeID fixe from APPLIANCE_HEADGerald Carter2001-12-141-9/+37
* Writing decimal constants as "02" has been shown to cause cancer inMartin Pool2001-12-031-1/+1
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-1/+1
* Merge from appliance-head: when creating a default security descriptorTim Potter2001-11-261-1/+11
* added "net join" commandAndrew Tridgell2001-11-241-2/+1
* merge oops fix from 2.2Gerald Carter2001-11-221-4/+4
* merge from 2.2Gerald Carter2001-11-221-12/+30
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+6
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-7/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-261-2/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-50/+41
* Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett2001-09-151-41/+9
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-3/+3
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-115/+120
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-5/+5
* the next step in our error code handling changeAndrew Tridgell2001-09-031-12/+11
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-6/+6
* get rid of compiler warningsHerb Lewis2001-08-241-1/+1
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-9/+51
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-399/+642
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-17/+17
* Fixup error returns in updating driver db version.Jeremy Allison2001-07-301-22/+40
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-3/+3
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-4/+4
* Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison2001-07-161-2/+0
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
* Removed unused local variables.Tim Potter2001-07-101-8/+0
* split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau2001-07-091-32/+114
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-13/+13
* The big character set handling changeover!Andrew Tridgell2001-07-041-7/+1
* Fixed extra file_free calls - my fault :-(.Jeremy Allison2001-07-021-14/+4
* SGI compiler fixes.Herb Lewis2001-06-261-0/+6
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-221-5/+5
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-0/+101
* Replaced a whole bunch of lookup_name() requests inTim Potter2001-05-101-8/+11
* Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison2001-05-031-0/+10
* More debug %d -> %u issues.Jeremy Allison2001-04-271-6/+6
* Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison2001-04-081-38/+39