Age | Commit message (Expand) | Author | Files | Lines |
2000-03-13 | Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined. | Shirish Kalele | 2 | -3/+146 |
2000-03-13 | moved #endif to end of function to compile when dfs is disabled. | Jean-François Micouleau | 1 | -1/+1 |
2000-03-11 | Fix stupid logic bug in detecting start-of-pdu in writeX on pipe. | Jeremy Allison | 1 | -1/+2 |
2000-03-10 | Cleaning up the warnings from configure.developer. | Shirish Kalele | 2 | -7/+6 |
2000-03-10 | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 1 | -0/+2 |
2000-03-10 | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 1 | -9/+0 |
2000-03-10 | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 1 | -1/+0 |
2000-03-10 | removed unused variable | Jean-François Micouleau | 1 | -1/+0 |
2000-03-09 | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 2 | -48/+30 |
2000-03-09 | Fixups for Win2K security descriptors from the 2.0.x branch. | Jeremy Allison | 1 | -26/+60 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 6 | -9/+115 |
2000-03-01 | Off by one error in detecting Win2k unicode bug. | Jeremy Allison | 1 | -1/+1 |
2000-03-01 | Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it uses | Jeremy Allison | 1 | -12/+21 |
2000-02-29 | Fixes for strange Win2K attempts to auto-inherit ACLs. | Jeremy Allison | 1 | -8/+27 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -1/+1 |
2000-02-18 | Fix for reporting file system attributes correctly. | Jeremy Allison | 1 | -1/+2 |
2000-02-17 | Don't assume that the (files_struct *) passed to fd_attempt_close() | Tim Potter | 1 | -2/+9 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 3 | -14/+8 |
2000-02-07 | Jeremy can you check lib/util_unistr.c for codepages support ? | Jean-François Micouleau | 2 | -2/+6 |
2000-02-07 | Fix some more compile warnings. | Tim Potter | 1 | -1/+2 |
2000-02-04 | Fix some compile warnings. | Tim Potter | 2 | -1/+8 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 7 | -44/+59 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 14 | -158/+261 |
2000-02-03 | Comments to use vfs_* functions instead of dos_* unless really | Tim Potter | 2 | -0/+745 |
2000-01-29 | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 1 | -0/+2 |
2000-01-27 | Fixed code page conversions of messages outgoing/incoming. | Jeremy Allison | 1 | -0/+10 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 2 | -81/+93 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2 | -5/+5 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 4 | -16/+0 |
2000-01-16 | fixed some typos in access_table() which, amaziingly enough, make no | Andrew Tridgell | 1 | -3/+3 |
2000-01-16 | made access_table() a pure logic function - makes it simpler to apply | Andrew Tridgell | 1 | -16/+26 |
2000-01-16 | as obelix would say "these romans are crazy" | Andrew Tridgell | 1 | -40/+59 |
2000-01-16 | rewrote the access_table() code to get it right for *.exe, *.dll, | Andrew Tridgell | 1 | -27/+41 |
2000-01-16 | use string_set() instead of string_init() | Andrew Tridgell | 2 | -5/+5 |
2000-01-14 | useable_space does not include the alignment offset calculations. | Jeremy Allison | 1 | -1/+8 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 1 | -0/+2 |
2000-01-14 | Added "inherit permissions" patch. | Jeremy Allison | 6 | -32/+84 |
2000-01-14 | some more work on the byte range locking | Andrew Tridgell | 1 | -2/+7 |
2000-01-13 | changes to reflect the new syntax of the locking calls. | Andrew Tridgell | 3 | -20/+19 |
2000-01-12 | Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>. | Jeremy Allison | 1 | -0/+212 |
2000-01-12 | Use slprintf not snprintf. | Jeremy Allison | 1 | -1/+1 |
2000-01-08 | fix a error in access_table revealed by the new deny test in smbtorture. We n... | Andrew Tridgell | 1 | -3/+5 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 3 | -5/+14 |
2000-01-08 | Fixed deny mode bug : | Jeremy Allison | 1 | -9/+9 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2 | -9/+2 |
2000-01-06 | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 1 | -1/+48 |
2000-01-05 | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 2 | -43/+43 |
2000-01-05 | client/client.c: I18N fixes. | Jeremy Allison | 2 | -67/+130 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 1 | -0/+3 |
2000-01-04 | Fixed getgrent() recurse problem. | Jeremy Allison | 1 | -8/+45 |