summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell7-17/+21
2000-06-14fixed autoconf test for kernel change notify supportAndrew Tridgell3-131/+203
2000-06-14ZERO_STRUCT() of info3 structure before using it.Tim Potter1-0/+2
2000-06-13If I use nmblookup to search for node ZOOB#1B and there is no such nameChristopher R. Hertel1-4/+6
2000-06-13Removed a patch that Andrew had added because 'insure' was incorrectlyChristopher R. Hertel1-9/+0
2000-06-13proto updateAndrew Tridgell1-1/+7
2000-06-13argv parsing fixesAndrew Tridgell1-2/+2
2000-06-13allow for lots of connections per serverAndrew Tridgell1-75/+76
2000-06-13allow posix locking database to be opened read-only (for smbstatus)Andrew Tridgell2-11/+11
2000-06-13add some bracketsAndrew Tridgell1-1/+1
2000-06-13added -L switch to tell smbtorture to use oplocksAndrew Tridgell2-4/+7
2000-06-13use DN_ATTRIB kernel change notify attributeAndrew Tridgell1-3/+7
2000-06-13fixed the change notify bit definitionsAndrew Tridgell1-1/+2
2000-06-13always use the DN_CREATE mask (NT expects file creation always toAndrew Tridgell1-8/+3
2000-06-13forgot to checkin select.cAndrew Tridgell1-0/+107
2000-06-12enable the Linux change notify code and change some notify debug codeAndrew Tridgell4-16/+65
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell17-584/+698
2000-06-12fixed a bug in BlockSignals() for systems that don't haveAndrew Tridgell1-4/+2
2000-06-12fixed comments at top of moduleAndrew Tridgell1-2/+3
2000-06-12split all the change notify code out into a separate moduleAndrew Tridgell4-409/+439
2000-06-11a better test for oplocks being enabled in this kernelAndrew Tridgell1-1/+18
2000-06-11fixed Linux capabilities handlingAndrew Tridgell2-33/+39
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell16-79/+166
2000-06-10parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau3-1/+126
2000-06-10a first pass at Linux kernel oplocks supportAndrew Tridgell6-26/+212
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell7-429/+436
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell4-782/+617
2000-06-09(Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison1-12/+12
2000-06-09Fix from Elrond for hash table corruption. Should fix stat cache bug (IJeremy Allison2-3/+11
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison7-70/+65
2000-06-09do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau3-5/+18
2000-06-09untiltime should be 0 by default to cover the whole 24 hours.Jean-François Micouleau1-3/+3
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell6-559/+559
2000-06-09the Linux F_GETLEASE value has changedAndrew Tridgell1-1/+1
2000-06-09some templates needed for the new aparser stuffAndrew Tridgell2-0/+27
2000-06-09split some of the irix kernel oplocks code into a functionAndrew Tridgell1-68/+74
2000-06-09free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton1-0/+4
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton4-30/+63
2000-06-09started adding support for relative, plus options for autoalignmentAndrew Tridgell17-42/+421
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton5-415/+444
2000-06-08Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison3-9/+11
2000-06-08Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison1-0/+11
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison5-442/+445
2000-06-08Again, just syncronizing. The a function name was changed in the sllChristopher R. Hertel4-27/+51
2000-06-08Bringing these up to date with what I've got on my site. The fixes includeChristopher R. Hertel6-77/+165
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton5-406/+452
2000-06-08added se_access_check.Luke Leighton3-1/+282
2000-06-08make_sec_acl was passed pointer to static array ace[2], oops.Luke Leighton1-1/+1
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell6-161/+226
2000-06-08Moved tdb functions that access parse structs into parse_prs.cJeremy Allison3-32/+30