summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2-7/+41
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison5-250/+360
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2-11/+95
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison2-4/+2
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 Allison3-3/+576
2000-10-02Memleak fix for cache code.Jeremy Allison1-1/+0
2000-09-29new prototypesAndrew Tridgell1-0/+3
2000-09-29added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell1-0/+13
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau1-6/+4
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2-5/+21
2000-09-27samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2-11/+11
2000-09-26fixed IRIX compiller error messageHerb Lewis1-1/+1
2000-09-26broadcast printer notify message to all clients. We now have printerJean-François Micouleau2-345/+349
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2-344/+363
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 Micouleau2-3/+43
2000-09-20Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2-3/+25
2000-09-16in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau1-2/+4
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- fixed some memory leaks in the messages codeAndrew Tridgell1-0/+1
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2-5/+11
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 Tridgell3-2/+36
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2-0/+17
2000-09-08Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison1-0/+1
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison3-3/+7
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2-1/+21
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2-3/+11
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2-1/+18
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 Allison2-4/+19
2000-08-29make protoGerald Carter1-0/+2
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter1-0/+1
2000-08-29added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter1-0/+1
2000-08-28yipee!Andrew Tridgell2-1/+4
2000-08-23Documentation on NT_USER_TOKEN. Requested by Sander.Jeremy Allison1-0/+5
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-10/+11
2000-08-14Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison1-5/+0
2000-08-14restored IS_BITS_SET_xxx macros.Luke Leighton1-0/+5
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter1-0/+6
2000-08-12removed (void) typecast from SMB_ASSERTGerald Carter1-1/+1
2000-08-10Tidied up security rights definitions.Jeremy Allison3-28/+20
2000-08-09make protoGerald Carter1-2/+2
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-1/+1
2000-08-09added printer admin optionAndrew Tridgell1-0/+3
2000-08-08Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison1-3/+0
2000-08-08make protoGerald Carter1-2/+14