summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2003-03-31set version stringGerald Carter1-1/+1
2003-03-28don't include proto.h during autoconf tests since it doesn't exist yet; fixed...Gerald Carter1-0/+2
2003-03-28merged real time signal fixes from headAndrew Tridgell1-0/+4
2003-03-27This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+48
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-2/+2
2003-03-27The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel1-9/+3
2003-03-27The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel1-9/+3
2003-03-26Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij1-0/+4
2003-03-26Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij1-0/+4
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-24(merge from HEAD)Andrew Bartlett1-1/+1
2003-03-23NTLM Authentication:Andrew Bartlett1-1/+1
2003-03-22Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij2-8/+48
2003-03-22(merge from HEAD)Andrew Bartlett2-28/+25
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-18Merge from HEAD:Andrew Bartlett2-6/+25
2003-03-18NTLMSSP updates from HEAD.Andrew Bartlett1-0/+5
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2-8/+12
2003-03-18This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+36
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-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison1-23/+141
2003-03-17Merge from HEAD:Andrew Bartlett1-2/+2
2003-03-17Merge from HEAD:Andrew Bartlett1-0/+7
2003-03-17Merge from HEAD:Andrew Bartlett1-0/+3
2003-03-17Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett3-0/+13
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-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-1/+1
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-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-10strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke1-0/+9
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