summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2-0/+7
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2-1/+6
2000-07-31make protoGerald Carter1-10/+13
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison5-20/+32
2000-07-25make protoGerald Carter1-0/+5
2000-07-25Added some error checking and returns to the new 'move' code.Jeremy Allison1-2/+2
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau2-7/+10
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison2-21/+22
2000-07-21make protoGerald Carter1-0/+13
2000-07-20make protoGerald Carter1-0/+10
2000-07-19Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison1-0/+1
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-2/+2
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-10/+7
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter8-361/+445
2000-07-17make protoTim Potter1-84/+0
2000-07-17make protoTim Potter1-339/+338
2000-07-15reverted a some previous additions.Gerald Carter1-15/+4
2000-07-14make protoGerald Carter3-352/+454
2000-07-12Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug forChristopher R. Hertel1-1/+1
2000-07-10make protoGerald Carter1-0/+1
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-14/+14
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-7/+11
2000-07-10make protoTim Potter2-335/+336
2000-07-07More rpcclient merge issues:Gerald Carter3-0/+129
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison1-16/+23
2000-07-06Moved authenticated pipe user details into a current_user struct.Tim Potter1-1/+1
2000-07-06Moved printer ACE mask values from nt_printing.h to rpc_spoolss.hTim Potter2-9/+6
2000-07-06Include nss.h if present or define enough values to allow client access toTim Potter1-0/+15
2000-07-06Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter1-0/+1
2000-07-06new protosAndrew Tridgell1-1/+0
2000-07-06don't need shmem any moreAndrew Tridgell2-34/+0
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2-18/+19
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter7-105/+353
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-384/+384
2000-06-23make protoTim Potter1-0/+41
2000-06-23Added parenthesis around definition of PRINTER_ACE_PRINT.Tim Potter1-1/+1
2000-06-23make protoTim Potter1-386/+393
2000-06-23Added MAX_SEC_CTX_DEPTHTim Potter1-0/+2
2000-06-22Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison1-1/+1
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-386/+384
2000-06-21A neater way of solving the S_ISSOCK, S_ISFIFO problem.Tim Potter2-47/+54
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-2/+1
2000-06-20Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison1-0/+3
2000-06-16Whoops - dodgy make proto.Tim Potter1-1/+1
2000-06-16make protoTim Potter1-403/+416
2000-06-16Changed function prototype for pipe api functions to take a pipes_structTim Potter1-1/+1
2000-06-16Added some permission constants that are set for NT printer securityTim Potter1-0/+7
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell2-0/+10
2000-06-14#include nsswitch/winbind_nss.hTim Potter1-0/+2
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell3-1/+3