summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-1616-122/+470
| * Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij2003-05-291-51/+103
| * Merge of rpcstr_pull() termination fixes from 3.0Tim Potter2003-05-281-1/+4
| * Merge of formatting fixups from 3.0Tim Potter2003-05-281-4/+9
| * Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter2003-05-281-0/+4
| * Fix unused variable warning.Tim Potter2003-05-271-1/+2
| * Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER andTim Potter2003-05-271-0/+11
| * Jelmer was really excited about copyrights this year.Tim Potter2003-05-271-1/+1
| * syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-141-9/+9
| * Move some #ifdefs and function prototypes around to avoid a compilerTim Potter2003-05-141-13/+14
| * fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
| * Merge from distcc:Martin Pool2003-05-071-2/+8
| * Add metze's exit and idle event patchJelmer Vernooij2003-05-061-1/+106
| * Fixed typo introduced when reverting patch from revision 1.19Tim Potter2003-05-051-1/+1
* | Fixed silly typo checking for signal_handler not signal.Jeremy Allison2003-10-011-1/+1
* | Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison2003-10-011-62/+86
* | wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter2003-10-012-4/+6
* | iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison2003-09-271-1/+1
* | Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-5/+7
* | This only touches the fake kaserver support. It adds two parameters:Volker Lendecke2003-09-231-24/+36
* | Add a descriptive comment to our usage of setresuid. lib/afs.c needsVolker Lendecke2003-09-231-0/+4
* | fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
* | Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-2/+2
* | 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