summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau2000-02-073-33/+44
* make proto ...Jean-François Micouleau2000-02-072-344/+683
* spoolss include definitionsJean-François Micouleau2000-02-075-15/+35
* spoolss definitions.Jean-François Micouleau2000-02-074-15/+128
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-075-2/+124
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-076-0/+12124
* Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison2000-02-077-738/+811
* Fix some more compile warnings.Tim Potter2000-02-071-1/+2
* Fixed compile warning in locking.c:traverse_fn()Tim Potter2000-02-072-341/+342
* After 3AM, it's getting hard for Luke :-)Jean-François Micouleau2000-02-041-5/+4
* Fix some compile warnings.Tim Potter2000-02-042-1/+8
* Hopefully these changes will actually stick.Tim Potter2000-02-044-37/+44
* 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
* Some strange CVS weirdness happening here. I had SAMBA_TNG tags in myTim Potter2000-02-035-0/+486
* file srv_netlogond_nt.c was initially added on branch SAMBA_TNG.Luke Leighton2000-02-020-0/+0
* 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
* test for pre- version numbersHerb Lewis2000-01-171-0/+4
* 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