summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fixed segfault. auth and account seem to work ok. Not sure aboutGerald Carter2001-09-124-8/+9
| | | | | | | | | | | | | | | | | | | | the passwd option. Could someone test this? Thanks. jerry
* | fix location of start and end profile dataHerb Lewis2001-09-111-2/+2
| |
* | Back out my changes as I promised ...Richard Sharpe2001-09-113-290/+260
| |
* | a few more fixes. Still segfaults sshd :-(Gerald Carter2001-09-112-2/+2
| |
* | fixes to make pam_smbpass compile. Needs testing.Gerald Carter2001-09-115-77/+81
| |
* | Don't use so many flags in linking shared libs so Solaris will not fall over.Richard Sharpe2001-09-112-2/+2
| |
* | Nailed the "oplock hang" problem. Found the logic bug. It was anJeremy Allison2001-09-102-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 flagsRichard Sharpe2001-09-103-7/+7
| | | | | | | | from PICFLAG.
* | cut-n-paste errorGerald Carter2001-09-101-1/+1
| |
* | merge from APPLIANCE_HEADGerald Carter2001-09-101-13/+22
| |
* | Don't make libsmbclient by default as it breaks the builds on manyJeremy Allison2001-09-101-2/+2
| | | | | | | | | | platforms. Jeremy.
* | Fix a minor typo in the build changes.Richard Sharpe2001-09-091-1/+1
| |
* | Arrrrgh, commit configure so that things build OK.Richard Sharpe2001-09-091-718/+744
| | | | | | | | Still fiddling :-)
* | Commit the changes to Makefile.in and configure.in to have libsmbclientRichard Sharpe2001-09-092-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 haveRichard Sharpe2001-09-091-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 Allison2001-09-087-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 Allison2001-09-071-3/+7
| | | | | | | | Jeremy.
* | #ifdef out function when not used.Jeremy Allison2001-09-071-0/+2
| | | | | | | | Jeremy.
* | #ifdef out the profile code unless selected in configure.Jeremy Allison2001-09-072-0/+4
| | | | | | | | Jeremy.
* | Fixed paragraph about byte range locking. Jerry, could you make a pdf of this?Volker Lendecke2001-09-071-15/+20
| | | | | | | | | | | | Thanks, Volker
* | use False not FALSESimo Sorce2001-09-071-1/+1
| |
* | Ok - so Andrew was right :-) and we don't need USE_TDB_MMAP_FLAG if weJeremy Allison2001-09-0615-24/+23
| | | | | | | | | | put the check in the right place.... :-). Jeremy.
* | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-063-668/+626
| | | | | | | | | | Don. please check this out. Jeremy.
* | Ensure use mmap is honored in tdb_open_log.Jeremy Allison2001-09-061-1/+6
| | | | | | | | Jeremy.
* | Fixed O(N^2) talloc loop when allocating printer name memory - fix fromJeremy Allison2001-09-061-2/+2
| | | | | | | | | | Richard Bollinger <rabollinger@home.com>. Jeremy.
* | Formatting changes to cheer Andrew up (dogs dinner - hah !:-).Jeremy Allison2001-09-061-115/+115
| | | | | | | | Jeremy.
* | Added __FILE__ to error macros. Added delete on close for NT passthroughJeremy Allison2001-09-054-13/+14
| | | | | | | | | | modes to printing. Jeremy.
* | Merge Andrew's delete on close fix - don't check for delete on closeJeremy Allison2001-09-051-4/+4
| | | | | | | | | | flag when we're comparing share modes. Jeremy.
* | Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-053-1/+22
| | | | | | | | | | that oplock break messages get priority over incoming client messages. Jeremy.
* | Moved functionality into vfs finally.Jeremy Allison2001-09-056-35/+96
| | | | | | | | Jeremy.
* | All functionality moved into vfs layer.Jeremy Allison2001-09-051-143/+0
| | | | | | | | Jeremy.
* | variable name changed to --with-profiling-dataHerb Lewis2001-09-052-4/+4
| |
* | When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-09-051-0/+60
|\|
| * fixed a bunch of compilation errors on Solaris, mostly people getting ↵Andrew Tridgell2001-09-057-103/+100
| | | | | | | | NSS_STATUS and WINBINDD error codes mixed up
| * Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter2001-09-051-0/+177
| | | | | | | | | | except they are called new_cli_net_req_chal() and new_cli_net_auth2() until they are working properly.
| * oh fooTim Potter2001-09-051-1/+1
| |
| * Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
| |
| * NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
| | | | | | | | | | Treat this the same as an EFBIG error. Jeremy
| * don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
| |
| * Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
| | | | | | | | | | This may have bearing on the Solaris fcntl spin bug. Jeremy.
| * Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-046-418/+327
| | | | | | | | Jeremy.
| * fixed compilation of tortureAndrew Tridgell2001-09-042-48/+44
| |
| * cope with pam being offAndrew Tridgell2001-09-042-2/+2
| |
| * a fix for fussy compilersAndrew Tridgell2001-09-041-1/+1
| |
| * it now all compiles - so try enabling it by default and see what explodes on ↵Andrew Tridgell2001-09-0411-354/+330
| | | | | | | | the build farm
| * Don't overwrite an existing /etc/xinetd.d/swat on install file since weTim Potter2001-09-041-2/+2
| | | | | | | | | | | | don't overwrite it on upgrade. Does this make sense?
| * Welcome to tpot's exploit world!Tim Potter2001-09-041-253/+413
| | | | | | | | | | | | | | | | | | - put in checks for return values in rpc parsing routines - replace a bunch of stupid &(foo->bar) with &foo->bar - fixed bug in net_io_sam_alias_mem_info where there are zero members in the alias
* | Removed unused code in doscalls.c This module will be removed shortly.Jeremy Allison2001-09-052-218/+0
| | | | | | | | Jeremy.
* | NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
| | | | | | | | | | Treat this the same as an EFBIG error. Jeremy.