Age | Commit message (Expand) | Author | Files | Lines |
2000-06-16 | Pass the vuid from the connection_struct to the printing back end functions. | Tim Potter | 1 | -1/+1 |
2000-06-16 | Changed function prototype for pipe api functions to take a pipes_struct | Tim Potter | 1 | -1/+1 |
2000-06-16 | Added some permission constants that are set for NT printer security | Tim Potter | 1 | -0/+7 |
2000-06-16 | Call print_access_check() function from printing back end. | Tim Potter | 1 | -15/+45 |
2000-06-16 | Added print_access_check() function for checking printer security | Tim Potter | 1 | -0/+71 |
2000-06-16 | Pass the vuid from the connection_struct to the printing back end functions. | Tim Potter | 1 | -6/+6 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -14/+17 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -40/+108 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -18/+29 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 7 | -170/+259 |
2000-06-15 | support both read and write locks inside the tdb | Andrew Tridgell | 1 | -1/+6 |
2000-06-15 | - use read locks when possible | Andrew Tridgell | 1 | -42/+44 |
2000-06-15 | use the right MMAP flag | Andrew Tridgell | 1 | -1/+1 |
2000-06-15 | open files with O_NONBLOCK when available. This is necessary to | Andrew Tridgell | 1 | -1/+6 |
2000-06-15 | added support for kernel level share modes. These are a (small) hack, | Andrew Tridgell | 6 | -132/+233 |
2000-06-15 | add -d debuglevel option | Andrew Tridgell | 1 | -1/+5 |
2000-06-15 | Removed some debugs. | Tim Potter | 1 | -12/+0 |
2000-06-14 | Added nsswitch/common.o to SMBD_OBJ1 | Tim Potter | 1 | -1/+1 |
2000-06-14 | Changed server side lsa_lookup_sids function to look up SIDs that we are | Tim Potter | 1 | -28/+74 |
2000-06-14 | #include nsswitch/winbind_nss.h | Tim Potter | 1 | -0/+2 |
2000-06-14 | Merge from TNG. | Tim Potter | 2 | -55/+157 |
2000-06-14 | Merged parse_domain_user() from TNG. | Tim Potter | 1 | -0/+20 |
2000-06-14 | allow the notify implementation to choose the select timeout change | Andrew Tridgell | 7 | -17/+21 |
2000-06-14 | fixed autoconf test for kernel change notify support | Andrew Tridgell | 3 | -131/+203 |
2000-06-14 | ZERO_STRUCT() of info3 structure before using it. | Tim Potter | 1 | -0/+2 |
2000-06-13 | If I use nmblookup to search for node ZOOB#1B and there is no such name | Christopher R. Hertel | 1 | -4/+6 |
2000-06-13 | Removed a patch that Andrew had added because 'insure' was incorrectly | Christopher R. Hertel | 1 | -9/+0 |
2000-06-13 | proto update | Andrew Tridgell | 1 | -1/+7 |
2000-06-13 | argv parsing fixes | Andrew Tridgell | 1 | -2/+2 |
2000-06-13 | allow for lots of connections per server | Andrew Tridgell | 1 | -75/+76 |
2000-06-13 | allow posix locking database to be opened read-only (for smbstatus) | Andrew Tridgell | 2 | -11/+11 |
2000-06-13 | add some brackets | Andrew Tridgell | 1 | -1/+1 |
2000-06-13 | added -L switch to tell smbtorture to use oplocks | Andrew Tridgell | 2 | -4/+7 |
2000-06-13 | use DN_ATTRIB kernel change notify attribute | Andrew Tridgell | 1 | -3/+7 |
2000-06-13 | fixed the change notify bit definitions | Andrew Tridgell | 1 | -1/+2 |
2000-06-13 | always use the DN_CREATE mask (NT expects file creation always to | Andrew Tridgell | 1 | -8/+3 |
2000-06-13 | forgot to checkin select.c | Andrew Tridgell | 1 | -0/+107 |
2000-06-13 | Created manpage for wbinfo program. | Tim Potter | 6 | -101/+501 |
2000-06-12 | enable the Linux change notify code and change some notify debug code | Andrew Tridgell | 4 | -16/+65 |
2000-06-12 | totally rewrote the async signal, notification and oplock notification | Andrew Tridgell | 17 | -584/+698 |
2000-06-12 | fixed a bug in BlockSignals() for systems that don't have | Andrew Tridgell | 1 | -4/+2 |
2000-06-12 | fixed comments at top of module | Andrew Tridgell | 1 | -2/+3 |
2000-06-12 | split all the change notify code out into a separate module | Andrew Tridgell | 4 | -409/+439 |
2000-06-11 | a better test for oplocks being enabled in this kernel | Andrew Tridgell | 1 | -1/+18 |
2000-06-11 | fixed Linux capabilities handling | Andrew Tridgell | 2 | -33/+39 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 16 | -79/+166 |
2000-06-10 | parsing code for reply[open|close]printer in preparation of the event | Jean-François Micouleau | 3 | -1/+126 |
2000-06-10 | a first pass at Linux kernel oplocks support | Andrew Tridgell | 6 | -26/+212 |
2000-06-10 | continued the split of the kernel level oplocks code into a more | Andrew Tridgell | 7 | -429/+436 |
2000-06-10 | continued the split of the kernel level oplocks code into a more | Andrew Tridgell | 4 | -782/+617 |