summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22954: More messaging_registerVolker Lendecke1-1/+1
2007-10-10r22942: Some message_register -> messaging_register conversionsVolker Lendecke3-42/+75
2007-10-10r22925: Sync read_and_X with 3.0.26 code (use setup_readX_header()).Jeremy Allison1-6/+1
2007-10-10r22922: Move "normal_read:" label out of ifdef guard. Fix the build.Jeremy Allison1-2/+2
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2-63/+111
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke2-2/+4
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-1/+1
2007-10-10r22900: Convert profile/ to messaging_send_pid/messaging_registerVolker Lendecke1-1/+1
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke7-80/+98
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke4-15/+28
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke4-24/+24