Age | Commit message (Expand) | Author | Files | Lines |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 1 | -9/+157 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -3/+3 |
2000-04-10 | the first of a bunch of changes to code with getting rid of the fd_ptr | Andrew Tridgell | 1 | -6/+23 |
2000-02-07 | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 1 | -1/+2 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -5/+5 |
2000-01-16 | added code to allow traversal of the byte range lock database | Andrew Tridgell | 1 | -1/+1 |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 1 | -2/+2 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 1 | -2/+15 |
2000-01-14 | some more work on the byte range locking | Andrew Tridgell | 1 | -6/+8 |
2000-01-13 | the bulk of the new byte range locking coode | Andrew Tridgell | 1 | -45/+21 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -1/+1 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -1/+1 |
1999-12-22 | when no shares are returned the *shares pointer must be set to null | Andrew Tridgell | 1 | -0/+2 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -128/+295 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -22/+62 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -4/+5 |
1998-10-31 | don't core dump in smbstatus if we can't open the shmem system | Andrew Tridgell | 1 | -0/+1 |
1998-10-23 | Reasonably large change to give us *exactly* correct NT delete on close seman... | Jeremy Allison | 1 | -2/+43 |
1998-09-05 | ahh, the joy of deleting large chunks of code that someone else has | Andrew Tridgell | 1 | -10/+0 |
1998-09-04 | More 64 bit stuff - now the fcntl locks are 64 bit clean. | Jeremy Allison | 1 | -16/+25 |
1998-08-31 | configure.in, configure: include/config.h.in: Added stropts and poll. | Jeremy Allison | 1 | -3/+3 |
1998-08-20 | Turning on blocking locking code. NB. Blocking lock requests that are not | Jeremy Allison | 1 | -0/+6 |
1998-08-19 | Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes. | Jeremy Allison | 1 | -290/+0 |
1998-08-17 | smbd/nttrans.c: Fixed bug in split off pipe code. | Jeremy Allison | 1 | -4/+12 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -7/+6 |
1998-08-16 | server.c: fixed a bug in close_file() with the new files.c handling code | Andrew Tridgell | 1 | -2/+0 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -31/+25 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -48/+39 |
1998-08-14 | Makefile.in: Changed so that make proto will work with ldap & nisplus. | Jeremy Allison | 1 | -3/+3 |
1998-08-13 | More blocking lock code - still #ifdef'ed out - under development. | Jeremy Allison | 1 | -10/+170 |
1998-08-12 | fixed the nested comment - Jeremy, do you want that unbecome_user() or | Andrew Tridgell | 1 | -2/+1 |
1998-08-11 | include/smb.h: Removed dir_ptr. Not needed. | Jeremy Allison | 1 | -5/+139 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 1 | -5/+5 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -7/+4 |
1998-07-29 | locking.c: Print messages when we downgrade a lock. | Jeremy Allison | 1 | -0/+2 |
1998-07-28 | locking.c: Don't need to do map_lock_type on *testing* a lock, just on setting. | Jeremy Allison | 1 | -2/+7 |
1998-07-28 | loadparm.c: Added strict sync parameter. | Jeremy Allison | 1 | -10/+34 |
1998-07-23 | locking.c: Added lock type to is_locked() and do_lock() | Jeremy Allison | 1 | -27/+47 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1997-10-29 | - don't allow locking to initialise twice | Andrew Tridgell | 1 | -1/+5 |
1997-10-27 | change the default file permissions on the SHARE_MEM_FILE* to | Andrew Tridgell | 1 | -3/+3 |
1997-10-20 | a major share modes reorganisation. | Andrew Tridgell | 1 | -1407/+51 |
1997-10-17 | .cvsignore: Added make_smbcodepage | Jeremy Allison | 1 | -25/+50 |
1997-10-15 | ipc.c: Adding Andrews become_root code to the main branch. | Jeremy Allison | 1 | -29/+16 |
1997-10-14 | Broke my own rule about checking in uncompiled source :-(. | Jeremy Allison | 1 | -1/+1 |
1997-10-14 | Added fixes for become_user braindamage. | Jeremy Allison | 1 | -4/+20 |
1997-10-07 | locking.c: Added fix for race condition in slow share mode code. | Jeremy Allison | 1 | -15/+56 |
1997-10-06 | Finally ! Found & fixed crash bug with logging message when deleting | Jeremy Allison | 1 | -1/+2 |
1997-10-06 | client.c: Changed shadowed variable. | Jeremy Allison | 1 | -18/+0 |
1997-10-03 | Making it harder for share_mode_entries to be left with | Jeremy Allison | 1 | -5/+2 |