Age | Commit message (Expand) | Author | Files | Lines |
1999-02-08 | reload_services needs to be called prior to init_files but after | Luke Leighton | 1 | -4/+4 |
1999-02-03 | initialise my name (used in %h) prior to loading smb.conf files. | Luke Leighton | 1 | -26/+15 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1 | -1/+1 |
1998-11-30 | - adding builtin[alias]db. | Luke Leighton | 1 | -0/+5 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -18/+19 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -1/+1 |
1998-11-25 | fixing domain join and domain login problems | Luke Leighton | 1 | -1/+1 |
1998-11-23 | unix instance of group database API | Luke Leighton | 1 | -19/+1 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -2/+49 |
1998-10-28 | Quick fixes to fix the broken tree. Needed for my morning compiles. | Jeremy Allison | 1 | -0/+1 |
1998-10-22 | libsmb/smbdes.c: #ifdef'ed out code prior to removal. | Jeremy Allison | 1 | -1/+1 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -2/+2 |
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 |