summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/APPLIANCE_HEAD_PRE_2_2_5_MERGEcvs2svn Import User2002-05-3086-12536/+0
* make sure we close resolv.conf; needs some testing stillGerald Carter2002-05-301-0/+1
* Ensure we know when we're doing async processing.Jeremy Allison2002-05-221-0/+3
* lib/select.c: Allow timeval to be preserved.Jeremy Allison2002-05-223-2/+17
* Some changes to tdbtool:John Reilly2002-05-221-28/+143
* Changes to rpc_server/srv_spoolss_nt.c:John Reilly2002-05-221-11/+65
* Simplify receive_local_message - we don't need to pass in a fdset.Jeremy Allison2002-05-224-442/+426
* Failing to find an entry when doing mod_share_entry isn't a errorJeremy Allison2002-05-211-3/+4
* Tricky fix. If we were waiting for an oplock break response message fromJeremy Allison2002-05-211-0/+11
* Fix crash bug on CR#653 - we were freeing a devmode then still using it !Jeremy Allison2002-05-211-1/+2
* merge from SAMBA_2_2Gerald Carter2002-05-211-30/+87
* Fix for EINTR problems when downloading fixes to an XP client. MergeJeremy Allison2002-05-2113-111/+299
* revert Tim's previous change. Not because it was wrong :-)Gerald Carter2002-05-182-19/+2
* Fix max connection bug that could stop client connecting.Jeremy Allison2002-05-176-420/+411
* Merge from 2.2. This is a fix for a CR whose number I can't seem to trackTim Potter2002-05-172-2/+19
* Fixed recently added code that deletes driver init data when a new driver for...John Reilly2002-05-091-3/+10
* I shouldn't commit on 4 hours of sleep. Please ignore the previous accidental...John Reilly2002-04-301-26/+5
* Fixed printer driver file upgrade decision logic. We now compare the time sta...John Reilly2002-04-301-15/+38
* Another localized change to AddPrinterDriver() for CR-609.Gerald Carter2002-04-273-404/+437
* clarified debugGerald Carter2002-04-271-1/+1
* backed out TIm's name_is_local() change to user_in_unix_group_list()Gerald Carter2002-04-271-27/+8
* back out Jeremy's change which changed the relationshipGerald Carter2002-04-271-1/+1
* merge from SAMBA_2_2 which should my the samba part ofGerald Carter2002-04-274-5/+98
* More cr593 madness...Tim Potter2002-04-261-2/+35
* Always check the DOM\user name first. More CR#593 stuff.Jeremy Allison2002-04-251-1/+1
* More codepage fixes for CR#593.Jeremy Allison2002-04-252-15/+23
* Attempt for final fix for CR#593. If we're handling dos codepageJeremy Allison2002-04-251-1/+1
* An alternate fix for CR593. Instead of having to re-order the smb.confTim Potter2002-04-241-1/+13
* Other half of the fix for cr593. Convert the username to dos codepageTim Potter2002-04-231-4/+11
* Added FLAG_DOS_STRING to szPrinterAdmin in an attempt to fix CR#593Jeremy Allison2002-04-221-1/+1
* With an NT4.x DC we must have a mutex over the entire login process.Jeremy Allison2002-04-221-12/+44
* After further thought the previous patch is bogus. The case tables are notTim Potter2002-04-221-1/+0
* There was no case mapping for ü to Ü. Other characters may be missing asTim Potter2002-04-221-0/+1
* Added a debug to show whether the connected user is a printer admin. ThisTim Potter2002-04-201-0/+3
* fix CR-598. Specversion 0400 and 0401 are equivalent as far as I can tellGerald Carter2002-04-201-9/+4
* When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).Jeremy Allison2002-04-191-3/+4
* Undo incorrect doc.Martin Pool2002-04-191-2/+0
* Doc.Martin Pool2002-04-191-0/+2
* Ensure fd zero doesn't get closed by accident if we don't connect.Jeremy Allison2002-04-181-0/+1
* Fix for CR#569 found by Li - XP clients don't bother to set the devmode_ptrJeremy Allison2002-04-181-1/+1
* Fixed issue where changing the driver didn't always fully change; the Printer...John Reilly2002-04-161-1/+1
* Sneaky fix to use less memory (one less lp_string()) in a printerJeremy Allison2002-04-151-1/+4
* commented out an access check for funky masks as per conversation with JRA.Gerald Carter2002-04-131-0/+6
* Merged in Jerry's specversion changes (as requested by JohnR) as a PSAJeremy Allison2002-04-111-16/+43
* Fix for CR#537. HP2500C driver writes devmode with private data that endsJeremy Allison2002-04-111-0/+9
* Ensure we allow/deny printer access bits correctly (as NT does).Jeremy Allison2002-04-111-0/+6
* Jeremy, I don't think this debug is meant to be at level 0.Tim Potter2002-04-101-1/+1
* Ensure that we never wait more than 20 seconds for the server mutex.Jeremy Allison2002-03-274-21/+64
* fix unreported CR whereby we did not send PRINTER_CHANGE_JOBGerald Carter2002-03-201-12/+1
* Ensure queuename is always stored in UNIX character set.Jeremy Allison2002-03-201-4/+13