summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-104-24/+24
* r22784: fixed change notify for delete on closeAndrew Tridgell2007-10-101-0/+4
* r22765: Fix from Alison Winters <alisonw@sgi.com> for missing returnJeremy Allison2007-10-101-0/+1
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-104-25/+12
* r22755: Second half of r22754. As it stands now, string_replace expects aVolker Lendecke2007-10-101-10/+8
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-102-4/+4
* r22747: Fix some C++ warningsVolker Lendecke2007-10-102-8/+4
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-107-19/+19
* r22695: Dummy checkin (reformatting) to make the AIX hosts retry.Volker Lendecke2007-10-101-6/+6
* r22693: Always compile before checkin.... I've now installed dmapi on my lapt...Volker Lendecke2007-10-101-1/+2
* r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2007-10-102-5/+5
* r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison2007-10-101-0/+1
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-102-3/+7
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-109-12/+12
* r22533: Use lib functions where we have themVolker Lendecke2007-10-101-2/+3
* r22502: Fix bug #4536 - delete symlinks to a directory correctly.Jeremy Allison2007-10-101-1/+17
* r22495: Create wrapper to hide the details of obtaining a set of socketsJames Peach2007-10-102-167/+203
* r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison2007-10-101-0/+2
* r22492: Add objectid code.Jeremy Allison2007-10-101-10/+23
* r22491: Fix the build (3.0.25 and 3.0 are different here).Jeremy Allison2007-10-101-1/+1
* r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison2007-10-101-4/+92
* r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison2007-10-101-11/+10
* r22458: Fix a commentVolker Lendecke2007-10-101-1/+1
* r22418: Support running under launchd. We abstract the method of obtainingJames Peach2007-10-102-55/+162
* r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2007-10-101-40/+49
* r22411: Fix the build:Michael Adam2007-10-101-3/+5
* r22395: allow profiling level to be set on startupHerb Lewis2007-10-101-0/+10
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-1015-209/+307
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-104-15/+28
* r22352: Wow - working gss SMB sealing !Jeremy Allison2007-10-101-0/+3
* r22351: Making progress in tests...Jeremy Allison2007-10-101-0/+7
* r22350: Add some helpful debug messages.Jeremy Allison2007-10-101-1/+7
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-101-14/+16
* r22291: Fix off-by-one in tconX parsing.Jeremy Allison2007-10-101-2/+11
* r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-10-102-5/+7
* r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICEStefan Metzmacher2007-10-101-1/+4
* r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke2007-10-101-0/+7
* r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>Gerald Carter2007-10-101-1/+1
* r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.Jeremy Allison2007-10-102-3/+5
* r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison2007-10-101-1/+1
* r22129: Fix the nttrans create extended response for pipesJeremy Allison2007-10-101-5/+44
* r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIREDJeremy Allison2007-10-101-1/+24
* r22124: Wow - NTCreateX sets the word count to 42, but returns 50 onJeremy Allison2007-10-101-1/+7
* r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison2007-10-101-7/+18
* r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison2007-10-101-1/+22
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-101-15/+15
* r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter2007-10-101-0/+5
* r22065: First logic change I've found :-(. We were being tooJeremy Allison2007-10-101-9/+24
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-102-34/+39