Age | Commit message (Expand) | Author | Files | Lines |
2003-03-18 | Ignore t_stringoverflow binary. | Martin Pool | 1 | -1/+2 |
2003-03-18 | Ignore .po and .po32 files. | Martin Pool | 1 | -0/+3 |
2003-03-18 | Comment about deprecated macro overmalloc_safe_strcpy(). | Martin Pool | 1 | -0/+6 |
2003-03-18 | Remove static libbigballofmud, which just does not seem to link. | Martin Pool | 1 | -3/+7 |
2003-03-18 | The new string macros catch a bug at compile that previously only | Martin Pool | 1 | -0/+7 |
2003-03-18 | Update comment: Valgrind 1.9.4 seems to always respect client | Martin Pool | 1 | -1/+1 |
2003-03-18 | Speling fixes and a little extra documentation. | Martin Pool | 1 | -6/+6 |
2003-03-18 | global_globber_region_function/line ought to be recorded before | Martin Pool | 1 | -3/+15 |
2003-03-18 | Decode waitstatus values when a command fails. | Martin Pool | 1 | -2/+5 |
2003-03-18 | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 5 | -181/+240 |
2003-03-18 | Added #ifdef'ed out implementation of auth_smbd python fn. Uncomment | Tim Potter | 1 | -1/+71 |
2003-03-18 | Start of a unit test for info3 caching. Much unfrastructure required | Tim Potter | 1 | -0/+54 |
2003-03-17 | Merge from HEAD - make winbindd locking sane again: | Andrew Bartlett | 3 | -58/+36 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 9 | -50/+50 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 3 | -37/+45 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 10 | -29/+39 |
2003-03-17 | The kerberos_verify compoenent of the SessionSetup sync with HEAD. | Andrew Bartlett | 1 | -6/+26 |
2003-03-17 | Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's | Andrew Bartlett | 7 | -49/+143 |
2003-03-17 | Merge from HEAD - doxygen | Andrew Bartlett | 1 | -2/+2 |
2003-03-17 | Mege from HEAD - doxygen. | Andrew Bartlett | 2 | -8/+8 |
2003-03-17 | Merge from (earlier) HEAD - doxygen. | Andrew Bartlett | 1 | -6/+8 |
2003-03-17 | merge from HEAD - dump tokenGroups as sids. | Andrew Bartlett | 1 | -0/+1 |
2003-03-17 | pstrcpy_base merges for client-side smbpasswd. | Andrew Bartlett | 1 | -9/+9 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 3 | -4/+69 |
2003-03-17 | Merge new statcache.c from HEAD. | Andrew Bartlett | 1 | -61/+126 |
2003-03-17 | Add copyright. | Andrew Bartlett | 1 | -1/+1 |
2003-03-17 | Fix memory leak. | Volker Lendecke | 1 | -0/+2 |
2003-03-17 | Fix memory leak. | Volker Lendecke | 1 | -0/+2 |
2003-03-17 | Fix building --with-smbwrapper. | Tim Potter | 2 | -24/+6 |
2003-03-17 | Added a slightly modified version of Tridge's note about securing | Tim Potter | 2 | -0/+183 |
2003-03-17 | Run autoconf. Shouldn't we have an autogen.sh here? | Tim Potter | 1 | -2/+11 |
2003-03-17 | Fix invalid SAFE_FREE() of talloc()ed memory. | Andrew Bartlett | 1 | -3/+0 |
2003-03-17 | Brain fart - make sure we truncate the right string... | Andrew Bartlett | 1 | -4/+4 |
2003-03-17 | Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather than | Tim Potter | 1 | -0/+10 |
2003-03-17 | Fix const warnings. | Andrew Bartlett | 1 | -5/+5 |
2003-03-17 | Add const. | Andrew Bartlett | 2 | -4/+4 |
2003-03-17 | More statcache fixes - and add a bit more doco. | Andrew Bartlett | 1 | -9/+25 |
2003-03-17 | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 10 | -192/+217 |
2003-03-17 | Ignore .pyc files. | Tim Potter | 1 | -0/+1 |
2003-03-17 | Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind! | Andrew Bartlett | 1 | -0/+2 |
2003-03-17 | Some cosmetic changes to make the popt --usage output look nicer. | Tim Potter | 1 | -5/+5 |
2003-03-17 | Fix memory leaks and add parinoioa code to our stat() cache. | Andrew Bartlett | 1 | -2/+23 |
2003-03-16 | Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'. | Andrew Bartlett | 1 | -1/+1 |
2003-03-16 | Make sure we mark the assumption of a fstring parameter for 'devicetype' | Andrew Bartlett | 3 | -10/+15 |
2003-03-16 | Add const. | Andrew Bartlett | 1 | -7/+7 |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 7 | -29/+36 |
2003-03-16 | Try to avoid dereferencing a null pointer. | Andrew Bartlett | 1 | -9/+13 |
2003-03-16 | New statcache internals - this time it's actually possible to follow what's | Andrew Bartlett | 1 | -54/+82 |
2003-03-16 | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 2 | -5/+12 |
2003-03-16 | Changes to help the kerberos change password code work on systems that | Andrew Bartlett | 2 | -37/+38 |