summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison1-2/+1
2000-10-05someone forgot to update proto.h :-)Jean-François Micouleau1-1/+2
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-0/+3
2000-10-02Memleak fix for cache code.Jeremy Allison1-1/+0
2000-09-29new prototypesAndrew Tridgell1-0/+3
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-5/+14
2000-09-27samr unknown 0x32 is in fact samr create user.Jean-François Micouleau1-2/+2
2000-09-26broadcast printer notify message to all clients. We now have printerJean-François Micouleau1-345/+346
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton1-344/+354
2000-09-26Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison1-9/+1
2000-09-25printer notify code.Jean-François Micouleau1-1/+17
2000-09-20Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison1-1/+6
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison1-0/+2
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell1-0/+3
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-4/+5
2000-09-12much nicer message interface. We now register dispatch functions,Andrew Tridgell1-2/+4
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-2/+8
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison1-0/+3
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-1/+2
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison1-0/+3
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-2/+5
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-0/+4
2000-08-30Fixed error returns for moving printer driver files around so genericJeremy Allison1-1/+1
2000-08-30Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison1-1/+2
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-3/+6
2000-08-29make protoGerald Carter1-0/+2
2000-08-28yipee!Andrew Tridgell1-1/+2
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-10/+11
2000-08-09make protoGerald Carter1-2/+2
2000-08-09added printer admin optionAndrew Tridgell1-0/+3
2000-08-08make protoGerald Carter1-2/+14
2000-08-04make protoGerald Carter1-1/+1
2000-08-04make protoGerald Carter1-3/+10
2000-08-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison1-0/+2
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-2/+2
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-7/+13
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison1-0/+2
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-0/+5
2000-07-31make protoGerald Carter1-10/+13
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-3/+8
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 Micouleau1-7/+8
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison1-21/+21
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 Carter1-335/+345