Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-03-08 | more on idmap | Simo Sorce | 1 | -9/+15 |
2003-03-08 | some more code | Simo Sorce | 2 | -0/+2 |
2003-03-07 | initial work for the new idmpa interface | Simo Sorce | 1 | -0/+49 |
2003-03-07 | Some progress towards gums and tdbsam2 | Simo Sorce | 3 | -51/+64 |
2003-03-06 | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 1 | -0/+2 |
2003-03-05 | Use new configure test to turn on this automated test for correct string | Andrew Bartlett | 1 | -1/+1 |
2003-03-01 | the new DEVELOPER checks for string overflows have (as expected) | Andrew Tridgell | 1 | -0/+9 |
2003-02-28 | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 1 | -0/+2 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 1 | -1/+1 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 2 | -1/+2 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -0/+45 |
2003-02-24 | Clean up non-krb5 breakages from my modifications to luke howard's patch. | Andrew Bartlett | 1 | -0/+1 |
2003-02-24 | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 2 | -0/+12 |
2003-02-23 | forgot the altered include file | Simo Sorce | 1 | -4/+4 |
2003-02-22 | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 1 | -2/+2 |
2003-02-20 | Make init_module() and thus smb_load_module() return an int. | Jelmer Vernooij | 1 | -1/+1 |
2003-02-19 | Correct way to keep fucntion from proto.h | Jim McDonough | 1 | -1/+1 |
2003-02-19 | Improve detection of iconv(3) for various platforms. M4 code is similar to wh... | Alexander Bokovoy | 1 | -0/+5 |
2003-02-19 | Move to a in-memory ccache for winbind, and replace setenv() properly. | Andrew Bartlett | 1 | -0/+4 |
2003-02-19 | Get non-krb systems to compile. How the heck do I keep something from being ... | Jim McDonough | 1 | -1/+1 |
2003-02-19 | Try to get heimdal working with HEAD. | Jim McDonough | 1 | -2/+3 |
2003-02-16 | Add the 'session key' output of the NTLMSSP exchange to the cli struct, so | Andrew Bartlett | 1 | -0/+4 |
2003-02-15 | * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736 | Gerald Carter | 1 | -0/+4 |
2003-02-15 | Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a | Andrew Bartlett | 1 | -0/+19 |
2003-02-15 | Remove obsolete file lib/netatalk.c - We have a VFS module now | Jelmer Vernooij | 1 | -3/+0 |
2003-02-15 | Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable | Andrew Bartlett | 1 | -0/+3 |
2003-02-14 | Oops, forgot the header file changes. | Andrew Bartlett | 1 | -0/+1 |
2003-02-13 | A few typo fixes Andrew eventually let off to me. | Rafal Szczesniak | 1 | -3/+3 |
2003-02-10 | added the 'lsaenumacctwithright' command to rpcclient. This allows you | Andrew Tridgell | 2 | -1/+33 |