Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-09-05 | 1 | -0/+60 | |
|\| | ||||||
| * | fixed a bunch of compilation errors on Solaris, mostly people getting ↵ | Andrew Tridgell | 2001-09-05 | 7 | -103/+100 | |
| | | | | | | | | NSS_STATUS and WINBINDD error codes mixed up | |||||
| * | Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.c | Tim Potter | 2001-09-05 | 1 | -0/+177 | |
| | | | | | | | | | | except they are called new_cli_net_req_chal() and new_cli_net_auth2() until they are working properly. | |||||
| * | oh foo | Tim Potter | 2001-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | Don't crash if run with no command line arguments. (-: | Tim Potter | 2001-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | NFS v2 can return ENOLCK when greater than 31 bit offsets are used. | Jeremy Allison | 2001-09-05 | 1 | -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 Tridgell | 2001-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes to ensure invalid vuids cannot stop oplock breaks. | Jeremy Allison | 2001-09-04 | 1 | -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 Allison | 2001-09-04 | 6 | -418/+327 | |
| | | | | | | | | Jeremy. | |||||
| * | fixed compilation of torture | Andrew Tridgell | 2001-09-04 | 2 | -48/+44 | |
| | | ||||||
| * | cope with pam being off | Andrew Tridgell | 2001-09-04 | 2 | -2/+2 | |
| | | ||||||
| * | a fix for fussy compilers | Andrew Tridgell | 2001-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | it now all compiles - so try enabling it by default and see what explodes on ↵ | Andrew Tridgell | 2001-09-04 | 11 | -354/+330 | |
| | | | | | | | | the build farm | |||||
| * | Don't overwrite an existing /etc/xinetd.d/swat on install file since we | Tim Potter | 2001-09-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | don't overwrite it on upgrade. Does this make sense? | |||||
| * | Welcome to tpot's exploit world! | Tim Potter | 2001-09-04 | 1 | -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 Allison | 2001-09-05 | 2 | -218/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | NFS v2 can return ENOLCK when greater than 31 bit offsets are used. | Jeremy Allison | 2001-09-05 | 1 | -2/+2 | |
| | | | | | | | | | | Treat this the same as an EFBIG error. Jeremy. | |||||
* | | Fix for overwriting samba xinetd file. | Jeremy Allison | 2001-09-04 | 1 | -2/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixes to ensure invalid vuids cannot stop oplock breaks. | Jeremy Allison | 2001-09-04 | 1 | -5/+7 | |
| | | | | | | | | | | This may have bearing on the Solaris fcntl spin bug. Jeremy. | |||||
* | | Removed old broken transfer_file() code - replaced with new, shiny | Jeremy Allison | 2001-09-04 | 7 | -304/+203 | |
| | | | | | | | | | | untested :-) version. Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-09-04 | 2 | -0/+1552 | |
|\| | ||||||
| * | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵ | Andrew Tridgell | 2001-09-04 | 67 | -952/+1031 | |
| | | | | | | | | the client code still needs some work | |||||
| * | Fixed some compiler warnings. | Tim Potter | 2001-09-04 | 1 | -2/+0 | |
| | | ||||||
| * | more NTSTATUS/WERROR conversion | Andrew Tridgell | 2001-09-03 | 8 | -182/+779 | |
| | | ||||||
| * | tidied up some unused vars in JFs new fns | Andrew Tridgell | 2001-09-03 | 1 | -12/+0 | |
| | | ||||||
| * | the next step in our error code handling change | Andrew Tridgell | 2001-09-03 | 12 | -1027/+1091 | |
| | | | | | | | | | | | | | | | | - added WERROR for win32 error codes - added a configure test for immediate structures still lots to do, so its not enabled by default, but the main structure is there | |||||
| * | updated copyright for Michael Sweet | Andrew Tridgell | 2001-09-02 | 1 | -1/+1 | |
| | | ||||||
| * | use a name not a number for ERRinsufficientbuffer | Andrew Tridgell | 2001-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | more NTSTATUS changes | Andrew Tridgell | 2001-09-01 | 1 | -17/+4 | |
| | | ||||||
| * | Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC without | Tim Potter | 2001-08-31 | 1 | -2/+6 | |
| | | | | | | | | going through the server manager. | |||||
| * | Fix up some compile issues. We can't have C99 comments and add a smattering | Andrew Bartlett | 2001-08-31 | 2 | -3/+3 | |
| | | | | | | | | of const. | |||||
| * | Added samsync binary to list of ignored files. | Tim Potter | 2001-08-31 | 1 | -0/+1 | |
| | | ||||||
| * | changed the data format in the tdb, as the time fields were not | Simo Sorce | 2001-08-31 | 1 | -24/+29 | |
| | | | | | | | | | | managed correctly. this mean you need to rebuild your passdb.tdb file. | |||||
| * | Fix crash bug with indirecting through null pointer on recursive delete. | Jeremy Allison | 2001-08-30 | 1 | -134/+119 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed silly typo. | Jeremy Allison | 2001-08-30 | 2 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix from Paul Green to set correct lengths. | Jeremy Allison | 2001-08-30 | 2 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | if no ACL elements then use chmod - fixes ability to set read-only bit | Herb Lewis | 2001-08-30 | 1 | -2/+2 | |
| | | | | | | | | on files that do not have an ACL | |||||
| * | this was a stupid typo, | Simo Sorce | 2001-08-30 | 1 | -1/+1 | |
| | | | | | | | | thanks to Jochen Dolze (dolze@epcnet.de) for pointing out. | |||||
| * | merge from 2.2 | Gerald Carter | 2001-08-30 | 1 | -0/+3 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | merge from APPLIANCE_TNG | Gerald Carter | 2001-08-30 | 1 | -0/+1 | |
| | | ||||||
| * | merge from APPLIANCE_TNG | Gerald Carter | 2001-08-30 | 1 | -43/+73 | |
| | | ||||||
| * | Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8 | Tim Potter | 2001-08-29 | 2 | -13/+13 | |
| | | | | | | | | header files. |