index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22691: Fix a 64-bit warning and a const const discard warning
Volker Lendecke
2
-5
/
+5
2007-10-10
r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad
Jeremy Allison
1
-0
/
+1
2007-10-10
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-4
/
+8
2007-10-10
r22561: Fix a memleak in lanman.c: Nobody would free the session_list.
Volker Lendecke
2
-3
/
+7
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
9
-12
/
+12
2007-10-10
r22533: Use lib functions where we have them
Volker Lendecke
1
-2
/
+3
2007-10-10
r22502: Fix bug #4536 - delete symlinks to a directory correctly.
Jeremy Allison
1
-1
/
+17
2007-10-10
r22495: Create wrapper to hide the details of obtaining a set of sockets
James Peach
2
-167
/
+203
2007-10-10
r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.
Jeremy Allison
1
-0
/
+2
2007-10-10
r22492: Add objectid code.
Jeremy Allison
1
-10
/
+23
2007-10-10
r22491: Fix the build (3.0.25 and 3.0 are different here).
Jeremy Allison
1
-1
/
+1
2007-10-10
r22490: Fix a couple of bugs found whist investigating CSC Vista issues.
Jeremy Allison
1
-4
/
+92
2007-10-10
r22481: Move check for non-mappable SIDs to after sid_to_uid,
Jeremy Allison
1
-11
/
+10
2007-10-10
r22458: Fix a comment
Volker Lendecke
1
-1
/
+1
2007-10-10
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
2
-55
/
+162
2007-10-10
r22417: Refactor the various daemon run-mode options to make the semantics
James Peach
1
-40
/
+49
2007-10-10
r22411: Fix the build:
Michael Adam
1
-3
/
+5
2007-10-10
r22395: allow profiling level to be set on startup
Herb Lewis
1
-0
/
+10
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
15
-209
/
+307
2007-10-10
r22389: Start preparing for multiple encryption contexts in the
Jeremy Allison
4
-15
/
+28
2007-10-10
r22352: Wow - working gss SMB sealing !
Jeremy Allison
1
-0
/
+3
2007-10-10
r22351: Making progress in tests...
Jeremy Allison
1
-0
/
+7
2007-10-10
r22350: Add some helpful debug messages.
Jeremy Allison
1
-1
/
+7
2007-10-10
r22327: Finish the gss-spnego part of the seal code. Now
Jeremy Allison
1
-14
/
+16
2007-10-10
r22291: Fix off-by-one in tconX parsing.
Jeremy Allison
1
-2
/
+11
2007-10-10
r22266: Fix bug #4512 - we were returning a volume label greater than
Jeremy Allison
2
-5
/
+7
2007-10-10
r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r22213: We can't use become_root() here, as it does DEBUG()
Volker Lendecke
1
-0
/
+7
2007-10-10
r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>
Gerald Carter
1
-1
/
+1
2007-10-10
r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.
Jeremy Allison
2
-3
/
+5
2007-10-10
r22132: I hate inefficiency. Don't call conv_str_size()
Jeremy Allison
1
-1
/
+1
2007-10-10
r22129: Fix the nttrans create extended response for pipes
Jeremy Allison
1
-5
/
+44
2007-10-10
r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIRED
Jeremy Allison
1
-1
/
+24
2007-10-10
r22124: Wow - NTCreateX sets the word count to 42, but returns 50 on
Jeremy Allison
1
-1
/
+7
2007-10-10
r22123: Try and fix the csc (#4404) bug by supporting the extended
Jeremy Allison
1
-7
/
+18
2007-10-10
r22122: Start to fix csc issue with Vista. Make smbd support
Jeremy Allison
1
-1
/
+22
2007-10-10
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
1
-15
/
+15
2007-10-10
r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...
Gerald Carter
1
-0
/
+5
2007-10-10
r22065: First logic change I've found :-(. We were being too
Jeremy Allison
1
-9
/
+24
2007-10-10
r22064: Fix the DFS code to work better with Vista clients. Allow
Jeremy Allison
2
-34
/
+39
2007-10-10
r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
Jeremy Allison
1
-0
/
+30
2007-10-10
r22059: Over-allocate and NULL out 100 bytes for lanman.c.
Volker Lendecke
1
-4
/
+8
2007-10-10
r22050: Fix a couple of off-by-one errors in the rap
Jeremy Allison
1
-3
/
+15
2007-10-10
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
1
-94
/
+98
2007-10-10
r22044: Remove the only skip_string(...,2) caller
Volker Lendecke
1
-1
/
+1
2007-10-10
r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...
Volker Lendecke
1
-3
/
+0
2007-10-10
r22042: Try and clean up my own mess using the API Volker
Jeremy Allison
1
-71
/
+76
2007-10-10
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
2
-41
/
+27
2007-10-10
r22017: After changing 2000 lines of this I think this is needed :-).
Jeremy Allison
1
-0
/
+1
2007-10-10
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
1
-277
/
+601
[next]