summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison3-13/+69
2007-10-10r23502: Restore exit-on-idle. Small refactoring for clarity. Exit ifJames Peach1-17/+26
2007-10-10r23501: Move notify_rename before rename_internals_fsp and call it from there.Volker Lendecke1-42/+44
2007-10-10r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke2-5/+16
2007-10-10r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke1-18/+33
2007-10-10r23483: Revert 23482, I must have run 'make test' in the wrong subdir.Volker Lendecke1-14/+18
2007-10-10r23482: Slightly simplify the rename code: Remove two local variables that areVolker Lendecke1-18/+14
2007-10-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-1/+3
2007-10-10r23469: Fix a commentVolker Lendecke1-1/+1
2007-10-10r23467: Next little simplification: In rename_internals it's a bit pointless toVolker Lendecke1-38/+13
2007-10-10r23466: Fix RAW-NOTIFY: by using delete on close the notify is triggered deepVolker Lendecke1-6/+0
2007-10-10r23457: After Jeremy's ack:Volker Lendecke1-24/+29
2007-10-10r23450: max_params_return is complete fiction when getting a changenotifyJeremy Allison2-18/+6
2007-10-10r23445: Fix suggested by Volker. Don't call rename_open_filesJeremy Allison1-2/+0
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke2-0/+13
2007-10-10r23398: Support membership of >16 groups on Darwin by making sure we opt in t...James Peach1-0/+49
2007-10-10r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach1-1/+1
2007-10-10r23391: Second part of the patch for Apple.Jeremy Allison1-14/+22
2007-10-10r23390: First part of the patch to make Apple's life easier.Jeremy Allison1-6/+6
2007-10-10r23375: Fix a 64-bit warningVolker Lendecke1-1/+1
2007-10-10r23346: Fix offline caching with XP/Vista. It was an off-by-oneJeremy Allison1-4/+4
2007-10-10r23299: Fix the build for !WITH_SENDFILE.James Peach1-4/+3
2007-10-10r23272: Fix main event loop - reviewed by Volker.Jeremy Allison1-2/+4
2007-10-10r23241: In preparation for the cluster messaging import the parent smbd needs toVolker Lendecke1-5/+19
2007-10-10r23236: Another bad merge: Correctly free and unlock the session record inVolker Lendecke1-1/+2
2007-10-10r23221: Fix a bad merge, avoid a memory leak and tdb lock problemVolker Lendecke1-0/+1
2007-10-10r23220: Add traverse_read to dbwrapVolker Lendecke1-1/+1
2007-10-10r23206: remove unreachable codeGerald Carter1-3/+0
2007-10-10r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke1-0/+2
2007-10-10r23186: Checkin on behalf of Tridge:Volker Lendecke1-57/+57
2007-10-10r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26Volker Lendecke1-2/+3
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke10-193/+158
2007-10-10r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger becauseVolker Lendecke1-53/+118
2007-10-10r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke2-11/+13
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-88/+75
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke4-26/+25
2007-10-10r23167: Remove an unused parameterVolker Lendecke4-4/+5
2007-10-10r23151: Re-arrange the logic so it looks identical to theJeremy Allison1-8/+14
2007-10-10r23150: Fix Samba3 in the build farm again. In the case where theJeremy Allison1-0/+17
2007-10-10r23107: Fix renames on file descriptors that are supposed to overwrite theJeremy Allison1-3/+4
2007-10-10r23106: Use lchown for symlinks.Jeremy Allison1-2/+11
2007-10-10r23100: Implement the delete on close semantics I've just tested forJeremy Allison3-27/+72
2007-10-10r23088: Fix rename for cifsfs client. This may be needed forJeremy Allison1-2/+2
2007-10-10r23087: Fix POSIX setfilepathinfo to use lstat, not stat.Jeremy Allison2-10/+27
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke4-5/+3
2007-10-10r23016: Remove extra & - thanks to Volker for spotting this.Jeremy Allison1-1/+1
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke1-19/+24
2007-10-10r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison3-10/+36
2007-10-10r23007: Ensure we don't allow large read over the possibleJeremy Allison1-0/+4
2007-10-10r22978: Don't use current_user to prep the security ctx in change_to_userGerald Carter1-7/+15