Age | Commit message (Expand) | Author | Files | Lines |
2002-01-27 | Some more 'winbind default domain' support patches from Alexander Bokovoy | Andrew Bartlett | 2 | -7/+3 |
2002-01-27 | Yes, dev is an 'input/output' paramater... | Andrew Bartlett | 1 | -2/+2 |
2002-01-26 | - Provide sid->name lookup support for non-unix accounts. | Andrew Bartlett | 1 | -36/+33 |
2002-01-26 | Rework lookup_name() to take seperate username/domain args, and to remove | Andrew Bartlett | 1 | -31/+24 |
2002-01-26 | Fix up a security issue with the way we handle domain groups retuned on the | Andrew Bartlett | 1 | -0/+3 |
2002-01-25 | Fixed display of "remote downlevel document" in old print job submission | Jeremy Allison | 2 | -2/+2 |
2002-01-25 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2002-01-25 | Fix a 'const' warning. | Andrew Bartlett | 1 | -1/+1 |
2002-01-25 | micro fix :-) | Simo Sorce | 1 | -0/+1 |
2002-01-25 | minor fixes | Simo Sorce | 1 | -3/+5 |
2002-01-24 | handle filenames like .bashrc better in the new mangling code | Andrew Tridgell | 1 | -8/+12 |
2002-01-23 | Check request flag for unicode capability and respond accordingly, rather tha... | Jim McDonough | 1 | -1/+2 |
2002-01-23 | Oops... | Andrew Bartlett | 1 | -1/+1 |
2002-01-23 | Change the order of this a bit - as unix password change can fail. | Andrew Bartlett | 1 | -11/+12 |
2002-01-22 | Ensure fsp->size is correct so readraw's return correct data. | Jeremy Allison | 1 | -9/+14 |
2002-01-21 | Found and fixed the logic bug in write cache code. Amazingly helpful | Jeremy Allison | 1 | -4/+10 |
2002-01-21 | One less Get_Pwnam_Modify call! | Andrew Bartlett | 1 | -5/+0 |
2002-01-20 | Spelling fixes. | Tim Potter | 1 | -7/+7 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -2/+2 |
2002-01-20 | Kill off another ugly wart from the side of the passdb subsystem. | Andrew Bartlett | 1 | -0/+2 |
2002-01-20 | Kill off the old varient of 'check_plaintext_password' (new version just | Andrew Bartlett | 2 | -103/+28 |
2002-01-20 | This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a | Andrew Bartlett | 3 | -14/+18 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -1/+1 |
2002-01-20 | Ensure identical between 2.2.3 and 3.0 - no need for difference here.. | Jeremy Allison | 1 | -1/+0 |
2002-01-20 | Fix file size calculations for write cache code. | Jeremy Allison | 1 | -5/+41 |
2002-01-20 | Attempt to fix bugs in write cache code (yes I know it's going away :-). | Jeremy Allison | 2 | -3/+21 |
2002-01-19 | Report write fail in smb_dump. | Jeremy Allison | 1 | -1/+3 |
2002-01-18 | Ensure (C) message is output on startup. | Jeremy Allison | 1 | -2/+2 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 4 | -18/+25 |
2002-01-17 | don't use O_NONBLOCK in open(). This was added erroneously for kernel | Andrew Tridgell | 1 | -4/+0 |
2002-01-16 | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 1 | -2/+2 |
2002-01-16 | Fixup error mapping so we have only one table containing errno -> dos error -... | Jeremy Allison | 1 | -38/+14 |
2002-01-16 | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 1 | -16/+23 |
2002-01-16 | Roll back PSTR insertion. | Martin Pool | 1 | -23/+21 |
2002-01-15 | Convert to the new pstring interface. This diff is a pretty good | Martin Pool | 1 | -26/+29 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 3 | -27/+14 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -0/+1 |
2002-01-12 | Added the O_NOFOLLOW flag if follow symlinks is set off. | Jeremy Allison | 1 | -0/+6 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 5 | -55/+55 |
2002-01-11 | fixed a crash in merge_aces() | Andrew Tridgell | 1 | -0/+1 |
2002-01-11 | Make this error match Win2k. | Andrew Bartlett | 1 | -1/+1 |
2002-01-11 | Back out the crazy notion that the NTLMSSP flags actually mean anything... | Andrew Bartlett | 1 | -1/+12 |
2002-01-10 | First part of UNIX extensions (#ifdefed out) more to follow. | Jeremy Allison | 2 | -2/+170 |
2002-01-10 | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 2 | -0/+32 |
2002-01-09 | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 1 | -0/+1 |
2002-01-09 | Better explanation message for dmalloc. | Martin Pool | 3 | -7/+7 |
2002-01-09 | Add UNUSED(paramname) macro to be used in parameter lists, to quieten | Martin Pool | 1 | -1/+2 |
2002-01-09 | Fixed up atomic update code. | Jeremy Allison | 2 | -4/+4 |
2002-01-06 | Get this code back to where it belongs... | Andrew Bartlett | 1 | -7/+7 |
2002-01-06 | Some more SPNEGO fixes. | Andrew Bartlett | 1 | -1/+1 |