Age | Commit message (Expand) | Author | Files | Lines |
2003-04-09 | Complete what I've seen (and then some)t of the PAC. | Jim McDonough | 1 | -5/+17 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 2 | -0/+8 |
2003-04-09 | no needed anymore | Gerald Carter | 1 | -48/+0 |
2003-04-09 | A little clarification in the rpc auth header struct. | Volker Lendecke | 1 | -4/+3 |
2003-04-08 | Added some preprocessor tricks to stop TRUE and FALSE from continually | Tim Potter | 1 | -1/+14 |
2003-04-07 | Some comment updates, notably that I haven't seen the group membership arrays | Jim McDonough | 1 | -0/+9 |
2003-04-07 | Decode the PAC! This patch just decodes it and then frees it, so it's just | Jim McDonough | 2 | -1/+134 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -4/+0 |
2003-04-06 | fix commit | Simo Sorce | 1 | -1/+1 |
2003-04-06 | SMB signing updates - this gets NTLMSSP signing workin to the point where I | Andrew Bartlett | 1 | -3/+4 |
2003-04-06 | This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the | Simo Sorce | 1 | -1/+1 |
2003-04-04 | This is a merge of the NETLOGON schannel server code from Samba | Volker Lendecke | 2 | -2/+44 |
2003-04-03 | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 2 | -0/+63 |
2003-04-02 | Commit some more fixes for Coolo ... | Richard Sharpe | 1 | -6/+4 |
2003-04-02 | Add const (from a patch by Stephan Kulow <coolo@kde.org>) | Jelmer Vernooij | 1 | -4/+5 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 2 | -1/+3 |
2003-03-31 | Cleanup of winbind client side code. | Tim Potter | 1 | -1/+1 |
2003-03-28 | don't include proto.h during autoconf tests since it doesn't exist yet; fixed... | Gerald Carter | 1 | -0/+2 |
2003-03-28 | it is possible for some of the real time signals to be used by glibc, | Andrew Tridgell | 1 | -0/+4 |
2003-03-27 | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 1 | -2/+2 |
2003-03-27 | The definition of pstrcpy_base(), and the preceeding comments, were given | Christopher R. Hertel | 1 | -9/+3 |
2003-03-26 | Use execinfo.h to get prototypes for backtrace_symbols (fixes | Jelmer Vernooij | 1 | -0/+4 |
2003-03-26 | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | - Add support to auth/ for the new modules system | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -1/+5 |
2003-03-24 | Define POPT_TABLEEND if current popt.h doesn't contain it already | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -9/+2 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 1 | -1/+1 |
2003-03-22 | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 2 | -8/+48 |
2003-03-22 | Small clenaup patches: | Andrew Bartlett | 2 | -28/+25 |
2003-03-20 | Cleanup bogus initialisation in SID_NAME_USE enum. | Tim Potter | 1 | -8/+8 |
2003-03-18 | Comment about deprecated macro overmalloc_safe_strcpy(). | Martin Pool | 1 | -0/+6 |
2003-03-18 | Speling fixes and a little extra documentation. | Martin Pool | 1 | -6/+6 |
2003-03-16 | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 1 | -0/+2 |
2003-03-16 | More work on my macro mess - we need function prototypes of different types, | Andrew Bartlett | 1 | -9/+12 |
2003-03-15 | A hack to get us building on a slightly older heimdal kerberos. It appears | Andrew Bartlett | 1 | -0/+7 |
2003-03-15 | Fix the 'non-optomizing compiler' case... | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | Fix the non-DEVELOPER case of my macro madness... | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Minor fixes. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | signed/unsigned fix | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 3 | -24/+174 |
2003-03-14 | Fresh meat in trusted domains code: | Rafal Szczesniak | 1 | -2/+2 |
2003-03-13 | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 1 | -3/+7 |
2003-03-12 | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 1 | -1/+1 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -1/+1 |
2003-03-11 | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 1 | -4/+0 |
2003-03-11 | If using --enable-developer and valgrind.h is present, define VALGRIND. | Martin Pool | 1 | -0/+8 |
2003-03-10 | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 1 | -0/+23 |
2003-03-10 | Include valgrind.h if present on the system. | Martin Pool | 1 | -0/+5 |
2003-03-09 | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 1 | -6/+7 |