Age | Commit message (Expand) | Author | Files | Lines |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -3/+3 |
2011-06-28 | s3-smbd Remove set but unused variables | Andrew Bartlett | 1 | -9/+0 |
2011-06-20 | tdb_compat: use tdb_open_compat. | Rusty Russell | 1 | -0/+5 |
2011-06-06 | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-05-04 | Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl... | Jeremy Allison | 1 | -4/+4 |
2011-04-14 | s3-lib Move strisnormal to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -0/+13 |
2011-04-13 | s3-lib Move strdup_w to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -0/+19 |
2011-04-13 | s3-lib Move isvalid83_w to mangle_hash.c | Andrew Bartlett | 1 | -0/+34 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-08-26 | s3-build: include mangle.h only where needed. | Günther Deschner | 1 | -0/+1 |
2010-02-18 | Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va... | Jeremy Allison | 1 | -0/+1 |
2010-02-18 | Fix bug #7154 - mangling method = hash can crash storing a name not containin... | Jeremy Allison | 1 | -3/+5 |
2009-12-21 | Fix bug reported in mangle_hash code (no bugid yet). | Jeremy Allison | 1 | -0/+9 |
2009-12-17 | Fix bug #6939 - mangling method = hash breaks long filenames. | Jeremy Allison | 1 | -1/+4 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -10/+10 |
2009-02-01 | Just for fun: Move some bytes from bss to text | Volker Lendecke | 1 | -1/+1 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -4/+1 |
2009-01-08 | s3:smbd: it's pointless to have a global magic_char | Stefan Metzmacher | 1 | -4/+7 |
2009-01-08 | s3:smbd: make mangle_fns const | Stefan Metzmacher | 1 | -3/+3 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -4/+7 |
2007-12-28 | Remove a static array | Volker Lendecke | 1 | -6/+6 |
2007-12-10 | Move stuff from data to text | Volker Lendecke | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -88/+113 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/ | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -8/+10 |
2007-10-10 | r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r10600: Fix bug #2769 (mangle filenames ending in a space) | Jeremy Allison | 1 | -7/+13 |
2007-10-10 | r9532: Fix for bug #2152, championed by Neil Hoggarth <neil.hoggarth@physiol.... | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r6977: Fix bug #2735 (not mangling control characters) plus | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r6965: Remove some dead code from util_unistr.c. | Jeremy Allison | 1 | -50/+36 |
2007-10-10 | r6625: Remove another global variable left over from a long time ago (magic c... | Jeremy Allison | 1 | -5/+13 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2112: Simplify the mangle hash code to use an in-memory tdb. | Jeremy Allison | 1 | -163/+55 |
2007-10-10 | r1570: merging changes from 3.0.5 | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r1301: Fix bogus error message when using "mangling method = hash" rather | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -18/+4 |
2003-12-03 | Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <... | Jeremy Allison | 1 | -8/+10 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -3/+4 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -2/+3 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -4/+4 |
2003-04-23 | StrnCpy -> safe_strcpy() on a over-malloced struct. | Andrew Bartlett | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -4/+4 |
2003-01-02 | Merge Andrew Bartletts (size_t)-1 checks. | Jeremy Allison | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+1 |