Age | Commit message (Expand) | Author | Files | Lines |
2003-03-19 | Regenerate | Jelmer Vernooij | 7 | -103/+994 |
2003-03-19 | Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-) | Volker Lendecke | 1 | -1/+1 |
2003-03-19 | If we fail, return an error code :-) | Volker Lendecke | 1 | -0/+1 |
2003-03-19 | GCC 3.x has deprecated multi-line string constants. | Tim Potter | 5 | -307/+304 |
2003-03-19 | Fix compiler warning. | Tim Potter | 2 | -3/+8 |
2003-03-19 | Removed unused variable. | Tim Potter | 1 | -2/+0 |
2003-03-19 | Add function prototype. | Tim Potter | 1 | -0/+4 |
2003-03-19 | Remove py_samba.c experiment - it didn't work. | Tim Potter | 2 | -68/+1 |
2003-03-19 | Put group mapping into LDAP. | Volker Lendecke | 2 | -1/+526 |
2003-03-19 | Fix debug message not to use an uninitialized variable. | Volker Lendecke | 1 | -2/+1 |
2003-03-19 | Add additional StrCaseCmp test cases. | Martin Pool | 1 | -2/+14 |
2003-03-19 | Add an STF module that defines the tests to be run by "make check". | Martin Pool | 1 | -0/+33 |
2003-03-19 | Get rid of "make check" targets that call nonexistent code. | Martin Pool | 1 | -30/+15 |
2003-03-19 | A new STF test case! This one checks strcasecmp correctness for | Martin Pool | 1 | -0/+57 |
2003-03-19 | Add the correct file :-( to ignore .po and .po32 files. | Martin Pool | 1 | -0/+2 |
2003-03-19 | Remove this .po file from the repository. I meant to add a cvsignore | Martin Pool | 1 | -0/+0 |
2003-03-19 | Ignore t_strcmp test case. | Martin Pool | 1 | -0/+1 |
2003-03-19 | Ignore .po and .po32 files. | Martin Pool | 1 | -0/+0 |
2003-03-19 | Run test 10000 times to make measurement easier. | Martin Pool | 1 | -2/+7 |
2003-03-18 | Ensure dev in make_connection is const. | Jeremy Allison | 2 | -4/+10 |
2003-03-18 | Removed unused var. | Jeremy Allison | 1 | -2/+0 |
2003-03-18 | Regenerate | Jelmer Vernooij | 103 | -15212/+8758 |
2003-03-18 | Regenerate | Jelmer Vernooij | 2 | -5653/+5843 |
2003-03-18 | More updates: | Jelmer Vernooij | 3 | -81/+52 |
2003-03-18 | - Move instructions on compiling samba to appendix | Jelmer Vernooij | 4 | -328/+333 |
2003-03-18 | Put in documentation update by jht | Jelmer Vernooij | 3 | -54/+94 |
2003-03-18 | Put in some macros for the new modules system | Jelmer Vernooij | 1 | -0/+25 |
2003-03-18 | Step one of optimizations for StrCaseCmp: | Martin Pool | 1 | -7/+72 |
2003-03-18 | Add t_strcmp test/torture harness. | Martin Pool | 1 | -1/+4 |
2003-03-18 | Split "clobber" function and variables into its own file before it | Martin Pool | 3 | -40/+61 |
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 | 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 | Add copyright. | Andrew Bartlett | 1 | -1/+1 |
2003-03-17 | Fix memory leak. | Volker Lendecke | 1 | -0/+2 |
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 |