summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* Memleak fix for cache code.Jeremy Allison2000-10-021-1/+0
* new prototypesAndrew Tridgell2000-09-291-0/+3
* added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-291-0/+13
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-6/+4
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-272-5/+21
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-272-11/+11
* fixed IRIX compiller error messageHerb Lewis2000-09-261-1/+1
* broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-262-345/+349
* added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2000-09-262-344/+363
* Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-261-9/+1
* printer notify code.Jean-François Micouleau2000-09-252-3/+43
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-202-3/+25
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-161-2/+4
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-0/+2
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+3
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-0/+1
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-122-5/+11
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-121-2/+4
* the first cut of the internal messaging system.Andrew Tridgell2000-09-113-2/+36
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-092-0/+17
* Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison2000-09-081-0/+1
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-063-3/+7
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-052-1/+21
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-012-3/+11
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-312-1/+18
* Fixed error returns for moving printer driver files around so genericJeremy Allison2000-08-301-1/+1
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-301-1/+2
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-302-4/+19
* make protoGerald Carter2000-08-291-0/+2
* added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-291-0/+1
* added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter2000-08-291-0/+1
* yipee!Andrew Tridgell2000-08-282-1/+4
* Documentation on NT_USER_TOKEN. Requested by Sander.Jeremy Allison2000-08-231-0/+5
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-10/+11
* Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2000-08-141-5/+0
* restored IS_BITS_SET_xxx macros.Luke Leighton2000-08-141-0/+5
* reworked talloc() to in order to help track down invalidGerald Carter2000-08-121-0/+6
* removed (void) typecast from SMB_ASSERTGerald Carter2000-08-121-1/+1
* Tidied up security rights definitions.Jeremy Allison2000-08-103-28/+20
* make protoGerald Carter2000-08-091-2/+2
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-1/+1
* added printer admin optionAndrew Tridgell2000-08-091-0/+3
* Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2000-08-081-3/+0
* make protoGerald Carter2000-08-081-2/+14
* All changes related to rpcclient...Gerald Carter2000-08-082-1/+23
* make protoGerald Carter2000-08-041-1/+1
* make protoGerald Carter2000-08-041-3/+10
* After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2000-08-041-1/+3
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-041-0/+2
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-033-3/+62