Age | Commit message (Expand) | Author | Files | Lines |
1998-09-30 | libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb. | Jeremy Allison | 1 | -2/+2 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -2/+10 |
1998-09-23 | smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flags | Jeremy Allison | 1 | -2/+2 |
1998-09-23 | First cut at kernel oplocks. This should have no effect unless runnin | Jeremy Allison | 1 | -0/+2 |
1998-09-09 | Copyright notices written to debug logs are now through 1998. | Christopher R. Hertel | 1 | -1/+1 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -2/+2 |
1998-09-02 | we are never interested in SIGPIPE so just ignore (block) it | Andrew Tridgell | 1 | -23/+3 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -1/+1 |
1998-08-27 | This is the stat cache code - seems to work fine (needs heavy | Jeremy Allison | 1 | -1/+1 |
1998-08-21 | nmbd and smbd had different behavior with respect to log files. nmbd would | Christopher R. Hertel | 1 | -7/+11 |
1998-08-17 | removed some of the rough edges from the splitup | Andrew Tridgell | 1 | -435/+451 |
1998-08-17 | move soem variables from server.c that don't belong there. | Andrew Tridgell | 1 | -45/+0 |
1998-08-17 | this completes the splitup of server.c. | Andrew Tridgell | 1 | -3322/+2 |
1998-08-17 | more splitting of server.c | Andrew Tridgell | 1 | -557/+16 |
1998-08-17 | now that we have no global arrays we can start to split up the monster | Andrew Tridgell | 1 | -485/+0 |
1998-08-17 | moved connection_struct handling code into smbd/conn.c and changed it | Andrew Tridgell | 1 | -119/+18 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -4/+1 |
1998-08-17 | some cleanups from the conversion of Pipes[] to a linked list. I also | Andrew Tridgell | 1 | -1/+1 |
1998-08-16 | got rid of the Files[] array completely (previously I'd just made it | Andrew Tridgell | 1 | -2/+2 |
1998-08-16 | server.c: fixed a bug in close_file() with the new files.c handling code | Andrew Tridgell | 1 | -15/+14 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -297/+81 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -9/+7 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -775/+726 |
1998-08-11 | include/smb.h: Removed dir_ptr. Not needed. | Jeremy Allison | 1 | -27/+26 |
1998-08-10 | moved access.c into lib/ from smbd/ as it is needed by testparm. I | Andrew Tridgell | 1 | -3/+9 |
1998-08-10 | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 1 | -1/+2 |
1998-08-04 | loadparm.c: Added "debug timestamp" synonym for Chris. | Jeremy Allison | 1 | -16/+24 |
1998-08-03 | First implementation of ChangeNotify - this version only checks | Jeremy Allison | 1 | -1/+12 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -100/+139 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 1 | -61/+108 |
1998-07-29 | get rid of the runtime test for broken getgroups() and add a compile | Andrew Tridgell | 1 | -8/+4 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -349/+54 |
1998-07-28 | loadparm.c: Added strict sync parameter. | Jeremy Allison | 1 | -8/+6 |
1998-07-27 | chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. | Jeremy Allison | 1 | -9/+2 |
1998-07-23 | locking.c: Added lock type to is_locked() and do_lock() | Jeremy Allison | 1 | -1/+15 |
1998-07-22 | Fixed bug found by Richard Sharpe. After increasing files_struct size by | Jeremy Allison | 1 | -9/+9 |
1998-07-17 | Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES in | Jeremy Allison | 1 | -1/+1 |
1998-07-17 | Code added to fix the renaming of a directory under NT SMB calls. | Jeremy Allison | 1 | -23/+102 |
1998-07-16 | Makefile: Added nttrans.o | Jeremy Allison | 1 | -3/+3 |
1998-07-14 | loadparm.c: | Jeremy Allison | 1 | -88/+88 |
1998-07-11 | nttrans.c: More NT SMB stuff. | Jeremy Allison | 1 | -3/+16 |
1998-07-10 | Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de> | Jeremy Allison | 1 | -1/+8 |
1998-07-09 | Needed fix to SIGHUP handling donated by branko.cibej@hermes.si | Jeremy Allison | 1 | -8/+29 |
1998-06-16 | Added SSL support from Christian Starkjohann <cs@obdev.at> | Jeremy Allison | 1 | -0/+25 |
1998-06-12 | ipc.c: map_username is now a BOOL function. | Jeremy Allison | 1 | -28/+42 |
1998-06-10 | Minor changes as I've now discovered gcc -pedantic-errors. This | Jeremy Allison | 1 | -2/+1 |
1998-06-03 | ipc.c: Fix bug where we don't return the correct error code when client | Jeremy Allison | 1 | -82/+258 |
1998-05-27 | loadparm.c: Added machine password timeout parameter - set to 7 days be default. | Jeremy Allison | 1 | -0/+47 |
1998-05-18 | Abstracted all the crappy password interfaces through an indirect | Jeremy Allison | 1 | -0/+3 |
1998-05-18 | resolving compilation errors | Luke Leighton | 1 | -1/+1 |