summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-12-26We need to return the correct atimeVolker Lendecke1-1/+6
2007-12-22If we detect a case insensitive filesystem makeJeremy Allison1-4/+11
2007-12-22Use filesystem capabilities to support case-insensitive filesystems.James Peach2-17/+30
2007-12-22Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach6-21/+28
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach1-0/+15
2007-12-22Remove redundant connection_struct from check_magic() parameter list.Michael Adam1-2/+3
2007-12-22Remove redundant connection_struct from fd_close() parameter list.Michael Adam2-12/+12
2007-12-22Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam1-1/+1
2007-12-21Some C++ fixesVolker Lendecke1-3/+3
2007-12-21Some C++ warningsVolker Lendecke1-2/+2
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-21Add a global cacheVolker Lendecke1-0/+6
2007-12-20Fix typo in filesystem capabilities bits.James Peach1-3/+1
2007-12-20Attempt to fix the buildVolker Lendecke1-0/+2
2007-12-19Fix a couple of warnings in mDNS registration. One of these is anJames Peach1-2/+1
2007-12-19Add filesystem capabilities bitmask to statfs info.James Peach1-0/+85
2007-12-19Expose per-fsp extension talloc context.James Peach1-2/+14
2007-12-19Release per-fsp data on file closure.James Peach1-0/+5
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam3-64/+7
2007-12-19Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam1-63/+148
2007-12-19Remove the "is_directory" parameter from canonicalise_acl():Michael Adam1-7/+9
2007-12-19Change canonicalise_acl() to not take an fsp.Michael Adam1-8/+15
2007-12-19Change ensure_canon_entry_valid() to not take and fsp.Michael Adam1-10/+11
2007-12-19Change apply_default_perms() to not take an fsp.Michael Adam1-14/+15
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke4-6/+18
2007-12-18Remove last_message completely as it's no longer used.Jeremy Allison2-9/+0
2007-12-18Add a in-memory cacheVolker Lendecke4-200/+112
2007-12-17Remove more static fstrings (yes this little cache should beJeremy Allison1-19/+49
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison1-7/+7
2007-12-16Remove a static fstring.Jeremy Allison1-20/+30
2007-12-16make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke1-87/+46
2007-12-15More work on bug #5082, use LC_ALL as this takesJeremy Allison1-2/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke5-20/+20
2007-12-14Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison1-1/+9
2007-12-13Move dns_sd.h include to fix the build.James Peach1-3/+4
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2-9/+253
2007-12-11separate out create_file_unixpath()Volker Lendecke1-171/+242
2007-12-11Move more stuff out of the wayVolker Lendecke1-7/+7
2007-12-11Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke1-4/+4
2007-12-10Don't need an fstring here, we can talloc.Jeremy Allison1-9/+8
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-4/+4
2007-12-10Simplify add_session_userVolker Lendecke1-33/+25
2007-12-10Increase debug levelVolker Lendecke1-1/+1
2007-12-10Move stuff from data to textVolker Lendecke1-2/+2
2007-12-10int->boolVolker Lendecke1-2/+2
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-09Get rid of the msgbuf[1600]Volker Lendecke1-98/+132
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison3-38/+81
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2-4/+4
2007-12-07Attempt to fix make test :-)Volker Lendecke1-2/+2