Age | Commit message (Expand) | Author | Files | Lines |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -3/+3 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -30/+22 |
2001-07-04 | Ensure we correctly round down to 2 second boundary if dos filetime | Jeremy Allison | 1 | -7/+24 |
2001-06-19 | Set support for info levels... | Jeremy Allison | 1 | -20/+14 |
2001-06-18 | Best-effort so far implementation of new W2K info levels. | Jeremy Allison | 1 | -0/+148 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -3/+6 |
2001-06-08 | Correctly make max pathlength 255. | Jeremy Allison | 1 | -1/+1 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -134/+84 |
2001-03-28 | Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read. | Jeremy Allison | 1 | -1/+1 |
2001-03-23 | Made the fixes Andrew suggested to asci string code to use srvstr_push. | Jeremy Allison | 1 | -2/+2 |
2001-03-23 | Two OS/2 printer fixes from Jim McDonough @ IBM. | Jeremy Allison | 1 | -5/+62 |
2001-03-16 | don't need to force unicode strings in flg2 anymore | Andrew Tridgell | 1 | -4/+3 |
2001-03-16 | finished the conversion to unicode of the last of the trans2 fns | Andrew Tridgell | 1 | -18/+6 |
2001-03-14 | converted a bunch more trans2 calls for unicode. This got quite tricky :( | Andrew Tridgell | 1 | -179/+145 |
2001-03-13 | simpler and more correct srvstr_push() | Andrew Tridgell | 1 | -9/+9 |
2001-03-13 | converted findnext to unicode | Andrew Tridgell | 1 | -1/+1 |
2001-03-13 | this patch does a number of things: | Andrew Tridgell | 1 | -59/+94 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 1 | -3/+17 |
2001-02-08 | reverted *.* patch until someone explains to me what the test case is | Andrew Tridgell | 1 | -5/+0 |
2001-02-08 | merge from SAMBA_2_2 | Gerald Carter | 1 | -2/+8 |
2001-01-23 | Fix from Kenichi Okuyama for memory leak on Realloc fail. | Jeremy Allison | 1 | -21/+51 |
2000-12-11 | Fix for short names not being returned correctly with non-mangled shares. | Jeremy Allison | 1 | -1/+2 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -8/+23 |
2000-10-19 | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 1 | -31/+27 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -5/+42 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -14/+14 |
2000-10-03 | Fixes for the fact that UNICODE sizes are no always 2*no of chars when | Jeremy Allison | 1 | -8/+9 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 1 | -2/+1 |
2000-05-26 | Changed MS_DFS to WITH_MSDFS throughout. | Shirish Kalele | 1 | -2/+3 |
2000-05-23 | Did a proper fix for the file access on IPC$. Denied all pipe opens on | Jeremy Allison | 1 | -0/+4 |
2000-05-23 | Fixed bug where file access was allowed on IPC$ share. | Jeremy Allison | 1 | -0/+3 |
2000-05-16 | The new msdfs implementation that uses symlinks to point to other | Shirish Kalele | 1 | -2/+13 |
2000-05-10 | lib/util_unistr.c: | Jeremy Allison | 1 | -1/+1 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-04-30 | go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO | Andrew Tridgell | 1 | -10/+4 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -38/+29 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -2/+2 |
2000-04-23 | fixed two uninitialised memory references | Andrew Tridgell | 1 | -2/+2 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -87/+78 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -4/+3 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -11/+11 |
2000-04-04 | Removed strange optimisation (paranoia fix maybe ?) that stopped smbd | Jeremy Allison | 1 | -6/+0 |
2000-03-28 | Win2k will only accept volume labels in UNICODE. Fixed.... :-(. | Jeremy Allison | 1 | -1/+2 |
2000-03-28 | Moved common code to set parameter offset field correctly oout of 'if' | Jeremy Allison | 1 | -10/+8 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -4/+4 |
2000-03-13 | Cleaning up call_trans2getdfsreferral. | Shirish Kalele | 1 | -1/+0 |
2000-03-13 | Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined. | Shirish Kalele | 1 | -1/+1 |
2000-03-13 | moved #endif to end of function to compile when dfs is disabled. | Jean-François Micouleau | 1 | -1/+1 |