Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Don't use so many flags in linking shared libs so Solaris will not fall over. | Richard Sharpe | 2001-09-11 | 2 | -2/+2 | |
| | | | ||||||
| * | | Nailed the "oplock hang" problem. Found the logic bug. It was an | Jeremy Allison | 2001-09-10 | 2 | -1/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimisation someone... :-) added to process an incoming smbd if both the oplock fd and server fd because active simultaneously. This of course is wrong as processing the oplock break message can involve I/O on the server fd which makes the stored FD_SET state completely bogus. Also added debug 10 messages I will remove once Gerry has confirmed the fix. Jeremy. | |||||
| * | | Fix some problems with a broken build on Solaris. Remove any added flags | Richard Sharpe | 2001-09-10 | 3 | -7/+7 | |
| | | | | | | | | | | | | from PICFLAG. | |||||
| * | | cut-n-paste error | Gerald Carter | 2001-09-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge from APPLIANCE_HEAD | Gerald Carter | 2001-09-10 | 1 | -13/+22 | |
| | | | ||||||
| * | | Don't make libsmbclient by default as it breaks the builds on many | Jeremy Allison | 2001-09-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | platforms. Jeremy. | |||||
| * | | Fix a minor typo in the build changes. | Richard Sharpe | 2001-09-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Arrrrgh, commit configure so that things build OK. | Richard Sharpe | 2001-09-09 | 1 | -718/+744 | |
| | | | | | | | | | | | | Still fiddling :-) | |||||
| * | | Commit the changes to Makefile.in and configure.in to have libsmbclient | Richard Sharpe | 2001-09-09 | 2 | -11/+44 | |
| | | | | | | | | | | | | | | | | | | build by default. Now to do some fiddling ... where is my violin :-) | |||||
| * | | A small patch to name_register_wins to stop a segfault when we have | Richard Sharpe | 2001-09-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | no interfaces ... Really, this routine, and all the other name query routines should return some indication of the error. They should not just return False! | |||||
| * | | Fix Solaris winbindd bugs confusing winbindd errors with nsswitch errors. | Jeremy Allison | 2001-09-08 | 7 | -106/+157 | |
| | | | | | | | | | | | | | | | Added wbinfo backport from JEAD (CRAP auth added). Jeremy. | |||||
| * | | If no owners sent, don't fail the ACL set, just use the original owners. | Jeremy Allison | 2001-09-07 | 1 | -3/+7 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | #ifdef out function when not used. | Jeremy Allison | 2001-09-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | #ifdef out the profile code unless selected in configure. | Jeremy Allison | 2001-09-07 | 2 | -0/+4 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed paragraph about byte range locking. Jerry, could you make a pdf of this? | Volker Lendecke | 2001-09-07 | 1 | -15/+20 | |
| | | | | | | | | | | | | | | | | | | Thanks, Volker | |||||
| * | | use False not FALSE | Simo Sorce | 2001-09-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Ok - so Andrew was right :-) and we don't need USE_TDB_MMAP_FLAG if we | Jeremy Allison | 2001-09-06 | 15 | -24/+23 | |
| | | | | | | | | | | | | | | | put the check in the right place.... :-). Jeremy. | |||||
| * | | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 2001-09-06 | 3 | -668/+626 | |
| | | | | | | | | | | | | | | | Don. please check this out. Jeremy. | |||||
| * | | Ensure use mmap is honored in tdb_open_log. | Jeremy Allison | 2001-09-06 | 1 | -1/+6 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed O(N^2) talloc loop when allocating printer name memory - fix from | Jeremy Allison | 2001-09-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Richard Bollinger <rabollinger@home.com>. Jeremy. | |||||
| * | | Formatting changes to cheer Andrew up (dogs dinner - hah !:-). | Jeremy Allison | 2001-09-06 | 1 | -115/+115 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added __FILE__ to error macros. Added delete on close for NT passthrough | Jeremy Allison | 2001-09-05 | 4 | -13/+14 | |
| | | | | | | | | | | | | | | | modes to printing. Jeremy. | |||||
| * | | Merge Andrew's delete on close fix - don't check for delete on close | Jeremy Allison | 2001-09-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | flag when we're comparing share modes. Jeremy. | |||||
| * | | Fix I think for the fcntl spinning problem. Re-prioritize so | Jeremy Allison | 2001-09-05 | 3 | -1/+22 | |
| | | | | | | | | | | | | | | | that oplock break messages get priority over incoming client messages. Jeremy. | |||||
| * | | Moved functionality into vfs finally. | Jeremy Allison | 2001-09-05 | 6 | -35/+96 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | All functionality moved into vfs layer. | Jeremy Allison | 2001-09-05 | 1 | -143/+0 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | variable name changed to --with-profiling-data | Herb Lewis | 2001-09-05 | 2 | -4/+4 | |
| | | | ||||||
| * | | When sending a message via a tdb, it must be open read/write. | Jeremy Allison | 2001-09-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Damn. Always use ln -sf ! | Jeremy Allison | 2001-10-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Fix missing 'then' statement in shell 'if' | Jeremy Allison | 2001-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Ok - cheat :-). | Jeremy Allison | 2001-10-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Sync John's change. | Jeremy Allison | 2001-10-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Final 2.2.2 WHATSNEW. | Jeremy Allison | 2001-10-13 | 1 | -21/+101 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Merged Jht's fix. | Jeremy Allison | 2001-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Updated - moving towards release. Will finish up tomorrow (going to bed ! :-). | Jeremy Allison | 2001-10-13 | 1 | -81/+65 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Sync up with Gerry's changes. | Jeremy Allison | 2001-10-13 | 13 | -1255/+1320 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Make version 2.2.2. | Jeremy Allison | 2001-10-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Adding Debian packaging. | Jeremy Allison | 2001-10-12 | 58 | -52/+4304 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Fix for using talloc context before creation. | Jeremy Allison | 2001-10-12 | 1 | -9/+13 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | nsswitch/winbindd_group.c: Memory leak fixes. | Jeremy Allison | 2001-10-12 | 5 | -44/+72 | |
| | | | | | | | | | | | | | | | | | | Changed "nt acl support" to a per-share parameter, fixed profile problem with w2ksp2. Jeremy | |||||
* | | | Sync updates to docs. | Jeremy Allison | 2001-10-12 | 2 | -72/+15 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Fix for tdb_oob() on TDB_INTERNAL databases. | Jeremy Allison | 2001-10-12 | 1 | -2/+7 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | update new parameter definitions | Herb Lewis | 2001-10-11 | 1 | -9/+64 | |
| | | | ||||||
* | | | get rid of absolute path name | Herb Lewis | 2001-10-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Last cvsingore. | Jeremy Allison | 2001-10-11 | 0 | -0/+0 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Sync testsuite. | Jeremy Allison | 2001-10-11 | 12 | -92/+220 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Packaging complete, only testsuite left. | Jeremy Allison | 2001-10-11 | 6 | -18/+64 | |
| | | | | | | | | | | | | Jeremy | |||||
* | | | Missed file. | Jeremy Allison | 2001-10-11 | 0 | -0/+0 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Sync RH packaging. | Jeremy Allison | 2001-10-11 | 1 | -53/+77 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Turbo packaging fixed. | Jeremy Allison | 2001-10-11 | 2 | -23/+37 | |
| | | | | | | | | | | | | Jeremy. |