summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Fix for memory leak when adding driver.Jeremy Allison2000-11-171-4/+4
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-1/+1
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-141-1/+1
* printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison2000-11-141-13/+10
* Tims fixes for non-local lookup.Jeremy Allison2000-11-131-23/+22
* Large commit which restructures the local password storage API.Gerald Carter2000-11-135-277/+234
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-101-85/+65
* an attempt to get the handling of fields in printer info structuresAndrew Tridgell2000-11-081-43/+24
* Merge fest!!!Tim Potter2000-11-081-24/+20
* Merge of printer security descriptor, info level and printerdataTim Potter2000-11-071-37/+267
* Merge of comment repair.Tim Potter2000-10-301-8/+8
* Patches from John Reilly @ HP for print job time bugs.Jeremy Allison2000-10-291-6/+16
* Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison2000-10-261-1/+2
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-261-6/+6
* Removed erroneous +1's on length of unicode domain names for variousTim Potter2000-10-251-2/+2
* Merge from appliance-headTim Potter2000-10-201-1/+5
* 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