Age | Commit message (Expand) | Author | Files | Lines |
1997-12-29 | a dummy change to shmem_sysv.c to try and break CVS out of a problem | Andrew Tridgell | 1 | -0/+1 |
1997-12-16 | - handle ENOSPC in shmem init. | Andrew Tridgell | 1 | -4/+6 |
1997-12-04 | don't use free and alloc as structure elements | Andrew Tridgell | 1 | -13/+13 |
1997-11-29 | don't display locks for dead processes in smbstatus | Andrew Tridgell | 2 | -5/+9 |
1997-11-01 | don't use SEM_UNDO because of ridiculously small undo limits on some | Andrew Tridgell | 1 | -1/+25 |
1997-11-01 | some locking code cleanups | Andrew Tridgell | 3 | -238/+222 |
1997-10-31 | change from * to ^ in hashing of device/inode. Using * meant that if | Andrew Tridgell | 1 | -1/+1 |
1997-10-31 | - cleanup some warnings | Andrew Tridgell | 1 | -2/+0 |
1997-10-29 | damn. We need root privilages to do semaphore operations even if we | Andrew Tridgell | 1 | -28/+43 |
1997-10-29 | - don't allow locking to initialise twice | Andrew Tridgell | 1 | -1/+5 |
1997-10-29 | clean up the hash entry code a bit. Got rid of lp_shmem_hash_size() | Andrew Tridgell | 3 | -81/+88 |
1997-10-28 | fix for broken sunos4 includes (doesn't have SHM_R) | Andrew Tridgell | 1 | -0/+4 |
1997-10-28 | lower the default hash size if SEMMSL isn't defined | Andrew Tridgell | 1 | -0/+5 |
1997-10-28 | SYSV IPC implementation of fast share modes. | Andrew Tridgell | 3 | -306/+952 |
1997-10-27 | change the default file permissions on the SHARE_MEM_FILE* to | Andrew Tridgell | 4 | -41/+70 |
1997-10-22 | shared memory code cleanups (partly preparing for a possible sysV | Andrew Tridgell | 2 | -43/+33 |
1997-10-20 | loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. Added | Jeremy Allison | 1 | -1/+1 |
1997-10-20 | a major share modes reorganisation. | Andrew Tridgell | 3 | -1407/+1829 |
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 |
1997-10-03 | locking.c: Fixed incorrect parameter count in debug statements. May explain | Jeremy Allison | 1 | -6/+5 |
1997-10-01 | OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!! | Jeremy Allison | 1 | -2/+242 |
1997-09-26 | Syncing up current oplock work in progress. #ifdef'ed out | Jeremy Allison | 1 | -2/+7 |
1997-09-26 | Adding Andrews buffer overflow fixes into the main branch. | Jeremy Allison | 1 | -1/+1 |
1997-09-25 | Makefile: Removed earlier errors. | Jeremy Allison | 1 | -124/+147 |
1997-09-15 | - change a lot of occurances of errno to use strerror(errno). We can't | Andrew Tridgell | 1 | -15/+15 |
1997-09-11 | charcnv.c client.c clitar.c kanji.c kanji.h loadparm.c | Jeremy Allison | 1 | -1/+1 |
1997-08-28 | added a new type to mkproto.awk so it can handle shmem.c | Andrew Tridgell | 1 | -1/+1 |
1997-07-24 | Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com | Samba Release Account | 1 | -2/+2 |
1997-07-15 | Fix silly crash bug in FAST_SHARE_MODES (same bug as was in | Samba Release Account | 1 | -1/+1 |
1997-07-01 | client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw... | Samba Release Account | 1 | -4/+8 |
1997-06-27 | shmem.c: Changed debug to higher level | Samba Release Account | 1 | -12/+12 |
1997-05-27 | loadparm.c: Ensure printer services cannot be read only and don't use share m... | Samba Release Account | 1 | -9/+9 |
1997-05-20 | dir.c: Fixed double slash issue. | Samba Release Account | 2 | -400/+1184 |
1997-05-08 | 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com) | Samba Release Account | 2 | -2/+2 |
1997-01-15 | locking.c proto.h shmem.c smb.h status.c : | Samba Release Account | 2 | -271/+274 |
1997-01-09 | Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ... | Samba Release Account | 1 | -29/+35 |
1996-12-10 | Moved fcntl locking code into util.c to allow it to be | Samba Release Account | 1 | -131/+0 |
1996-10-04 | - changed the umask handling. We now set the umask to 0 and explicitly | Andrew Tridgell | 1 | -5/+1 |
1996-08-19 | - added "netbios name" option in smb.conf to make controlling the name | Andrew Tridgell | 1 | -0/+2 |
1996-08-17 | - made FAST_SHARE_MODES standard for Linux | Andrew Tridgell | 2 | -6/+7 |
1996-08-15 | - added FAST_SHARE_MODES code | Andrew Tridgell | 2 | -1/+967 |
1996-08-14 | changed "unsigned long" to "uint32" in several places (for IP | Andrew Tridgell | 1 | -1/+1 |
1996-06-19 | - change date as a demo for john | Andrew Tridgell | 1 | -1/+1 |