| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the | Simo Sorce | 2003-04-06 | 1 | -1/+1 |
* | This is a merge of the NETLOGON schannel server code from Samba | Volker Lendecke | 2003-04-04 | 2 | -2/+44 |
* | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 2003-04-03 | 2 | -0/+63 |
* | Commit some more fixes for Coolo ... | Richard Sharpe | 2003-04-02 | 1 | -6/+4 |
* | Add const (from a patch by Stephan Kulow <coolo@kde.org>) | Jelmer Vernooij | 2003-04-02 | 1 | -4/+5 |
* | THE Idmap patch :-) | Simo Sorce | 2003-04-02 | 2 | -1/+3 |
* | Cleanup of winbind client side code. | Tim Potter | 2003-03-31 | 1 | -1/+1 |
* | don't include proto.h during autoconf tests since it doesn't exist yet; fixed... | Gerald Carter | 2003-03-28 | 1 | -0/+2 |
* | it is possible for some of the real time signals to be used by glibc, | Andrew Tridgell | 2003-03-28 | 1 | -0/+4 |
* | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 2003-03-27 | 1 | -2/+2 |
* | The definition of pstrcpy_base(), and the preceeding comments, were given | Christopher R. Hertel | 2003-03-27 | 1 | -9/+3 |
* | Use execinfo.h to get prototypes for backtrace_symbols (fixes | Jelmer Vernooij | 2003-03-26 | 1 | -0/+4 |
* | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 2003-03-26 | 1 | -0/+4 |
* | - Add support to auth/ for the new modules system | Jelmer Vernooij | 2003-03-24 | 1 | -0/+4 |
* | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -1/+5 |
* | Define POPT_TABLEEND if current popt.h doesn't contain it already | Jelmer Vernooij | 2003-03-24 | 1 | -0/+4 |
* | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -9/+2 |
* | NTLM Authentication: | Andrew Bartlett | 2003-03-23 | 1 | -1/+1 |
* | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 2003-03-22 | 2 | -8/+48 |
* | Small clenaup patches: | Andrew Bartlett | 2003-03-22 | 2 | -28/+25 |
* | Cleanup bogus initialisation in SID_NAME_USE enum. | Tim Potter | 2003-03-20 | 1 | -8/+8 |
* | Comment about deprecated macro overmalloc_safe_strcpy(). | Martin Pool | 2003-03-18 | 1 | -0/+6 |
* | Speling fixes and a little extra documentation. | Martin Pool | 2003-03-18 | 1 | -6/+6 |
* | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 2003-03-16 | 1 | -0/+2 |
* | More work on my macro mess - we need function prototypes of different types, | Andrew Bartlett | 2003-03-16 | 1 | -9/+12 |
* | A hack to get us building on a slightly older heimdal kerberos. It appears | Andrew Bartlett | 2003-03-15 | 1 | -0/+7 |
* | Fix the 'non-optomizing compiler' case... | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
* | Fix the non-DEVELOPER case of my macro madness... | Andrew Bartlett | 2003-03-15 | 1 | -1/+1 |
* | Minor fixes. | Andrew Bartlett | 2003-03-15 | 1 | -1/+1 |
* | signed/unsigned fix | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
* | String handling parinoia fixes. | Andrew Bartlett | 2003-03-15 | 3 | -24/+174 |
* | Fresh meat in trusted domains code: | Rafal Szczesniak | 2003-03-14 | 1 | -2/+2 |
* | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 2003-03-13 | 1 | -3/+7 |
* | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 2003-03-12 | 1 | -1/+1 |
* | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 2003-03-12 | 1 | -1/+1 |
* | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 2003-03-11 | 1 | -4/+0 |
* | If using --enable-developer and valgrind.h is present, define VALGRIND. | Martin Pool | 2003-03-11 | 1 | -0/+8 |
* | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 2003-03-10 | 1 | -0/+23 |
* | Include valgrind.h if present on the system. | Martin Pool | 2003-03-10 | 1 | -0/+5 |
* | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 2003-03-09 | 1 | -6/+7 |
* | more on idmap | Simo Sorce | 2003-03-08 | 1 | -9/+15 |
* | some more code | Simo Sorce | 2003-03-08 | 2 | -0/+2 |
* | initial work for the new idmpa interface | Simo Sorce | 2003-03-07 | 1 | -0/+49 |
* | Some progress towards gums and tdbsam2 | Simo Sorce | 2003-03-07 | 3 | -51/+64 |
* | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 2003-03-06 | 1 | -0/+2 |
* | Use new configure test to turn on this automated test for correct string | Andrew Bartlett | 2003-03-05 | 1 | -1/+1 |
* | the new DEVELOPER checks for string overflows have (as expected) | Andrew Tridgell | 2003-03-01 | 1 | -0/+9 |
* | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 2003-02-28 | 1 | -0/+2 |
* | additional fix for CR 601 | Gerald Carter | 2003-02-27 | 1 | -1/+1 |
* | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 2003-02-27 | 2 | -1/+2 |