Age | Commit message (Expand) | Author | Files | Lines |
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 | file ntdom.c was initially added on branch SAMBA_TNG. | Tim Potter | 0 | -0/+0 |
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 | Hopefully these changes will actually stick. | Tim Potter | 4 | -37/+44 |
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 |
2000-02-03 | Some strange CVS weirdness happening here. I had SAMBA_TNG tags in my | Tim Potter | 5 | -0/+486 |
2000-02-02 | file srv_netlogond_nt.c was initially added on branch SAMBA_TNG. | Luke Leighton | 0 | -0/+0 |
2000-02-01 | system_name not server_name | Tim Potter | 1 | -1/+1 |
2000-01-31 | Pass arguments to ./configure | Tim Potter | 1 | -1/+1 |
2000-01-30 | made "enable" and "disable" the default "lpresume" and "lppause" commands | Herb Lewis | 1 | -4/+1 |
2000-01-29 | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 5 | -2/+11 |
2000-01-29 | Fix from Motonobu TAKAHASHI to sort code page parameters first. | Jeremy Allison | 1 | -2/+2 |
2000-01-28 | Modified auto alignment of ud[] struct on stack to be declared as an | Jeremy Allison | 2 | -4/+4 |
2000-01-27 | Fixed code page conversions of messages outgoing/incoming. | Jeremy Allison | 2 | -0/+17 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 9 | -83/+502 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 9 | -53/+76 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 7 | -166/+76 |
2000-01-24 | tdb record read error return check fix from Dave Airlie <airlied@samba.org>. | Jeremy Allison | 1 | -1/+1 |
2000-01-24 | we need -lc when making shared objects or glibc doesn't do its magic | Andrew Tridgell | 1 | -1/+1 |
2000-01-21 | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 7 | -10/+32 |