summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-11-24This should fix Office failing to print to "FILE:".Jeremy Allison1-3/+3
2000-11-22Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2-2/+4
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter3-9/+10
2000-11-22Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison1-0/+3
2000-11-22Changes from APPLIANCE_HEAD:David O'Neill1-4/+4
2000-11-22ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison1-7/+9
2000-11-21Don't forget to convert into UNIX character set before callingJeremy Allison1-1/+1
2000-11-21combined 2 if statments which used the same conditionGerald Carter1-3/+5
2000-11-21make protoGerald Carter1-16/+32
2000-11-21Another large patch for the passdb rewrite.Gerald Carter12-869/+902
2000-11-21Fix for off-by-one StrnCpy.Jeremy Allison1-1/+1
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison4-21/+54
2000-11-17Fix from John Reilly for equivalence tests.Jeremy Allison2-77/+80
2000-11-17we don't need the separate lp_status() connection records any moreAndrew Tridgell1-12/+0
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell3-37/+28
2000-11-17Fix for memory leak when adding driver.Jeremy Allison4-12/+14
2000-11-17support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell1-0/+2
2000-11-17save and restore errno in selectAndrew Tridgell1-1/+5
2000-11-17Delete queue on empty.Jeremy Allison1-2/+7
2000-11-17John Reillys fix for de-registering broadcast names (NT doesn't do this).Jeremy Allison1-0/+4
2000-11-17Fix for incorrect break using wrong offset when updating a form.Jeremy Allison1-6/+4
2000-11-17the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell1-4/+4
2000-11-17use process_exists() not kill(pid, 0)Andrew Tridgell1-1/+1
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison9-36/+99
2000-11-16Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison1-3/+6
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2-0/+11
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison14-165/+360
2000-11-15Uninitialized memory read fixes.Jeremy Allison1-3/+7
2000-11-15Tuyrn debug timestamps on by default.Jeremy Allison2-5/+17
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison9-269/+869
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill2-18/+18
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill4-2/+74
2000-11-14printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison2-15/+14
2000-11-14Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison1-2/+2
2000-11-13Tims fixes for non-local lookup.Jeremy Allison1-23/+22
2000-11-13Large commit which restructures the local password storage API.Gerald Carter29-2186/+2554
2000-11-11Fetch authentication info before actually using it.Tim Potter1-2/+2
2000-11-11Merge of Herb's profiling code.Jeremy Allison4-0/+69
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison3-4/+19
2000-11-10Added Tim's changes to lock DB during update.Jeremy Allison1-3/+18
2000-11-10rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2-1/+4
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison5-92/+97
2000-11-10Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison1-2/+2
2000-11-08an attempt to get the handling of fields in printer info structuresAndrew Tridgell2-48/+30
2000-11-08Merge fest!!!Tim Potter1-24/+20
2000-11-08make protoTim Potter1-3/+3
2000-11-08More merging of printing stuff from appliance.Tim Potter1-3/+3
2000-11-07Merge of latest round of printing fixes from appliance branch.Tim Potter1-30/+69
2000-11-07make protoTim Potter1-353/+360
2000-11-07Merge of printer security descriptor, info level and printerdataTim Potter3-95/+426