summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix for off-by-one StrnCpy.Jeremy Allison2000-11-211-1/+1
| | | | | | | | Jeremy.
| * Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-214-21/+54
| | | | | | | | | | | | this makes sure that the change messages sent to ourselves are handled synchronously w.r.t. other smb packets incoming. Jeremy.
| * Fix from John Reilly for equivalence tests.Jeremy Allison2000-11-172-77/+80
| | | | | | | | Jeremy.
| * we don't need the separate lp_status() connection records any moreAndrew Tridgell2000-11-171-12/+0
| |
| * fixed the problem with messages not getting throughAndrew Tridgell2000-11-173-37/+28
| | | | | | | | | | | | | | | | | | | | the problem had nothing to do with being your own pid, it was instead a problem with IPC$ connections not being registered in the connections database and an incorrect test for -1 in the messaging code. These changes also mean that IPC$ shares now show up in smbstatus. That is probably a good thing.
| * Fix for memory leak when adding driver.Jeremy Allison2000-11-174-12/+14
| | | | | | | | Jeremy.
| * support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell2000-11-171-0/+2
| |
| * save and restore errno in selectAndrew Tridgell2000-11-171-1/+5
| |
| * Delete queue on empty.Jeremy Allison2000-11-171-2/+7
| | | | | | | | Jeremy.
| * John Reillys fix for de-registering broadcast names (NT doesn't do this).Jeremy Allison2000-11-171-0/+4
| | | | | | | | Jeremy.
| * Fix for incorrect break using wrong offset when updating a form.Jeremy Allison2000-11-171-6/+4
| | | | | | | | Jeremy.
| * the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell2000-11-171-4/+4
| | | | | | | | processors. Fixed.
| * use process_exists() not kill(pid, 0)Andrew Tridgell2000-11-171-1/+1
| |
| * Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-169-36/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | messaging system as a notification mechanism, and the speed of notification greatly exceeds the speed of message recovery, then you get a massively (>75Mb) growing tdb. If the message is a simple notification, then the message is static, and you only need one of them in transit to a target process at any one time. This patch adds a BOOL "allow_duplicates" to the message_send_XX primitives. If set to False, then before sending a message the sender checks the existing message queue for a target pid for a duplicate of this message, and doesn't add to it if one already exists. Also added code into msgtest.c to test this. Jeremy.
| * Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison2000-11-161-3/+6
| | | | | | | | Jeremy.
| * Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2000-11-162-0/+11
| | | | | | | | Jeremy.
| * Changes from APPLIANCE_HEAD:David O'Neill2000-11-161-0/+2
| | | | | | | | - add empty README file for vlp. Blame Tim. =)
| * Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-1614-165/+360
| | | | | | | | | | | | | | | | | | a byte range lock (write lock only, but Win2k breaks on read lock also so I do the same) - if you think about why, this is obvious. Also fixed our client code to do level II oplocks, if requested, and fixed the code where we would assume the client wanted level II if it advertised itself as being level II capable - it may not want that. Jeremy.
| * Uninitialized memory read fixes.Jeremy Allison2000-11-151-3/+7
| | | | | | | | | | open_file_shared takes a DOS pathname, not a UNIX one. Jeremy.
| * Tuyrn debug timestamps on by default.Jeremy Allison2000-11-152-5/+17
| | | | | | | | | | Add Tim's lpq race fix. Jeremy.
| * Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-149-269/+869
| | | | | | | | Jeremy.
| * - fix "declaration of 'time' shadows global declaration" warning.David O'Neill2000-11-142-18/+18
| |
* | lib/messages.c: Use strlen for message length.Jeremy Allison2000-12-023-3/+41
| | | | | | | | | | tdb/tdb.c tdb/tdbtool.c: Added print free list command. Jeremy.
* | Fixes merged back from HEAD.Jeremy Allison2000-12-025-25/+32
| | | | | | | | Jeremy.
* | Sync up with Shirishs changes.Jeremy Allison2000-11-281-1/+3
| | | | | | | | Jeremy.
* | include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ↵Jeremy Allison2000-11-283-62/+87
| | | | | | | | | | | | | | | | | | | | a single statement after an 'if'. Tracking this down took 4 hours from my life and ANDREW I WANT THEM BACK !!!!! :-). include/smb.h smbd/password.c: Fixed the bug veritas reported with realloc of the validated_users array growing without bounds. This is now a linked list as god (Andrew) intended :-). Jeremy.
* | The first of our DocBook docs. Comments ?David Bannon2000-11-283-0/+1796
| |
* | Docs on PDC use, made from docbook. First release.David Bannon2000-11-284-0/+5799
| |
* | passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-275-44/+49
| | | | | | | | | | | | | | written to transition from an old DOMAIN.MACHINE.MAC file to secrets.tdb. printing/nt_printing.c: Fix case insensitive name lookups for driver files. John - this should fix the Win9x/WinME problem correctly. Jeremy.
* | Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison2000-11-271-0/+8
| | | | | | | | Jeremy.
* | Remove unneeded initialize.Jeremy Allison2000-11-271-1/+1
| | | | | | | | Jeremy.
* | Sync-up with Andrews locking deadlock fix.Jeremy Allison2000-11-271-1/+1
| | | | | | | | Jeremy.
* | Fix a silly type ... false -> FalseRichard Sharpe2000-11-271-1/+1
| |
* | Ensure that we call Get_Pwnam so that workstation account names are mapped toRichard Sharpe2000-11-271-1/+6
| | | | | | | | | | | | the correct case! Otherwise the doco has to change ...
* | This should fix Office failing to print to "FILE:".Jeremy Allison2000-11-241-3/+3
| | | | | | | | Jeremy.
* | fix compiler complaints about label on null lineHerb Lewis2000-11-241-1/+1
| |
* | preparing for release of 2.2.0-alpha1Samba Release Account2000-11-2370-78/+71
| |
* | Update for alpha1.Jeremy Allison2000-11-231-0/+1
| | | | | | | | Jeremy.
* | Turn off APW by default for 2.2alpha1.Jeremy Allison2000-11-231-1/+1
| | | | | | | | Jeremy.
* | Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2000-11-222-2/+4
| | | | | | | | Jeremy.
* | - merge from HEAD for local_lookup_name()Gerald Carter2000-11-221-1/+1
| | | | | | | | -- jerry
* | Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ↵Jeremy Allison2000-11-221-0/+3
| | | | | | | | | | | | Company Jeremy.
* | Changes from APPLIANCE_HEAD:David O'Neill2000-11-221-4/+4
| | | | | | | | - Add code to test equivalence of private data in NT_DEVICEMODE
* | ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison2000-11-221-7/+9
| | | | | | | | | | on a field in the struct - that's why it was so hard to find. Jeremy.
* | Don't forget to convert to UNIX character set before asking winbindd.Jeremy Allison2000-11-211-1/+1
| | | | | | | | Jeremy.
* | Fix for off-by-one StrnCpy.Jeremy Allison2000-11-211-1/+1
| | | | | | | | Jeremy.
* | Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-214-21/+54
| | | | | | | | | | | | this makes sure that the change messages sent to ourselves are handled synchronously w.r.t. other smb packets incoming. Jeremy.
* | Fixed reverse sense of cnum test from Andrew.Jeremy Allison2000-11-181-1/+1
| | | | | | | | Jeremy.
* | Fix from John Reilly for comparisons.Jeremy Allison2000-11-171-75/+78
| | | | | | | | Jeremy.
* | Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-179-91/+121
| | | | | | | | | | | | Added "hide local users" option. Added Andrew's changes for message sending. Jeremy.