Age | Commit message (Expand) | Author | Files | Lines |
2003-08-15 | Remove nasty hack in modules system. We don't recompile files anymore | Jelmer Vernooij | 3 | -13/+13 |
2003-08-15 | Add ability to output native pcap files without the requirement for text2pcap. | Jelmer Vernooij | 2 | -16/+132 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 29 | -139/+139 |
2003-08-15 | Add idmap diagrams from Chris and John | Jelmer Vernooij | 11 | -0/+0 |
2003-08-15 | Add the gss-spnego kerberos server side to ntml_auth. This uses the | Volker Lendecke | 3 | -12/+87 |
2003-08-15 | make sure idb file is properly sorted. | Herb Lewis | 1 | -0/+2 |
2003-08-15 | get rid of compiler warnings | Herb Lewis | 2 | -2/+2 |
2003-08-15 | get rid of const as these things really are not const | Herb Lewis | 2 | -7/+7 |
2003-08-15 | Fix some memory issues. It is now possible to convert extract packet data | Jelmer Vernooij | 1 | -9/+20 |
2003-08-15 | get rid of warning on IRIX | Herb Lewis | 1 | -10/+8 |
2003-08-15 | Don't ask, it's too embarrassing :-) | Volker Lendecke | 1 | -1/+1 |
2003-08-15 | Fix memleaks. | Volker Lendecke | 4 | -8/+22 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 23 | -99/+97 |
2003-08-15 | get rid of unused call | Herb Lewis | 1 | -12/+0 |
2003-08-15 | return actual results instead of always OK | Herb Lewis | 1 | -2/+2 |
2003-08-15 | fix type | Herb Lewis | 1 | -1/+1 |
2003-08-15 | Get packet contents correct as well. | Jelmer Vernooij | 1 | -12/+18 |
2003-08-15 | add IRIX EA support | Herb Lewis | 2 | -1/+162 |
2003-08-15 | Fix attribute set using setfileinfo - Samba4 found. | Jeremy Allison | 1 | -3/+0 |
2003-08-15 | Ignore silently set disposition information when set on a path. | Jeremy Allison | 1 | -1/+2 |
2003-08-15 | Add utility that takes a samba log file (at least level 5 for headers and | Jelmer Vernooij | 2 | -16/+22 |
2003-08-15 | Makefile.in | Jelmer Vernooij | 1 | -0/+164 |
2003-08-14 | nlink field should decrement when delete pending is set. | Jeremy Allison | 1 | -2/+8 |
2003-08-14 | Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4 | Jeremy Allison | 1 | -6/+1 |
2003-08-14 | Fix changing of attributes via setattr. Samba4 test fixes. | Jeremy Allison | 2 | -10/+23 |
2003-08-14 | get rid of IRIX test as it is wrong. | Herb Lewis | 1 | -4/+1 |
2003-08-14 | jeremy foo | Gerald Carter | 1 | -1/+6 |
2003-08-14 | fix build | Gerald Carter | 1 | -0/+2 |
2003-08-14 | Don't ask twice for the password | Volker Lendecke | 1 | -0/+1 |
2003-08-14 | Fix SMBseek and get/set position information SMBs. Works against | Jeremy Allison | 5 | -32/+52 |
2003-08-14 | Attempt at fixing bug #283. There however is no solution. | Gerald Carter | 19 | -115/+523 |
2003-08-14 | In ads_verify_realm, all we use in the ADS_STRUCT is the | Volker Lendecke | 2 | -17/+4 |
2003-08-14 | Small fix to include existing CPPFLAGS when looking for iconv. | Richard Sharpe | 1 | -1/+1 |
2003-08-14 | Try to honor predefined CPPFLAGS when finding correct iconv flags | Alexander Bokovoy | 1 | -0/+3 |
2003-08-14 | fix bug 294; win9x driver lookups should always use version 0 | Gerald Carter | 1 | -5/+16 |
2003-08-14 | Fix overflow in vfs_recycle module (and hopefully also bug #291) | Jelmer Vernooij | 1 | -1/+2 |
2003-08-14 | Fix the build for non-kerberos environments. | Volker Lendecke | 1 | -0/+8 |
2003-08-14 | ntlm_auth should be installed as well. It is now of use by Squid and Midgard ... | Alexander Bokovoy | 1 | -1/+2 |
2003-08-14 | Removed -l parameter description to avoid duplication | Rafal Szczesniak | 1 | -17/+0 |
2003-08-14 | Put 'wins hook' example back in. Fixes bug #268) | Jelmer Vernooij | 2 | -0/+102 |
2003-08-14 | Small tweaks to configure.in to support Irix and to remove the changing | Richard Sharpe | 1 | -4/+10 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 10 | -88/+90 |
2003-08-14 | A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8, | Richard Sharpe | 1 | -1/+1 |
2003-08-14 | This file has been in the HOWTO for ages | Jelmer Vernooij | 1 | -32/+0 |
2003-08-13 | Test for CP850 and reorder the tests, looking for ASCII, then CP850, | Richard Sharpe | 1 | -2/+5 |
2003-08-13 | This is an intermediate commit ... we check for three different charsets | Richard Sharpe | 2 | -3/+30 |
2003-08-13 | Small typo fix found while testing domain trusts. | Rafal Szczesniak | 1 | -1/+1 |
2003-08-13 | Don't wrap up anything that is not there. Otherwise upper layers | Volker Lendecke | 1 | -0/+3 |
2003-08-13 | Only close anything that is not fid 0. Was very confusing in ethereal... | Volker Lendecke | 1 | -1/+3 |
2003-08-13 | Hoist the code for checking whether or not iconv actually works up into the | Richard Sharpe | 1 | -23/+26 |