summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22784: fixed change notify for delete on closeAndrew Tridgell1-0/+4
2007-10-10r22765: Fix from Alison Winters <alisonw@sgi.com> for missing returnJeremy Allison1-0/+1
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke4-25/+12
2007-10-10r22755: Second half of r22754. As it stands now, string_replace expects aVolker Lendecke1-10/+8
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2-4/+4
2007-10-10r22747: Fix some C++ warningsVolker Lendecke2-8/+4
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke7-19/+19
2007-10-10r22695: Dummy checkin (reformatting) to make the AIX hosts retry.Volker Lendecke1-6/+6
2007-10-10r22693: Always compile before checkin.... I've now installed dmapi on my lapt...Volker Lendecke1-1/+2
2007-10-10r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2-5/+5
2007-10-10r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison1-0/+1
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-4/+8
2007-10-10r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2-3/+7
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison9-12/+12
2007-10-10r22533: Use lib functions where we have themVolker Lendecke1-2/+3
2007-10-10r22502: Fix bug #4536 - delete symlinks to a directory correctly.Jeremy Allison1-1/+17
2007-10-10r22495: Create wrapper to hide the details of obtaining a set of socketsJames Peach2-167/+203
2007-10-10r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison1-0/+2
2007-10-10r22492: Add objectid code.Jeremy Allison1-10/+23
2007-10-10r22491: Fix the build (3.0.25 and 3.0 are different here).Jeremy Allison1-1/+1