summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Unregister event fix from metze.Jeremy Allison2003-09-171-3/+6
* Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...Alexander Bokovoy2003-09-151-0/+1
* This ldap_value_free() looks like it was part of Jeremy's recent rampageTim Potter2003-09-151-2/+0
* I think this is a bugfix that somehow was dropped from the 3.0 tree.Tim Potter2003-09-151-0/+2
* For some reason testparm runs at debug level 2 which causes the module probe ...Tim Potter2003-09-151-1/+1
* Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2003-09-132-27/+63
* Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. ReveredJeremy Allison2003-09-121-1/+1
* Still on my mb rampage. Ensure smbldap_make_mod() correctly detects oldJeremy Allison2003-09-101-15/+13
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-0/+20
* Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...Jeremy Allison2003-09-101-0/+1
* Fix mb bug in fast path code. strlen_w() returns number of *characters*Jeremy Allison2003-09-101-3/+3
* Don't double-increment p in hash calculation. Found by valgrind.Jeremy Allison2003-09-081-1/+1
* Fix valgrind-found read of uninit variable (ensure length is right).Jeremy Allison2003-09-081-3/+3
* fix compile error on HP-UX 10.20Gerald Carter2003-09-081-0/+5
* Reformat debug.Tim Potter2003-09-081-4/+5
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+248
* Use djb-algorithm string hash - faster than the tdb one we used to use.Jeremy Allison2003-09-061-8/+7
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-051-11/+32
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-054-74/+81
* fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2003-09-051-0/+30
* Hand optimisatinos for strrchr_m using the properties we know about MBJeremy Allison2003-09-051-11/+47
* Fastpath strchr_m for ASCII.Jeremy Allison2003-09-041-0/+13
* More hand-tuning of the fastpath. Don't do strlen() when we're doingJeremy Allison2003-09-041-12/+27
* Remove convert_string_internal completely from fast path when processingJeremy Allison2003-09-041-10/+18
* Quieten level 0 debug when probing for modules. We shouldn't display so loudTim Potter2003-09-041-6/+22
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-042-12/+104
* Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison2003-09-031-1/+3
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-4/+17
* fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-0/+10
* Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-201-34/+92
* metze's autogenerate patch for version.hGerald Carter2003-08-204-4/+46
* get rid of more compiler warningsHerb Lewis2003-08-152-8/+8
* get rid of compiler warningsHerb Lewis2003-08-152-2/+2
* get rid of const as these things really are not constHerb Lewis2003-08-151-5/+5
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+1
* add IRIX EA supportHerb Lewis2003-08-151-1/+158
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-0/+30
* 2 fixesGerald Carter2003-08-131-0/+27
* Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison2003-08-122-39/+54
* Fix client autonegotiate signing.Volker Lendecke2003-08-121-1/+2
* Apply some constVolker Lendecke2003-08-111-2/+2
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-012-2/+2
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* Return proper error when it is impossible to change quota flagsAlexander Bokovoy2003-07-311-2/+23
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-3/+22
* split replace into replace and replace1 to allow setenv to be used byHerb Lewis2003-07-292-18/+42
* Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-44/+169
* If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett2003-07-271-2/+2