s3-chgpasswd: split out a check_password_complexity() function.
[ira/wip.git] / source3 / smbd / dosmode.c
2009-11-06 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-11-05 Jeremy AllisonFix debug comment (brain wasn't working...).
2009-11-04 Jeremy AllisonFilter the returned DOS attributes by 0xFF for clients
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-12 Jeremy AllisonFix BASE-DELAYWRITE test by removing const from struct...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-07-30 Jeremy AllisonTidy up treatment of ctime.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-09 Tim Proutys3: Fix two arguments that broke when plumbing smb_filn...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-07-08 Tim Proutys3: Remove unnecessary const qualifiers
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3 sticky write time: Removed unused args and tighten...
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-06-26 Tim Proutys3: pass a valid stat into file_ntimes()
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Tim Proutys3: Fix a few more users of stat to use stat_ex
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Volker LendeckeFix some nonempty blank lines
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-31 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-30 Jeremy AllisonEnsure files starting with multiple dots are hidden
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2009-01-07 Jeremy AllisonFix bug #6016 - Alternate Data Streams / Extended Attri...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-09 Tim Proutys3: Make a few open utility functions non-static
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-12 Tim Proutys3: Add support for storing dos attributes as st_flags...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-06 Jeremy AllisonWrite times code update.
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Jeremy AllisonMake operator precedence very clear.
2008-02-06 Alexander BokovoyAllow actual call to set file offline
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Alexander BokovoyRework of VFS is_offline() function to only return...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyAdd support for offline files support, remote storage...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-28 Volker LendeckeFix setting the initial permission bits
2007-10-31 Jeremy AllisonNote when we're setting change time, not write time...
2007-10-31 Jeremy AllisonFix some cases where file_set_dosmode was being passed
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
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 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Volker Lendecker21087: Make the param list of notify_fname match notif...
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20597: Survive some of the notify mask tests.
2007-10-10 Volker Lendecker20356: Consolidate the calls to parent_dirname() per...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16789: Fix bug #3909, when using ea's getting a direct...
2007-10-10 Jeremy Allisonr14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>...
2007-10-10 James Peachr14668: Set the FILE_STATUS_OFFLINE bit by observing...
2007-10-10 Jeremy Allisonr11943: Don't reset attrs to zero in EA get - we are...
2007-10-10 Jeremy Allisonr11767: Doesn't need to be exported.
2007-10-10 Jeremy Allisonr11718: Filter stored DOS attributes by SAMBA_ATTRIBUTE...
2007-10-10 Jeremy Allisonr10979: After discussions on IRC about profile shares,
2007-10-10 Jeremy Allisonr10888: We've already checked 'CAN_WRITE' so we don...
2007-10-10 Jeremy Allisonr10885: Fix bug where read-only share files are always...
2007-10-10 Jeremy Allisonr10359: Ensure that smb.conf requests for hidden files...
2007-10-10 Jeremy Allisonr10276: Fix for bug #3104 from Leo Weppelman <leo@wau...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7452: Set sparse flag if needed. Based on code from...
2007-10-10 Jeremy Allisonr6895: Add "acl check permissions" to turn on/off the...
2007-10-10 Jeremy Allisonr6049: Ensure "dos filetime" checks file ACLs correctly...
2007-10-10 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2007-10-10 Günther Deschnerr3673: Do not fail on setting file attributes with...
2007-10-10 Günther Deschnerr3496: Fix calling of get_acl_group_bits().
2007-10-10 Jeremy Allisonr2700: Fix bug where we could incorrectly set sparse...
2007-10-10 Jeremy Allisonr971: Auto remove store dos attributes if underlying...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2004-03-31 Jeremy AllisonReformat in preparation for EA dosmode attributes.
2004-03-19 Jeremy AllisonFix for #1064 - ensure truncate attribute checking...
2003-11-25 Jeremy AllisonPatch from Jim McDonough for bug #802. Retrieve the...
2003-11-25 Jeremy AllisonPatch from Jim McDonough for bug #802. Retrieve the...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next