Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/messages.c: Use strlen for message length. | Jeremy Allison | 2000-12-02 | 3 | -3/+41 |
| | | | | | tdb/tdb.c tdb/tdbtool.c: Added print free list command. Jeremy. | ||||
* | Fixes merged back from HEAD. | Jeremy Allison | 2000-12-02 | 5 | -25/+32 |
| | | | | Jeremy. | ||||
* | Sync up with Shirishs changes. | Jeremy Allison | 2000-11-28 | 1 | -1/+3 |
| | | | | Jeremy. | ||||
* | include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ↵ | Jeremy Allison | 2000-11-28 | 3 | -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 Bannon | 2000-11-28 | 3 | -0/+1796 |
| | |||||
* | Docs on PDC use, made from docbook. First release. | David Bannon | 2000-11-28 | 4 | -0/+5799 |
| | |||||
* | passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code | Jeremy Allison | 2000-11-27 | 5 | -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 Allison | 2000-11-27 | 1 | -0/+8 |
| | | | | Jeremy. | ||||
* | Remove unneeded initialize. | Jeremy Allison | 2000-11-27 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Sync-up with Andrews locking deadlock fix. | Jeremy Allison | 2000-11-27 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix a silly type ... false -> False | Richard Sharpe | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | Ensure that we call Get_Pwnam so that workstation account names are mapped to | Richard Sharpe | 2000-11-27 | 1 | -1/+6 |
| | | | | | | the correct case! Otherwise the doco has to change ... | ||||
* | This should fix Office failing to print to "FILE:". | Jeremy Allison | 2000-11-24 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | fix compiler complaints about label on null line | Herb Lewis | 2000-11-24 | 1 | -1/+1 |
| | |||||
* | preparing for release of 2.2.0-alpha1 | Samba Release Account | 2000-11-23 | 70 | -78/+71 |
| | |||||
* | Update for alpha1. | Jeremy Allison | 2000-11-23 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | Turn off APW by default for 2.2alpha1. | Jeremy Allison | 2000-11-23 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Tar fixes from Craig Barratt craig@arraycomm.com. | Jeremy Allison | 2000-11-22 | 2 | -2/+4 |
| | | | | Jeremy. | ||||
* | - merge from HEAD for local_lookup_name() | Gerald Carter | 2000-11-22 | 1 | -1/+1 |
| | | | | -- jerry | ||||
* | Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ↵ | Jeremy Allison | 2000-11-22 | 1 | -0/+3 |
| | | | | | | Company Jeremy. | ||||
* | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-11-22 | 1 | -4/+4 |
| | | | | - Add code to test equivalence of private data in NT_DEVICEMODE | ||||
* | ADDPRINTERDRIVER info level 6 fix - this is dynamic depending | Jeremy Allison | 2000-11-22 | 1 | -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 Allison | 2000-11-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix for off-by-one StrnCpy. | Jeremy Allison | 2000-11-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix for updating of print queues changed from a local box. Essentially, | Jeremy Allison | 2000-11-21 | 4 | -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 Allison | 2000-11-18 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix from John Reilly for comparisons. | Jeremy Allison | 2000-11-17 | 1 | -75/+78 |
| | | | | Jeremy. | ||||
* | Raft of changes to sync up with most things in appliance head. | Jeremy Allison | 2000-11-17 | 9 | -91/+121 |
| | | | | | | Added "hide local users" option. Added Andrew's changes for message sending. Jeremy. | ||||
* | get rid of compiler warnings | Herb Lewis | 2000-11-17 | 6 | -9/+7 |
| | |||||
* | Please do not use C++ comments!!! Our compiler operates in ANSI C mode | Herb Lewis | 2000-11-17 | 1 | -1/+1 |
| | | | | and these are not valid. | ||||
* | Re-added Andrew's select fix as I made a typo. | Jeremy Allison | 2000-11-17 | 1 | -4/+1 |
| | | | | Jeremy. | ||||
* | Memory leak fix when adding a driver. | Jeremy Allison | 2000-11-17 | 4 | -12/+14 |
| | | | | Jeremy. | ||||
* | Andrew's paranioa errno fix from HEAD. | Jeremy Allison | 2000-11-17 | 1 | -2/+9 |
| | | | | Jeremy. | ||||
* | John Reilly's broadcast release names fix. | Jeremy Allison | 2000-11-17 | 1 | -0/+4 |
| | | | | Jeremy. | ||||
* | Delete the queue on empty. | Jeremy Allison | 2000-11-17 | 1 | -7/+12 |
| | | | | Jeremy. | ||||
* | Fixed nasty bug where the wrong form was being updated as an index variable | Jeremy Allison | 2000-11-17 | 1 | -6/+4 |
| | | | | | 'n' was being incremented one too many times. Jeremy. | ||||
* | Updated for alpha1. | Jeremy Allison | 2000-11-16 | 1 | -3/+23 |
| | | | | Jeremy. | ||||
* | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 2000-11-16 | 9 | -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. Jeremy. | ||||
* | Fix for plaintext passwords from Pat Sandfort @ HP. | Jeremy Allison | 2000-11-16 | 1 | -3/+6 |
| | | | | Jeremy. | ||||
* | Fix from Jim McDonough @ IBM for OS/2 clients. | Jeremy Allison | 2000-11-16 | 2 | -0/+11 |
| | | | | Jeremy. | ||||
* | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-11-16 | 4 | -2/+10 |
| | | | | - stuff that got missed for virtual lp | ||||
* | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 2000-11-16 | 14 | -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 Allison | 2000-11-15 | 1 | -3/+7 |
| | | | | | open_file_shared takes a DOS pathname, not a UNIX one. Jeremy. | ||||
* | Merge of the printing fixes from HEAD to 2.2. | Jeremy Allison | 2000-11-15 | 14 | -301/+989 |
| | | | | Jeremy. | ||||
* | Adding Tim's vlp for testing. | Jeremy Allison | 2000-11-14 | 0 | -0/+0 |
| | | | | Jeremy. | ||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-11-14 | 2 | -0/+440 |
|\ | |||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-11-14 | 7 | -2/+515 |
| | | | | | | | | | | | | | | | | | | - merged Tim's vlp (virtual lp) test program. Enable it with -DDEVELOPER or by using ./configure.developer (source/include/smb.h source/configure.developer source/printing/lpq_parse.c source/param/loadparm.c testsuite/printing/.cvsignore testsuite/printing/Makefile.vlp testsuite/printing/vlp.c) | ||||
| * | printing/nt_printing.c: After long soul searching and making both Andrew and my | Jeremy Allison | 2000-11-14 | 2 | -15/+14 |
| | | | | | | | | | | | | | | | | life a misery, here is the only possible null driver fix we have found. This *SUCKS*. rpc_server/srv_spoolss_nt.c: Correct printername search. Correct portname reply Correct attributes reply. Removal of unused temp variable. Jeremy. | ||||
| * | Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory. | Jeremy Allison | 2000-11-14 | 1 | -2/+2 |
| | | | | | | | | Jeremy. | ||||
| * | Tims fixes for non-local lookup. | Jeremy Allison | 2000-11-13 | 1 | -23/+22 |
| | | | | | | | | Jeremy. |