summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-09-08fix compile error on HP-UX 10.20Gerald Carter1-0/+5
2003-09-08Reformat debug.Tim Potter1-4/+5
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+248
2003-09-06Use djb-algorithm string hash - faster than the tdb one we used to use.Jeremy Allison1-8/+7
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison1-11/+32
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison4-74/+81
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter1-0/+30
2003-09-05Hand optimisatinos for strrchr_m using the properties we know about MBJeremy Allison1-11/+47
2003-09-04Fastpath strchr_m for ASCII.Jeremy Allison1-0/+13
2003-09-04More hand-tuning of the fastpath. Don't do strlen() when we're doingJeremy Allison1-12/+27
2003-09-04Remove convert_string_internal completely from fast path when processingJeremy Allison1-10/+18
2003-09-04Quieten level 0 debug when probing for modules. We shouldn't display so loudTim Potter1-6/+22
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison2-12/+104
2003-09-03Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison1-1/+3
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-4/+17
2003-08-25fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter1-1/+2
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison1-0/+10
2003-08-21Shut conversion errors up when initialising tables.Jeremy Allison1-12/+24
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison1-34/+92
2003-08-20metze's autogenerate patch for version.hGerald Carter4-4/+46
2003-08-15get rid of more compiler warningsHerb Lewis2-8/+8
2003-08-15get rid of compiler warningsHerb Lewis2-2/+2
2003-08-15get rid of const as these things really are not constHerb Lewis1-5/+5
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-2/+1
2003-08-15add IRIX EA supportHerb Lewis1-1/+158
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-0/+30
2003-08-132 fixesGerald Carter1-0/+27
2003-08-12Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison2-39/+54
2003-08-12Fix client autonegotiate signing.Volker Lendecke1-1/+2
2003-08-11Apply some constVolker Lendecke1-2/+2
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough2-2/+2
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-07-31Return proper error when it is impossible to change quota flagsAlexander Bokovoy1-2/+23
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-3/+22
2003-07-29split replace into replace and replace1 to allow setenv to be used byHerb Lewis2-18/+42
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-44/+169
2003-07-27If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett1-2/+2
2003-07-27When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett1-76/+0
2003-07-27Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2-45/+9
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-50/+70
2003-07-25Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter1-1/+1
2003-07-25fix user_in_list to work with winbind groups again; my bugGerald Carter1-1/+1
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter3-5/+5
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter3-3/+3
2003-07-23Ensure a prototype is generated for smb_snprintf()Tim Potter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter3-4/+4
2003-07-23A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter1-4/+2
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-0/+33
2003-07-19Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett1-11/+24