Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | beginning to sync up for 2.2.5 release.... | Gerald Carter | 2002-06-17 | 1 | -16/+16 |
| | |||||
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 1 | -0/+58 |
| | | | | Jeremy. | ||||
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -141/+309 |
| | | | | Jeremy. | ||||
* | Sync-up with SAMBA_2_2 branch. | Jeremy Allison | 2001-10-11 | 1 | -0/+8 |
| | | | | Jeremy. | ||||
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 1 | -101/+115 |
| | | | | Jeremy. | ||||
* | portability fixed for sco1.samba.org | Andrew Tridgell | 2001-04-13 | 1 | -4/+4 |
| | |||||
* | added S_OFF_T_R() for pure 32 bit systems | Andrew Tridgell | 2001-04-13 | 1 | -8/+4 |
| | |||||
* | fix cast warning. fix indent to remove line wrap (cosmetic) | Herb Lewis | 2001-04-09 | 1 | -6/+6 |
| | |||||
* | Added cli_nt_delete_on_close() call to allow flag to be set for torture tests. | Jeremy Allison | 2001-03-29 | 1 | -0/+41 |
| | | | | Jeremy. | ||||
* | Added cli_nt_create_full() as a way to get at all the ntcreate parameters. | Jeremy Allison | 2001-03-29 | 1 | -6/+18 |
| | | | | | Used in smbtorture mods. Re-cast cli_nt_create() as a call to cli_nt_create_full(). Jeremy. | ||||
* | Big merge to sync up appliance-head and 2.2. | Jeremy Allison | 2001-01-08 | 1 | -2/+49 |
| | | | | Jeremy. | ||||
* | Syncup of smbcacls from HEAD. Removal of C++ comments. | Jeremy Allison | 2000-12-04 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 2000-11-16 | 1 | -1/+4 |
| | | | | | | | | | 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. | ||||
* | Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't | Jeremy Allison | 2000-09-29 | 1 | -0/+96 |
| | | | | | seem to peturb much. Jeremy. | ||||
* | split clientgen.c into several parts | Andrew Tridgell | 2000-04-25 | 1 | -0/+609 |
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier |