summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-10-01Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison1-62/+86
2003-10-01merge of parameter changes from 3.0 and fix for bug 550Gerald Carter2-4/+6
2003-10-01wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter2-4/+6
2003-09-29Merge from 3.0:Tim Potter1-1/+1
2003-09-29Merge from 3.0:Tim Potter1-5/+7
2003-09-27iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison1-1/+1
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-5/+7
2003-09-24* sync more files from 3.0Gerald Carter2-24/+40
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-24/+36
2003-09-23Add a descriptive comment to our usage of setresuid. lib/afs.c needsVolker Lendecke1-0/+4
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-2/+2
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-2/+2
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-15Alias charset 646 internallyAlexander Bokovoy1-0/+1
2003-09-15Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...Alexander Bokovoy1-0/+1
2003-09-15This ldap_value_free() looks like it was part of Jeremy's recent rampageTim Potter1-2/+0
2003-09-15Merge from Samba 3.0:Tim Potter1-15/+33
2003-09-15I think this is a bugfix that somehow was dropped from the 3.0 tree.Tim Potter1-0/+2
2003-09-15Merge from Samba 3.0:Tim Potter2-28/+65
2003-09-15Merge from Samba 3.0:Tim Potter1-1/+1
2003-09-15For some reason testparm runs at debug level 2 which causes the module probe ...Tim Potter1-1/+1
2003-09-13Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2-27/+63
2003-09-12Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. ReveredJeremy Allison1-1/+1
2003-09-10Still on my mb rampage. Ensure smbldap_make_mod() correctly detects oldJeremy Allison1-15/+13
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-0/+20
2003-09-10Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...Jeremy Allison1-0/+1
2003-09-10Remove another dead file.Tim Potter1-719/+0
2003-09-10Fix mb bug in fast path code. strlen_w() returns number of *characters*Jeremy Allison1-3/+3
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter20-225/+1158
2003-09-08Don't double-increment p in hash calculation. Found by valgrind.Jeremy Allison1-1/+1
2003-09-08Fix valgrind-found read of uninit variable (ensure length is right).Jeremy Allison1-3/+3
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