summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* Merge of rpc parse buffer underflow debug code.Tim Potter2000-10-181-0/+19
* Fixes to get ms-dfs code to compile with the new changes.Jeremy Allison2000-10-131-2/+3
* last part of W2K support.Jean-François Micouleau2000-10-132-7/+11
* changes to sync with 2.2. treeHerb Lewis2000-10-111-2/+2
* Don't initialise groups twice.Tim Potter2000-10-111-1/+0
* Fix found by Andrew to stop local/remote printers beingJeremy Allison2000-10-101-3/+18
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-12/+55
* I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau2000-10-091-2/+2
* more cleanup of samrJean-François Micouleau2000-10-071-62/+65
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-073-198/+522
* Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2000-10-061-7/+14
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-3/+1
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-043-48/+3
* Fixes from Herb - compiler warnings.Jeremy Allison2000-10-031-1/+1
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-021-0/+9
* Missing null termination on printer changenotify message caused insureJeremy Allison2000-09-291-3/+4
* Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-281-1/+11
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-16/+55
* Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm...Jeremy Allison2000-09-271-2/+2
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-271-49/+28
* broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-261-8/+15
* Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-261-5/+25
* printer notify code.Jean-François Micouleau2000-09-251-6/+144
* Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-161-0/+7
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-13/+166
* Added SIGHUP when printer deleted as well as added.Jeremy Allison2000-09-131-0/+3
* Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison2000-09-121-0/+1
* Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison2000-09-121-1/+1
* Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison2000-09-111-5/+8
* Fix for malloc of zero bytes found by insure.Jeremy Allison2000-09-111-0/+5
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-092-0/+74
* Fixed typo where docname was being checked for datatype - was causingJeremy Allison2000-09-081-1/+1
* Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison2000-09-081-1/+1
* Fixed the printerdata code to return NO_MORE_ITEMS if a size is requestedJeremy Allison2000-09-071-1/+20
* Added code to return NO_MORE_ENTRIES when trying to determineJeremy Allison2000-09-071-0/+12
* Fix from John Reilly for double free of printer struct.Jeremy Allison2000-09-061-3/+4
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-8/+9
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-052-2/+103
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-012-13/+11
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-312-0/+53
* Fixed error returns for moving printer driver files around so genericJeremy Allison2000-08-301-2/+3
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-302-3/+47
* Merge from appliance branch.Tim Potter2000-08-281-0/+1
* yipee!Andrew Tridgell2000-08-282-5/+11
* Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2000-08-231-7/+4
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison2000-08-101-62/+68