s3-chgpasswd: split out a check_password_complexity() function.
[ira/wip.git] / source3 / smbd / statcache.c
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Change unix_convert to use an smb_filename struct...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-18 Volker LendeckeAdd a in-memory cache
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Jeremy Allisonr24813: Reformat to 80 columns.
2007-10-10 Jeremy Allisonr23844: Add patch series from Volker (after review...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23743: Simplify stat_cache_lookup() logic. For the...
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker22911: Pass a messaging_context to message_send_all
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Jeremy Allisonr20916: Add in the delete on close final fix - but...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15103: Okay, looking closer: Samba4 tdb not exporting...
2007-10-10 Volker Lendecker15102: u32 is a tdb-only thing that's not exported...
2007-10-10 Jeremy Allisonr10186: More 64-bit warning fixes.
2007-10-10 Jeremy Allisonr7846: Fix from bugzilla@kevinjamieson.com Kevin Jamies...
2007-10-10 Jeremy Allisonr6249: Get the comparison the right way around...
2007-10-10 Jeremy Allisonr6240: Fix for bug #2581. Add size limit (in kb) to...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2116: Ensure statcache has large enough tdb memory...
2007-10-10 Jeremy Allisonr2112: Simplify the mangle hash code to use an in-memor...
2007-10-10 Jeremy Allisonr2032: If you're selecting a hash algorithm for tdb...
2007-10-10 Jeremy Allisonr2026: Simplify statcache to use an in-memory tdb....
2007-10-10 Jeremy Allisonr570: Remove lots of globals to handle case issues...
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-03 Tim PotterFix more 64-bit printf warnings.
2003-09-16 Tim PotterMerge from 3.0:
2003-09-15 Tim PotterFixed typo in debug.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore cachegrind tuning, plus fix an error message.
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-27 Andrew BartlettAllow the stat cache to better handle invalid multibyte...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-07 Jeremy AllisonFix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-02 Jeremy AllisonAdded fix for Japanese case names in statcache - these...
2003-07-02 Jeremy AllisonWhitespace reformat before applying a patch.
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 Andrew BartlettRemove unused (#ifdef'ed) code.
2003-03-17 Andrew BartlettMerge new statcache.c from HEAD.
2003-03-17 Andrew BartlettAdd copyright.
2003-03-17 Andrew BartlettBrain fart - make sure we truncate the right string...
2003-03-17 Andrew BartlettMore statcache fixes - and add a bit more doco.
2003-03-17 Andrew BartlettFix memory leaks and add parinoioa code to our stat...
2003-03-16 Andrew BartlettNew statcache internals - this time it's actually possi...
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-03 Andrew BartlettAnother pstrcpy() into malloc()ed buffer fix.
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettSome cleanups:
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-09-25 Andrew Tridgellfixed a typo
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-05-12 Andrew Tridgellstatcache initialisation fix
2000-11-27 Jeremy AllisonRemoved unnessesary init.
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-04 Jeremy AllisonMade re-init of stat cache explicit rather than being...
2000-05-04 Andrew Tridgellif the stat cache is off then don't initialise it
2000-05-02 Andrew Tridgellfixed a memory leak (calling hash_table_init twice)
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...