Age | Commit message (Expand) | Author | Files | Lines |
2003-09-07 | Nobody complained on the team-list, so commit it ... | Volker Lendecke | 1 | -0/+248 |
2003-09-06 | Use djb-algorithm string hash - faster than the tdb one we used to use. | Jeremy Allison | 1 | -8/+7 |
2003-09-05 | More cachegrind tuning, plus fix an error message. | Jeremy Allison | 1 | -11/+32 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 4 | -74/+81 |
2003-09-05 | fix bug 397: use a variant of alloc_sub_basic() for string lists. | Gerald Carter | 1 | -0/+30 |
2003-09-05 | Hand optimisatinos for strrchr_m using the properties we know about MB | Jeremy Allison | 1 | -11/+47 |
2003-09-04 | Fastpath strchr_m for ASCII. | Jeremy Allison | 1 | -0/+13 |
2003-09-04 | More hand-tuning of the fastpath. Don't do strlen() when we're doing | Jeremy Allison | 1 | -12/+27 |
2003-09-04 | Remove convert_string_internal completely from fast path when processing | Jeremy Allison | 1 | -10/+18 |
2003-09-04 | Quieten level 0 debug when probing for modules. We shouldn't display so loud | Tim Potter | 1 | -6/+22 |
2003-09-04 | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 2 | -12/+104 |
2003-09-03 | Fix up overlapping memcpy -> memmove found by valgrind. | Jeremy Allison | 1 | -1/+3 |
2003-08-28 | Fix bug found by tridge in 2.2.x. Ensure that %U substitution is | Jeremy Allison | 1 | -4/+17 |
2003-08-25 | fix bug 289; make sure to reset the offset into a string when reallocating space | Gerald Carter | 1 | -1/+2 |
2003-08-23 | Half-way though the big conversion of all nmbd access to wire elements being | Jeremy Allison | 1 | -0/+10 |
2003-08-21 | Shut conversion errors up when initialising tables. | Jeremy Allison | 1 | -12/+24 |
2003-08-20 | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 1 | -34/+92 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 4 | -4/+46 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 2 | -8/+8 |
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 | 1 | -5/+5 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -2/+1 |
2003-08-15 | add IRIX EA support | Herb Lewis | 1 | -1/+158 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 1 | -0/+30 |
2003-08-13 | 2 fixes | Gerald Carter | 1 | -0/+27 |
2003-08-12 | Fix for bugid #205 - work by Andrew Bartlet (modified to use | Jeremy Allison | 2 | -39/+54 |
2003-08-12 | Fix client autonegotiate signing. | Volker Lendecke | 1 | -1/+2 |
2003-08-11 | Apply some const | Volker Lendecke | 1 | -2/+2 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 15 | -336/+462 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 2 | -2/+2 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-07-31 | Return proper error when it is impossible to change quota flags | Alexander Bokovoy | 1 | -2/+23 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -3/+22 |
2003-07-29 | split replace into replace and replace1 to allow setenv to be used by | Herb Lewis | 2 | -18/+42 |
2003-07-29 | Add NT quotas support. Users allowed now to manage quotas on systems with sys... | Alexander Bokovoy | 1 | -44/+169 |
2003-07-27 | If we strupper_m after the alpha_strcpy() we know that it is less likaly | Andrew Bartlett | 1 | -2/+2 |
2003-07-27 | When removing an 'unused' function, it helps to remove the 'unused' callers... | Andrew Bartlett | 1 | -76/+0 |
2003-07-27 | Use push_ucs2_allocate(), rather than convert_string_allocate() directly. | Andrew Bartlett | 2 | -45/+9 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -50/+70 |
2003-07-25 | Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ... | Gerald Carter | 1 | -1/+1 |
2003-07-25 | fix user_in_list to work with winbind groups again; my bug | Gerald Carter | 1 | -1/+1 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 3 | -5/+5 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 3 | -3/+3 |
2003-07-23 | Ensure a prototype is generated for smb_snprintf() | Tim Potter | 1 | -1/+1 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 3 | -4/+4 |
2003-07-23 | A fix for bug 174. I'm pushing this to the tree to test it on one of | Tim Potter | 1 | -4/+2 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -1/+1 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 1 | -0/+33 |
2003-07-19 | Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings. | Andrew Bartlett | 1 | -11/+24 |
2003-07-17 | Disconnect an idle LDAP connection after 150 seconds. | Volker Lendecke | 1 | -1/+43 |