Age | Commit message (Expand) | Author | Files | Lines |
1998-09-20 | add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING | Andrew Tridgell | 1 | -0/+3 |
1998-09-17 | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni... | Jeremy Allison | 1 | -4/+14 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1 | -2/+2 |
1998-09-14 | Fixed problems people were having with creating profile | Jeremy Allison | 1 | -0/+10 |
1998-09-11 | Ok - this is the 'expose 64 bit to the clients' checkin. | Jeremy Allison | 1 | -0/+1 |
1998-09-11 | Added ssize_t to configure code. | Jeremy Allison | 1 | -1/+5 |
1998-09-10 | smb.h: Removed fdnum from file_fd_struct. Not needed. | Jeremy Allison | 1 | -1/+0 |
1998-09-03 | Ok - this is the 64 bit widening check in. It changes the configure | Jeremy Allison | 1 | -6/+6 |
1998-08-31 | configure.in, configure: include/config.h.in: Added stropts and poll. | Jeremy Allison | 1 | -41/+12 |
1998-08-30 | changed the size of a char array in the userdata_struct from 1 to 16 | Andrew Tridgell | 1 | -0/+9 |
1998-08-27 | This is the stat cache code - seems to work fine (needs heavy | Jeremy Allison | 1 | -0/+8 |
1998-08-26 | use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for | Andrew Tridgell | 1 | -0/+1 |
1998-08-25 | changed the default permissions code to do this: | Andrew Tridgell | 1 | -0/+1 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 1 | -2/+2 |
1998-08-22 | added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally | Andrew Tridgell | 1 | -0/+4 |
1998-08-21 | added new smb.conf option "panic action". see my samba-technical | Andrew Tridgell | 1 | -4/+0 |
1998-08-21 | added a macro ZERO_STRUCT() which is useful for initialising | Andrew Tridgell | 1 | -0/+3 |
1998-08-17 | now that we have no global arrays we can start to split up the monster | Andrew Tridgell | 1 | -0/+7 |
1998-08-17 | moved connection_struct handling code into smbd/conn.c and changed it | Andrew Tridgell | 1 | -4/+3 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -5/+0 |
1998-08-16 | got rid of the Files[] array completely (previously I'd just made it | Andrew Tridgell | 1 | -1/+0 |
1998-08-16 | server.c: fixed a bug in close_file() with the new files.c handling code | Andrew Tridgell | 1 | -11/+18 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -17/+20 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -1/+1 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -84/+100 |
1998-08-11 | include/smb.h: Removed dir_ptr. Not needed. | Jeremy Allison | 1 | -4/+1 |
1998-08-11 | I've come up with a different scheme for doing the DEBUG() and DEBUGADD() | Christopher R. Hertel | 1 | -0/+14 |
1998-08-11 | Removed a stray semicolon in the DEBUGADD() macro. | Christopher R. Hertel | 1 | -5/+5 |
1998-08-10 | Makefile.in: Fixed make clean bug with CVS directory in bin/. | Jeremy Allison | 1 | -2/+2 |
1998-08-09 | removed the if statements from the DEBUG() macro definitions. | Andrew Tridgell | 1 | -4/+4 |
1998-08-03 | First implementation of ChangeNotify - this version only checks | Jeremy Allison | 1 | -2/+13 |
1998-07-31 | This is the checkin of the debug changes. | Christopher R. Hertel | 1 | -9/+59 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 1 | -2/+16 |
1998-07-29 | get rid of the runtime test for broken getgroups() and add a compile | Andrew Tridgell | 1 | -9/+6 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -27/+12 |
1998-07-27 | chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. | Jeremy Allison | 1 | -3/+0 |
1998-07-22 | Fixed bug found by Richard Sharpe. After increasing files_struct size by | Jeremy Allison | 1 | -1/+1 |
1998-07-17 | Code added to fix the renaming of a directory under NT SMB calls. | Jeremy Allison | 1 | -9/+10 |
1998-07-16 | Makefile: Added nttrans.o | Jeremy Allison | 1 | -5/+19 |
1998-07-11 | nntrans.c: Fully implemented transact rename. | Jeremy Allison | 1 | -0/+3 |
1998-07-09 | NT SMB trans reply code. | Jeremy Allison | 1 | -0/+10 |
1998-07-01 | includes.h: AIX fix. | Jeremy Allison | 1 | -0/+8 |
1998-06-30 | nttrans.c: More code towards NT protocol. | Jeremy Allison | 1 | -6/+12 |
1998-06-21 | Remove the copyright to Canon Information Systems Australia, as we don't | Richard Sharpe | 1 | -0/+1 |
1998-06-16 | Added SSL support from Christian Starkjohann <cs@obdev.at> | Jeremy Allison | 1 | -0/+4 |
1998-06-12 | This is the first, small step toward some tweaks that Jeremy and I have | Christopher R. Hertel | 1 | -0/+2 |
1998-06-04 | had what would be a compile error if it wasn't #if 0'd out in passdb_ops | Luke Leighton | 1 | -1/+1 |
1998-06-04 | added "domain admin group" and "domain guest group" parameters. this is | Luke Leighton | 1 | -0/+9 |
1998-06-03 | ipc.c: Fix bug where we don't return the correct error code when client | Jeremy Allison | 1 | -0/+2 |
1998-05-26 | smb.h: More NT SMB stuff (just defines). | Jeremy Allison | 1 | -0/+9 |