Age | Commit message (Expand) | Author | Files | Lines |
2002-03-02 | Add a dash of const here and there... | Andrew Bartlett | 2 | -6/+6 |
2002-03-02 | Fix lseek-on-pipe problem in VFS (where it belongs IMHO). | Jeremy Allison | 2 | -18/+19 |
2002-03-01 | SECURITY FIXES: | Andrew Bartlett | 2 | -7/+11 |
2002-03-01 | Added requested cast for splint. | Jeremy Allison | 1 | -1/+1 |
2002-03-01 | Fixed EXTRA vs EXTGRA typo. Thanks Mike :-). | Jeremy Allison | 2 | -2/+2 |
2002-03-01 | merge from 2.2 | Gerald Carter | 1 | -2/+7 |
2002-03-01 | Missed the Makefile.in update... | Andrew Bartlett | 1 | -2/+2 |
2002-03-01 | Cause nmbd to take signal processing in-band, rather than in | Jeremy Allison | 1 | -339/+368 |
2002-03-01 | The beginning of trusted and trusting domain support from | Andrew Bartlett | 6 | -20/+629 |
2002-03-01 | Another comment fix for mirmir | Andrew Bartlett | 1 | -1/+1 |
2002-03-01 | Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> | Andrew Bartlett | 3 | -3/+3 |
2002-03-01 | Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch) | Andrew Bartlett | 1 | -55/+55 |
2002-03-01 | Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants. | Andrew Bartlett | 1 | -4/+14 |
2002-03-01 | Attempt to fix Solaris winbind nss build. | Jeremy Allison | 3 | -30/+53 |
2002-03-01 | This should kill off the 'cannot convert' error messages on non-iconv hosts. | Andrew Bartlett | 1 | -1/+1 |
2002-02-28 | enable locking on the idmap database to make it safe to dump/restore | Andrew Tridgell | 1 | -1/+1 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 3 | -47/+47 |
2002-02-27 | this allows us to support foreign SIDs in winbindd and smbd | Andrew Tridgell | 6 | -119/+186 |
2002-02-27 | Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO... | Jeremy Allison | 1 | -1/+1 |
2002-02-27 | Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>. | Jeremy Allison | 1 | -11/+11 |
2002-02-27 | Added "nt status support" parameter. Fix offline synchronisation. | Jeremy Allison | 6 | -28/+37 |
2002-02-27 | Fixed usage of uninitialised variable in strict_allocate_ftruncate() | Tim Potter | 1 | -1/+3 |
2002-02-27 | Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>. | Jeremy Allison | 1 | -0/+1 |
2002-02-27 | Fixed dumb typo caught by Herb. | Jeremy Allison | 1 | -1/+1 |
2002-02-27 | This should fix up the level 0 'convert_string' debug messages that we have | Andrew Bartlett | 1 | -1/+1 |
2002-02-27 | "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3. | Andrew Bartlett | 1 | -1/+1 |
2002-02-27 | This apparently makes winbind work on Solaris again | Andrew Bartlett | 1 | -1/+1 |
2002-02-27 | Make this function static | Andrew Bartlett | 1 | -1/+1 |
2002-02-27 | fix a few defines | Gerald Carter | 1 | -0/+1 |
2002-02-26 | FIXME: Use next_token rather than strtok! | Martin Pool | 1 | -0/+1 |
2002-02-26 | merge from 2.2 - fix parsing of options | Herb Lewis | 1 | -14/+16 |
2002-02-26 | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 4 | -9/+13 |
2002-02-26 | This is a nasty hack to fix "xcopy /o" from win2000 on a Samba share | Andrew Tridgell | 2 | -16/+53 |
2002-02-26 | Fixup the sending of printer change messages from job changes. | Jeremy Allison | 3 | -28/+45 |
2002-02-25 | Merge of printing performance fixes from appliance. | Tim Potter | 3 | -47/+68 |
2002-02-25 | add required flags to "nt acl support" so it will show up in SWAT | Herb Lewis | 1 | -1/+1 |
2002-02-25 | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 3 | -21/+346 |
2002-02-25 | Added error for invalid form size. | Tim Potter | 1 | -0/+1 |
2002-02-25 | This fixes 4 info levels in a trans2 find_first that should not be null | Andrew Tridgell | 1 | -4/+6 |
2002-02-24 | added a "XCOPY" test that simulates the open calls made by xcopy /O | Andrew Tridgell | 1 | -0/+45 |
2002-02-23 | Only set smb_read_error if not already set. | Jeremy Allison | 1 | -6/+20 |
2002-02-22 | Rerun configure | Andrew Bartlett | 1 | -310/+309 |
2002-02-22 | We can't build shared libs on sco, so no point attempting to export dynamic | Andrew Bartlett | 1 | -1/+0 |
2002-02-22 | Get rid of the unused WL variable from the previous patch. I think these were | Andrew Bartlett | 2 | -793/+813 |
2002-02-22 | made the domain secret key in secrets.tdb domain specific. This allows | Andrew Tridgell | 1 | -2/+14 |
2002-02-22 | don't do an ADS init when not in ADS mode | Andrew Tridgell | 1 | -5/+4 |
2002-02-22 | Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>. | Andrew Bartlett | 5 | -20/+122 |
2002-02-22 | rerun autoconf | Andrew Bartlett | 1 | -649/+619 |
2002-02-22 | Try to catch the compilers that don't handle immidiate structures as well as we | Andrew Bartlett | 1 | -2/+13 |
2002-02-21 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |