summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-0412-390/+402
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-037-44/+59
* Backed out -rdynamic linker option. It seems to be GNU ld specific.Tim Potter2000-02-032-420/+429
* make protoTim Potter2000-02-031-332/+373
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-0314-158/+261
* Added 'vfs object' and 'vfs options' smb.conf parameters.Tim Potter2000-02-031-0/+25
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-034-4/+761
* Add -rdynamic to LDFLAGS if libdl found.Tim Potter2000-02-032-653/+736
* Added smbd/vfs.o and smbd/vfs-wrap.o to smbd objects.Tim Potter2000-02-031-0/+1
* Added .dummy file.Tim Potter2000-02-031-0/+1
* Busting up of source/include/smb.h into smaller pieces which can beTim Potter2000-02-036-349/+608
* system_name not server_nameTim Potter2000-02-011-1/+1
* Pass arguments to ./configureTim Potter2000-01-311-1/+1
* made "enable" and "disable" the default "lpresume" and "lppause" commandsHerb Lewis2000-01-301-4/+1
* Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-295-2/+11
* Fix from Motonobu TAKAHASHI to sort code page parameters first.Jeremy Allison2000-01-291-2/+2
* Modified auto alignment of ud[] struct on stack to be declared as anJeremy Allison2000-01-282-4/+4
* Fixed code page conversions of messages outgoing/incoming.Jeremy Allison2000-01-272-0/+17
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-269-83/+502
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-269-53/+76
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-257-166/+76
* tdb record read error return check fix from Dave Airlie <airlied@samba.org>.Jeremy Allison2000-01-241-1/+1
* we need -lc when making shared objects or glibc doesn't do its magicAndrew Tridgell2000-01-241-1/+1
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-217-10/+32
* Moved Herb's global -> local changes to HEAD.Jeremy Allison2000-01-201-2/+2
* Added Herb's swat fixes.Jeremy Allison2000-01-181-2/+2
* SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2000-01-172-5/+3
* fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell2000-01-161-3/+3
* made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell2000-01-161-16/+26
* renamed DENY to DENY1Andrew Tridgell2000-01-161-5/+95
* use GET_DENY_MODE() macroAndrew Tridgell2000-01-161-2/+1
* as obelix would say "these romans are crazy"Andrew Tridgell2000-01-161-40/+59
* use GET_DENY_MODE() macro instead of the bit shiftAndrew Tridgell2000-01-161-3/+2
* proto updateAndrew Tridgell2000-01-161-2/+4
* a consequence of the access_table() fixes is that we can't treatAndrew Tridgell2000-01-161-0/+2
* rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell2000-01-161-27/+41
* use string_set() instead of string_init()Andrew Tridgell2000-01-163-41/+31
* added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-163-4/+72
* fixed a formatting errorAndrew Tridgell2000-01-161-1/+1
* make string_init() staticAndrew Tridgell2000-01-162-2/+2
* make a br_off a SMB_BIG_UINTAndrew Tridgell2000-01-161-1/+1
* useable_space does not include the alignment offset calculations.Jeremy Allison2000-01-141-1/+8
* HP changes for registry querying.Jeremy Allison2000-01-141-1/+9
* Added HP change.Jeremy Allison2000-01-141-53/+54
* casts and defines to make solaris happyAndrew Tridgell2000-01-143-3/+7
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-145-15/+15
* we now pass all byte range locking testsAndrew Tridgell2000-01-146-25/+94
* Added "inherit permissions" patch.Jeremy Allison2000-01-1410-33/+122
* some more work on the byte range lockingAndrew Tridgell2000-01-143-22/+31
* greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell2000-01-131-45/+93