summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Some C++ warningsVolker Lendecke3-5/+5
2007-12-21Fix a missing prototype warningVolker Lendecke1-0/+1
2007-12-21Remove some statics from md4.cVolker Lendecke1-7/+13
2007-12-21Add a singleton cacheVolker Lendecke1-2/+18
2007-12-21Make data_blob_string_const return null terminated stringsVolker Lendecke1-1/+1
2007-12-21Remove next_token_nr_talloc and its associated globalVolker Lendecke1-77/+0
2007-12-21Convert the pwnam cache to memcacheVolker Lendecke1-53/+15
2007-12-21Add memcache_add_tallocVolker Lendecke1-0/+52
2007-12-21Add a global cacheVolker Lendecke1-0/+36
2007-12-20fix dump printout when byte >= 0x80Herb Lewis1-1/+1
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke2-49/+26
2007-12-19Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-71...Volker Lendecke1-10/+8
2007-12-19Rename cache.[ch] to memcache.[ch]Volker Lendecke1-1/+1
2007-12-18We've finished with the old node once we've copied theJeremy Allison1-4/+4
2007-12-18Fix valgrind error in dbwrap_rbt where rec_priv->node wasJeremy Allison1-1/+10
2007-12-18Add a in-memory cacheVolker Lendecke1-0/+298
2007-12-17More static pstring elimination.Jeremy Allison1-26/+86
2007-12-17Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison1-9/+4
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2-0/+5
2007-12-16get rid of doschar_table[]Volker Lendecke1-54/+4
2007-12-16Tiny fixes to init_valid_table()Volker Lendecke1-2/+2
2007-12-16Make init_doschar_table() staticVolker Lendecke2-2/+3
2007-12-16Make check_dos_char staticVolker Lendecke1-1/+1
2007-12-16Remove a static fstringVolker Lendecke1-12/+20
2007-12-15Cope with valgrind > 3.2.x.Jeremy Allison1-0/+4
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke5-8/+8
2007-12-15Use dom_sid_string for sid_string_tallocVolker Lendecke1-29/+12
2007-12-15sid_string_static is no more :-)Volker Lendecke1-11/+8
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke2-5/+6
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke5-36/+30
2007-12-15Add sid_string_dbgVolker Lendecke1-0/+5
2007-12-15Add debug_ctx according to an idea by TridgeVolker Lendecke1-0/+14
2007-12-15add sid_string_tallocVolker Lendecke1-2/+10
2007-12-14add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher1-0/+6
2007-12-14debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher1-0/+4
2007-12-12Add split_domain_user() (not to mix with winbind variants).Günther Deschner1-0/+24
2007-12-11Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2-0/+14
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison5-24/+24
2007-12-10dbwrap_rbtVolker Lendecke1-0/+303
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke1-16/+41
2007-12-10Add rbtree.[ch] from the Linux kernelVolker Lendecke1-0/+397
2007-12-10Add db_tdb_fetchVolker Lendecke1-0/+27
2007-12-10Add dbwrap bystring service routinesVolker Lendecke1-0/+42
2007-12-09Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison1-1/+1
2007-12-09Choose a better default for sockaddr length.James Peach1-1/+1
2007-12-09Fix connect(2) callers to use correct sockaddr size.James Peach4-7/+26
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison3-98/+22
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-1/+1
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison3-35/+17
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2-24/+9