summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij1-0/+4
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-1/+5
2003-03-24Define POPT_TABLEEND if current popt.h doesn't contain it alreadyJelmer Vernooij1-0/+4
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-9/+2
2003-03-23NTLM Authentication:Andrew Bartlett1-1/+1
2003-03-22Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij2-8/+48
2003-03-22Small clenaup patches:Andrew Bartlett2-28/+25
2003-03-20Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter1-8/+8
2003-03-18Comment about deprecated macro overmalloc_safe_strcpy().Martin Pool1-0/+6
2003-03-18Speling fixes and a little extra documentation.Martin Pool1-6/+6
2003-03-16Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring).Andrew Bartlett1-0/+2
2003-03-16More work on my macro mess - we need function prototypes of different types,Andrew Bartlett1-9/+12
2003-03-15A hack to get us building on a slightly older heimdal kerberos. It appearsAndrew Bartlett1-0/+7
2003-03-15Fix the 'non-optomizing compiler' case...Andrew Bartlett1-2/+2
2003-03-15Fix the non-DEVELOPER case of my macro madness...Andrew Bartlett1-1/+1
2003-03-15Minor fixes.Andrew Bartlett1-1/+1
2003-03-15signed/unsigned fixAndrew Bartlett1-2/+2
2003-03-15String handling parinoia fixes.Andrew Bartlett3-24/+174
2003-03-14Fresh meat in trusted domains code:Rafal Szczesniak1-2/+2
2003-03-13In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool1-3/+7
2003-03-12Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-1/+1
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-1/+1
2003-03-11Remove valgrind_strlen function, hopefully no longer needed withMartin Pool1-4/+0
2003-03-11If using --enable-developer and valgrind.h is present, define VALGRIND.Martin Pool1-0/+8
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett1-0/+23
2003-03-10Include valgrind.h if present on the system.Martin Pool1-0/+5
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett1-6/+7
2003-03-08more on idmapSimo Sorce1-9/+15
2003-03-08some more codeSimo Sorce2-0/+2
2003-03-07initial work for the new idmpa interfaceSimo Sorce1-0/+49
2003-03-07Some progress towards gums and tdbsam2Simo Sorce3-51/+64
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-0/+2
2003-03-05Use new configure test to turn on this automated test for correct stringAndrew Bartlett1-1/+1
2003-03-01the new DEVELOPER checks for string overflows have (as expected)Andrew Tridgell1-0/+9
2003-02-28*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison1-0/+2
2003-02-27additional fix for CR 601Gerald Carter1-1/+1
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2-1/+2
2003-02-25Progress on CR 601Gerald Carter1-0/+45
2003-02-24Clean up non-krb5 breakages from my modifications to luke howard's patch.Andrew Bartlett1-0/+1
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2-0/+12
2003-02-23forgot the altered include fileSimo Sorce1-4/+4
2003-02-22More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett1-2/+2
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij1-1/+1
2003-02-19Correct way to keep fucntion from proto.hJim McDonough1-1/+1
2003-02-19Improve detection of iconv(3) for various platforms. M4 code is similar to wh...Alexander Bokovoy1-0/+5
2003-02-19Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett1-0/+4
2003-02-19Get non-krb systems to compile. How the heck do I keep something from being ...Jim McDonough1-1/+1
2003-02-19Try to get heimdal working with HEAD.Jim McDonough1-2/+3
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett1-0/+4
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter1-0/+4