summaryrefslogtreecommitdiff
path: root/source3/intl
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove "tdb based replacement for gettext"Andrew Bartlett2019-05-222-293/+0
* lib: Pass mem_ctx to lock_path()Volker Lendecke2018-08-171-1/+1
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-241-0/+1
* lang_tdb: don't leak lock_path or data_path onto talloc tosDavid Disseldorp2014-11-031-5/+18
* source3/intl/lang_tdb.h: fix licence/copyrightGünther Deschner2011-06-101-0/+23
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
* s3-build: only include intl protos where needed.Günther Deschner2011-03-302-0/+8
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-3/+3
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-261-1/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-251-1/+1
* Fix some warningsVolker Lendecke2008-02-251-2/+9
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23671: Remove unused code -- 16416 bytes of bss space...Volker Lendecke2007-10-101-26/+0
* r21973: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-11/+5
* r17345: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r14225: Fix Coverity Bug # 67Volker Lendecke2007-10-101-1/+4
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-2/+2
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
* More casty-foo ...Richard Sharpe2003-11-131-1/+2
* Add newline to debug messageAndrew Bartlett2003-11-071-1/+1
* Fix from Monyo.John Terpstra2003-10-181-1/+1
* Allow d_printf() to handle strings with escaped quotation marks since theTim Potter2003-09-261-2/+33
* Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>Jeremy Allison2003-09-221-0/+1
* Applied Monyo's patch for bug #412 which allows \n characters toTim Potter2003-09-221-0/+2
* Put in some DEBUGs for swat language selection. Part of bug 456.Tim Potter2003-09-191-13/+22
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-1/+2
* sync 3.0 branch with headJelmer Vernooij2002-08-171-2/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-2/+2
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* add *.po32 to ignore listHerb Lewis2001-12-121-0/+1
* Ignore .po files.Martin Pool2001-11-191-0/+1
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-2/+2
* - renamed *.po message files to *.msgAndrew Tridgell2001-10-151-12/+15
* removed unused gettext codeAndrew Tridgell2001-10-1522-4956/+0
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-14/+53
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-0/+181
* added files and directories to support gettext() featureMotonobu Takahashi2001-09-2423-0/+5056