summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison1-4/+92
2007-10-10r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison1-11/+10
2007-10-10r22458: Fix a commentVolker Lendecke1-1/+1
2007-10-10r22418: Support running under launchd. We abstract the method of obtainingJames Peach2-55/+162
2007-10-10r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach1-40/+49
2007-10-10r22411: Fix the build:Michael Adam1-3/+5
2007-10-10r22395: allow profiling level to be set on startupHerb Lewis1-0/+10
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison15-209/+307
2007-10-10r22389: Start preparing for multiple encryption contexts in theJeremy Allison4-15/+28
2007-10-10r22352: Wow - working gss SMB sealing !Jeremy Allison1-0/+3
2007-10-10r22351: Making progress in tests...Jeremy Allison1-0/+7
2007-10-10r22350: Add some helpful debug messages.Jeremy Allison1-1/+7
2007-10-10r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison1-14/+16
2007-10-10r22291: Fix off-by-one in tconX parsing.Jeremy Allison1-2/+11
2007-10-10r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2-5/+7
2007-10-10r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICEStefan Metzmacher1-1/+4
2007-10-10r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke1-0/+7
2007-10-10r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>Gerald Carter1-1/+1
2007-10-10r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.Jeremy Allison2-3/+5
2007-10-10r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison1-1/+1
2007-10-10r22129: Fix the nttrans create extended response for pipesJeremy Allison1-5/+44
2007-10-10r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIREDJeremy Allison1-1/+24
2007-10-10r22124: Wow - NTCreateX sets the word count to 42, but returns 50 onJeremy Allison1-1/+7
2007-10-10r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison1-7/+18
2007-10-10r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison1-1/+22
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-15/+15
2007-10-10r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter1-0/+5
2007-10-10r22065: First logic change I've found :-(. We were being tooJeremy Allison1-9/+24
2007-10-10r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2-34/+39
2007-10-10r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.Jeremy Allison1-0/+30
2007-10-10r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke1-4/+8
2007-10-10r22050: Fix a couple of off-by-one errors in the rapJeremy Allison1-3/+15
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-94/+98
2007-10-10r22044: Remove the only skip_string(...,2) callerVolker Lendecke1-1/+1
2007-10-10r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...Volker Lendecke1-3/+0
2007-10-10r22042: Try and clean up my own mess using the API VolkerJeremy Allison1-71/+76
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2-41/+27
2007-10-10r22017: After changing 2000 lines of this I think this is needed :-).Jeremy Allison1-0/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-277/+601
2007-10-10r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison1-3/+3
2007-10-10r22010: Now I'm looking at mangling again, make sureJeremy Allison1-16/+31