summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-07Pass only internal oplock request values to create_fileVolker Lendecke2-46/+71
2007-12-07More parameter shufflingVolker Lendecke2-5/+5
2007-12-07Re-arrange create_file() parametersVolker Lendecke2-5/+5
2007-12-07Make fname arg to create_file a "const char *"Volker Lendecke1-6/+15
2007-12-05There's no point in passing down a 0Volker Lendecke2-19/+27
2007-12-05Move create_file to open.cVolker Lendecke2-477/+475
2007-12-05Fix an uninitialized variableVolker Lendecke1-1/+1
2007-12-05Fix debugVolker Lendecke1-2/+8
2007-12-05Fix attribute calculation for ntcreate&xVolker Lendecke1-17/+21
2007-12-05Fix error returnsVolker Lendecke1-2/+12
2007-12-05Fix debugsVolker Lendecke1-2/+18
2007-12-05Implement create_file()Volker Lendecke1-706/+347
2007-12-05Reformatting, also allow quotas for transact_createVolker Lendecke1-12/+38
2007-12-05Tiny refactoringsVolker Lendecke1-17/+12
2007-12-05Split out sd parsingVolker Lendecke1-5/+33
2007-12-05ReformattingVolker Lendecke1-9/+12
2007-12-05Align formatting, one TALLOC_FREE is enoughVolker Lendecke1-5/+5
2007-12-05Move pulling the ea list out of the wayVolker Lendecke1-14/+8
2007-12-05ReformattingVolker Lendecke1-10/+12