summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Some C++ warningsVolker Lendecke2007-12-211-2/+2
* Fix a C++ warningVolker Lendecke2007-12-211-1/+1
* Add a global cacheVolker Lendecke2007-12-211-0/+6
* Fix typo in filesystem capabilities bits.James Peach2007-12-201-3/+1
* Attempt to fix the buildVolker Lendecke2007-12-201-0/+2
* Fix a couple of warnings in mDNS registration. One of these is anJames Peach2007-12-191-2/+1
* Add filesystem capabilities bitmask to statfs info.James Peach2007-12-191-0/+85
* Expose per-fsp extension talloc context.James Peach2007-12-191-2/+14
* Release per-fsp data on file closure.James Peach2007-12-191-0/+5
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-193-64/+7
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-191-63/+148
* Remove the "is_directory" parameter from canonicalise_acl():Michael Adam2007-12-191-7/+9
* Change canonicalise_acl() to not take an fsp.Michael Adam2007-12-191-8/+15
* Change ensure_canon_entry_valid() to not take and fsp.Michael Adam2007-12-191-10/+11
* Change apply_default_perms() to not take an fsp.Michael Adam2007-12-191-14/+15
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-194-6/+18
* Remove last_message completely as it's no longer used.Jeremy Allison2007-12-182-9/+0
* Add a in-memory cacheVolker Lendecke2007-12-184-200/+112
* Remove more static fstrings (yes this little cache should beJeremy Allison2007-12-171-19/+49
* Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2007-12-171-7/+7
* Remove a static fstring.Jeremy Allison2007-12-161-20/+30
* make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke2007-12-161-87/+46
* More work on bug #5082, use LC_ALL as this takesJeremy Allison2007-12-151-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-155-20/+20
* Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison2007-12-141-1/+9
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
* Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-132-9/+253
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242
* Move more stuff out of the wayVolker Lendecke2007-12-111-7/+7
* Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke2007-12-111-4/+4
* Don't need an fstring here, we can talloc.Jeremy Allison2007-12-101-9/+8
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-4/+4
* Simplify add_session_userVolker Lendecke2007-12-101-33/+25
* Increase debug levelVolker Lendecke2007-12-101-1/+1
* Move stuff from data to textVolker Lendecke2007-12-101-2/+2
* int->boolVolker Lendecke2007-12-101-2/+2
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Get rid of the msgbuf[1600]Volker Lendecke2007-12-091-98/+132
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-38/+81
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-072-4/+4
* Attempt to fix make test :-)Volker Lendecke2007-12-071-2/+2
* Pass only internal oplock request values to create_fileVolker Lendecke2007-12-072-46/+71
* More parameter shufflingVolker Lendecke2007-12-072-5/+5
* Re-arrange create_file() parametersVolker Lendecke2007-12-072-5/+5
* Make fname arg to create_file a "const char *"Volker Lendecke2007-12-071-6/+15
* There's no point in passing down a 0Volker Lendecke2007-12-052-19/+27
* Move create_file to open.cVolker Lendecke2007-12-052-477/+475
* Fix an uninitialized variableVolker Lendecke2007-12-051-1/+1
* Fix debugVolker Lendecke2007-12-051-2/+8
* Fix attribute calculation for ntcreate&xVolker Lendecke2007-12-051-17/+21