Age | Commit message (Expand) | Author | Files | Lines |
2002-04-12 | Remove : from the list seperators, as this is used to seperate out components | Andrew Bartlett | 1 | -1/+1 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -0/+6 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 1 | -1/+2 |
2001-12-06 | allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile) | Andrew Tridgell | 1 | -0/+9 |
2001-11-19 | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 1 | -5/+0 |
2001-11-12 | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 1 | -0/+3 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -0/+3 |
2001-05-06 | Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought | Jeremy Allison | 1 | -0/+5 |
2001-05-02 | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 1 | -4/+0 |
2001-04-30 | Ensure correct password change script gets selected --with-pam. | Jeremy Allison | 1 | -0/+4 |
2001-04-18 | merge from 2.2 | Andrew Tridgell | 1 | -0/+8 |
2001-03-13 | this patch does a number of things: | Andrew Tridgell | 1 | -3/+0 |
2000-07-06 | don't need shmem any more | Andrew Tridgell | 1 | -5/+0 |
2000-05-04 | - use full_name instead of real_name | Andrew Tridgell | 1 | -4/+0 |
2000-04-17 | got rid of some more old configure tests and includes | Andrew Tridgell | 1 | -5/+0 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -0/+1 |
1999-12-29 | Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents. | Jeremy Allison | 1 | -0/+3 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -24/+25 |
1998-11-10 | include/local.h: | Jeremy Allison | 1 | -23/+0 |
1998-11-09 | I talked to Dave Miller and he thinks that we should have TCP_NODELAY | Andrew Tridgell | 1 | -0/+8 |
1998-10-21 | at the interop Isaac (at least I _think_ it was Isaac) said that if a | Andrew Tridgell | 1 | -0/+4 |
1998-09-30 | Upped default MAX_OPEN_FILES to 10000 after conversation with tridge. | Jeremy Allison | 1 | -1/+1 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 1 | -0/+11 |
1998-09-26 | changed the default filesystem type to NTFS (from Samba) | Andrew Tridgell | 1 | -1/+1 |
1998-09-20 | add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING | Andrew Tridgell | 1 | -2/+2 |
1998-09-18 | gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a | Andrew Tridgell | 1 | -0/+5 |
1998-08-17 | moved connection_struct handling code into smbd/conn.c and changed it | Andrew Tridgell | 1 | -6/+0 |
1998-08-17 | some cleanups from the conversion of Pipes[] to a linked list. I also | Andrew Tridgell | 1 | -3/+0 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -8/+7 |
1998-08-13 | Added the APPLEDOUBLE macro for the name of the directory containing | John Blair | 1 | -0/+3 |
1998-08-09 | this gets smbd compiling and linking correctly with the new layout. | Andrew Tridgell | 1 | -0/+5 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -6/+0 |
1998-07-27 | chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. | Jeremy Allison | 1 | -4/+0 |
1998-07-22 | Fixed bug found by Richard Sharpe. After increasing files_struct size by | Jeremy Allison | 1 | -0/+2 |
1998-07-17 | Code added to fix the renaming of a directory under NT SMB calls. | Jeremy Allison | 1 | -6/+6 |
1998-07-17 | local.h: Added NTFS define if HAVE_NT_SMBS is defined. | Jeremy Allison | 1 | -1/+4 |
1998-03-21 | Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release | John Terpstra | 1 | -0/+8 |
1998-03-17 | changed the default MAXSTATUS from 1000 to 100000 | Andrew Tridgell | 1 | -2/+2 |
1998-03-16 | changed the default "keepalive" value to 300 seconds. | Andrew Tridgell | 1 | -0/+2 |
1998-02-11 | Makefile: Added AIX 3.2.5. | Jeremy Allison | 1 | -1/+1 |
1998-02-07 | A small raft of changes, I will sync up with 1.9.18 also. | Jeremy Allison | 1 | -11/+1 |
1998-01-29 | Makefile: Fix for OSF1 typo. | Jeremy Allison | 1 | -0/+5 |
1997-12-03 | put the default PRINTCAP_NAME def in includes.h not local.h so that | Andrew Tridgell | 1 | -17/+0 |
1997-12-03 | applied a patch from Norm Jacobs to allow "printcap name = lpstat" | Andrew Tridgell | 1 | -0/+9 |
1997-12-03 | allow users to disable the NetWkstaUserLogon call in server level | Andrew Tridgell | 1 | -0/+10 |
1997-12-03 | I'm slowly getting though the todo list :-) | Andrew Tridgell | 1 | -0/+5 |
1997-12-02 | the default GUEST_ACCOUNT should be here not in smb.h | Andrew Tridgell | 1 | -0/+6 |
1997-11-06 | local.h: Added OPLOCK_BREAK_TIMEOUT_FUDGEFACTOR. | Jeremy Allison | 1 | -1/+5 |
1997-10-27 | also disable read prediction in 1.9.18 | Andrew Tridgell | 1 | -0/+5 |
1997-10-21 | get rid of the KEEP_PASSWORD_SERVER_OPEN define | Andrew Tridgell | 1 | -4/+0 |