summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-06-15use the right MMAP flagAndrew Tridgell1-1/+1
2000-06-15open files with O_NONBLOCK when available. This is necessary toAndrew Tridgell1-1/+6
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell6-132/+233
2000-06-15add -d debuglevel optionAndrew Tridgell1-1/+5
2000-06-15Removed some debugs.Tim Potter1-12/+0
2000-06-14Added nsswitch/common.o to SMBD_OBJ1Tim Potter1-1/+1
2000-06-14Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter1-28/+74
2000-06-14#include nsswitch/winbind_nss.hTim Potter1-0/+2
2000-06-14Merge from TNG.Tim Potter2-55/+157
2000-06-14Merged parse_domain_user() from TNG.Tim Potter1-0/+20
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