Age | Commit message (Expand) | Author | Files | Lines |
2000-02-24 | converted a couple of bzero() to memset() | Jean-François Micouleau | 5 | -462/+504 |
2000-02-23 | Multiple-dot scope handling fix from Greg Bowering gb@pobox.com | Jeremy Allison | 1 | -2/+2 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 8 | -64/+101 |
2000-02-22 | richard got the short request for GETDC right (hooray!) win9x _and_ nt | Luke Leighton | 1 | -11/+24 |
2000-02-21 | Fix for crash bug from Paul Tyler <pct@ansto.gov.au>. | Jeremy Allison | 1 | -10/+11 |
2000-02-21 | more rewrite ... | Jean-François Micouleau | 5 | -1335/+1055 |
2000-02-18 | Fix for reporting file system attributes correctly. | Jeremy Allison | 2 | -5/+13 |
2000-02-18 | Fixes for Eastern Europe code page. | Jeremy Allison | 2 | -0/+2 |
2000-02-17 | Don't assume that the (files_struct *) passed to fd_attempt_close() | Tim Potter | 1 | -2/+9 |
2000-02-17 | Updated docs for tdb_traverse. | Tim Potter | 1 | -2/+3 |
2000-02-16 | More checks for passing NULL tdb contexts to tdb functions. | Tim Potter | 1 | -0/+77 |
2000-02-16 | Added support for SO_REUSEPORT for systems that have it. | Jeremy Allison | 1 | -1/+11 |
2000-02-16 | Make proto. | Jeremy Allison | 1 | -0/+1 |
2000-02-16 | tdb_traverse() now takes three arguments. | Tim Potter | 1 | -3/+3 |
2000-02-16 | Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@... | Jeremy Allison | 1 | -1/+136 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 14 | -488/+786 |
2000-02-15 | fix the reply of rpc_alter_context | Jean-François Micouleau | 8 | -1955/+2485 |
2000-02-15 | Return "Invalid tdb context" instead of crashing when tdb_error called | Tim Potter | 1 | -2/+6 |
2000-02-15 | Not enough args to DEBUG statement. | Tim Potter | 1 | -1/+1 |
2000-02-14 | Ooops. Fixed stupid typo with missing ! in cli error code. | Jeremy Allison | 1 | -1/+1 |
2000-02-10 | damn, masktest now needs the mangle code from smbd | Andrew Tridgell | 1 | -1/+1 |
2000-02-10 | the beginnings of a fnmatch() based wildcard matching routine | Andrew Tridgell | 1 | -20/+66 |
2000-02-09 | Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi... | Jeremy Allison | 1 | -2/+3 |
2000-02-09 | Correct for for core dump in smbpasswd with cli_errstr(). | Jeremy Allison | 1 | -8/+22 |
2000-02-09 | Defensive programming for cli_error(). | Jeremy Allison | 1 | -1/+7 |
2000-02-09 | update masktest for new make_nmb_name() syntax | Andrew Tridgell | 1 | -3/+3 |
2000-02-09 | added masktest to head branch, in preparation for another assault on | Andrew Tridgell | 1 | -0/+435 |
2000-02-08 | Moved over lib/util_sec (with added fixes) as the HEAD source | Jeremy Allison | 1 | -4/+50 |
2000-02-07 | Hum, I should remove my gloves when I'm in front of an xterm :) | Jean-François Micouleau | 3 | -33/+44 |
2000-02-07 | make proto ... | Jean-François Micouleau | 2 | -344/+683 |
2000-02-07 | spoolss include definitions | Jean-François Micouleau | 5 | -15/+35 |
2000-02-07 | spoolss definitions. | Jean-François Micouleau | 4 | -15/+128 |
2000-02-07 | Jeremy can you check lib/util_unistr.c for codepages support ? | Jean-François Micouleau | 5 | -2/+124 |
2000-02-07 | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 6 | -0/+12124 |
2000-02-07 | Added check for SGI IRIX brokenness with semaphores when using gcc. | Jeremy Allison | 7 | -738/+811 |
2000-02-07 | Fix some more compile warnings. | Tim Potter | 1 | -1/+2 |
2000-02-07 | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 2 | -341/+342 |
2000-02-04 | After 3AM, it's getting hard for Luke :-) | Jean-François Micouleau | 1 | -5/+4 |
2000-02-04 | Fix some compile warnings. | Tim Potter | 2 | -1/+8 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 12 | -390/+402 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 7 | -44/+59 |
2000-02-03 | Backed out -rdynamic linker option. It seems to be GNU ld specific. | Tim Potter | 2 | -420/+429 |
2000-02-03 | make proto | Tim Potter | 1 | -332/+373 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 14 | -158/+261 |
2000-02-03 | Added 'vfs object' and 'vfs options' smb.conf parameters. | Tim Potter | 1 | -0/+25 |
2000-02-03 | Comments to use vfs_* functions instead of dos_* unless really | Tim Potter | 4 | -4/+761 |
2000-02-03 | Add -rdynamic to LDFLAGS if libdl found. | Tim Potter | 2 | -653/+736 |
2000-02-03 | Added smbd/vfs.o and smbd/vfs-wrap.o to smbd objects. | Tim Potter | 1 | -0/+1 |
2000-02-03 | Added .dummy file. | Tim Potter | 1 | -0/+1 |
2000-02-03 | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 6 | -349/+608 |