Age | Commit message (Expand) | Author | Files | Lines |
2003-09-15 | This ldap_value_free() looks like it was part of Jeremy's recent rampage | Tim Potter | 1 | -2/+0 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -15/+33 |
2003-09-15 | I think this is a bugfix that somehow was dropped from the 3.0 tree. | Tim Potter | 1 | -0/+2 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 2 | -28/+65 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -1/+1 |
2003-09-15 | For some reason testparm runs at debug level 2 which causes the module probe ... | Tim Potter | 1 | -1/+1 |
2003-09-13 | Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS ! | Jeremy Allison | 2 | -27/+63 |
2003-09-12 | Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. Revered | Jeremy Allison | 1 | -1/+1 |
2003-09-10 | Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old | Jeremy Allison | 1 | -15/+13 |
2003-09-10 | Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting | Jeremy Allison | 1 | -0/+20 |
2003-09-10 | Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@... | Jeremy Allison | 1 | -0/+1 |
2003-09-10 | Remove another dead file. | Tim Potter | 1 | -719/+0 |
2003-09-10 | Fix mb bug in fast path code. strlen_w() returns number of *characters* | Jeremy Allison | 1 | -3/+3 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 20 | -225/+1158 |
2003-09-08 | Don't double-increment p in hash calculation. Found by valgrind. | Jeremy Allison | 1 | -1/+1 |
2003-09-08 | Fix valgrind-found read of uninit variable (ensure length is right). | Jeremy Allison | 1 | -3/+3 |
2003-09-08 | fix compile error on HP-UX 10.20 | Gerald Carter | 1 | -0/+5 |
2003-09-08 | Reformat debug. | Tim Potter | 1 | -4/+5 |
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 |