Age | Commit message (Expand) | Author | Files | Lines |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -2/+1 |
2009-01-08 | s3:smbd: make mangle_fns const | Stefan Metzmacher | 1 | -2/+2 |
2008-11-02 | Fix bug 5860: safe_strcpy gives a nasty error message for overlong strings | Volker Lendecke | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -32/+33 |
2007-10-10 | r23866: Fix a 1-byte buffer overrun | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23844: Add patch series from Volker (after review and consultation). | Jeremy Allison | 1 | -0/+15 |
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 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -12/+16 |
2007-10-10 | r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat... | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r6625: Remove another global variable left over from a long time ago (magic c... | Jeremy Allison | 1 | -10/+9 |
2007-10-10 | r1570: merging changes from 3.0.5 | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -1/+1 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -7/+14 |
2002-04-11 | don't try to return a void | Andrew Tridgell | 1 | -1/+1 |
2002-04-11 | this adds a completely new hash based mangling scheme | Andrew Tridgell | 1 | -0/+1 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -915/+68 |
2002-04-08 | a fix yet committed to 2.2 sometimes ago and reintroduced here! | Simo Sorce | 1 | -1/+1 |
2002-04-08 | Reintroduce the 2.2 name mangling code, until we get are more flexible solution. | Andrew Bartlett | 1 | -820/+785 |
2002-03-14 | Actually include some *information* in the mangle debug messages. | Andrew Bartlett | 1 | -14/+39 |
2002-02-19 | in dos_unmangle() the only function call was to *mangle()*. Adding the | Andrew Bartlett | 1 | -1/+1 |
2002-02-04 | better debug messages! | Simo Sorce | 1 | -8/+8 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | Fix a 'const' warning. | Andrew Bartlett | 1 | -1/+1 |
2002-01-25 | micro fix :-) | Simo Sorce | 1 | -0/+1 |
2002-01-25 | minor fixes | Simo Sorce | 1 | -3/+5 |
2002-01-24 | handle filenames like .bashrc better in the new mangling code | Andrew Tridgell | 1 | -8/+12 |
2001-11-24 | removed unused function | Andrew Tridgell | 1 | -18/+0 |
2001-11-12 | some bugfix and new functions, | Simo Sorce | 1 | -31/+10 |
2001-11-10 | fixed, moved and added some functions | Simo Sorce | 1 | -1/+1 |
2001-11-05 | Fixed compiler warnings. | Tim Potter | 1 | -3/+2 |
2001-11-04 | a big one: | Simo Sorce | 1 | -1084/+249 |
2001-10-29 | - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ... | Simo Sorce | 1 | -4/+81 |
2001-10-28 | fix a logic bug on max size of a returned string, | Simo Sorce | 1 | -3/+9 |
2001-10-26 | Fixed compile warning. | Tim Potter | 1 | -1/+1 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 1 | -1/+0 |
2001-10-22 | ops, some testing code in compat function let only mangled name come back. | Simo Sorce | 1 | -12/+12 |
2001-10-22 | lets try the new mangling code | Simo Sorce | 1 | -7/+39 |
2001-10-13 | introduce mangle backward compatibility functions | Simo Sorce | 1 | -2/+147 |
2001-10-11 | remove unused function in mangle.c | Simo Sorce | 1 | -12/+0 |
2001-10-10 | Fixed some compile warnings. | Tim Potter | 1 | -4/+2 |
2001-10-08 | tim suggested to add a copyright note :) | Simo Sorce | 1 | -1/+21 |
2001-10-07 | more fixing and testing. | Simo Sorce | 1 | -54/+83 |
2001-10-04 | init only in test code. | Simo Sorce | 1 | -48/+55 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-29 | undef the code for now | Simo Sorce | 1 | -2/+2 |