summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-06-20Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison5-3/+16
2000-06-19Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison3-18/+19
2000-06-16reverted lukes changes in param/Andrew Tridgell2-0/+139
2000-06-16more update.Luke Leighton2-139/+0
2000-06-16Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter1-1/+3
2000-06-16Whoops - dodgy make proto.Tim Potter1-1/+1
2000-06-16make protoTim Potter1-403/+416
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-1/+1
2000-06-16Changed function prototype for pipe api functions to take a pipes_structTim Potter1-1/+1
2000-06-16Added some permission constants that are set for NT printer securityTim Potter1-0/+7
2000-06-16Call print_access_check() function from printing back end.Tim Potter1-15/+45
2000-06-16Added print_access_check() function for checking printer securityTim Potter1-0/+71
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-6/+6
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-14/+17
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-40/+108
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-18/+29
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter7-170/+259
2000-06-15support both read and write locks inside the tdbAndrew Tridgell1-1/+6
2000-06-15- use read locks when possibleAndrew Tridgell1-42/+44
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-13Created manpage for wbinfo program.Tim Potter6-101/+501
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