Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | beginning to sync up for 2.2.5 release.... | Gerald Carter | 2002-06-17 | 1 | -15/+15 |
| | |||||
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 1 | -39/+153 |
| | | | | Jeremy. | ||||
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -229/+367 |
| | | | | Jeremy. | ||||
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 1 | -54/+55 |
| | | | | Jeremy. | ||||
* | Merge of i18n fixes from appliance-head. We need to revisit the internal | Jeremy Allison | 2001-02-15 | 1 | -1/+0 |
| | | | | | character set issue urgently for 3.0. Jeremy. | ||||
* | Merges from appliance-head for I18N fixes from Tim. | Jeremy Allison | 2001-02-14 | 1 | -3/+4 |
| | | | | Jeremy. | ||||
* | Big merge to sync up appliance-head and 2.2. | Jeremy Allison | 2001-01-08 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Syncup of smbcacls from HEAD. Removal of C++ comments. | Jeremy Allison | 2000-12-04 | 1 | -0/+9 |
| | | | | 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/+1 |
| | | | | | | | | | 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. | ||||
* | Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo ↵ | Jeremy Allison | 2000-10-28 | 1 | -4/+2 |
| | | | | | | Research Lab. IBM-Japan. Co. Jp. Jeremy. | ||||
* | Fixes for extra stat's broght back from HEAD. This cuts down on the | Jeremy Allison | 2000-10-25 | 1 | -0/+38 |
| | | | | | | | number of stats per smb call as we now trust the statcache. There are more optimizations to come.... Also generic merges to keep 2.2.0 and HEAD in sync. Jeremy. | ||||
* | More rpcclient merge issues: | Gerald Carter | 2000-07-07 | 1 | -2/+12 |
| | | | | | | | | | | | | * fixes some readline bugs from the merge * first attempt at commands (spoolenum almost works) * no changes to existing functions in HEAD; only additions of new functions. I'll weed out what I can as I go. --jerry | ||||
* | split clientgen.c into several parts | Andrew Tridgell | 2000-04-25 | 1 | -0/+790 |
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier |