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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6358: merging SMB_ASSERT() changes from the release branch
Gerald Carter
1
-1
/
+8
2007-10-10
r6354: merge from 4_0 rev 6353:
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
12
-975
/
+1317
2007-10-10
r6349: Update cifs umount utility
Steve French
1
-8
/
+22
2007-10-10
r6348: Fix for bug #2605 reported by Daniel Patterson <Daniel_Patterson@natio...
Jeremy Allison
1
-6
/
+21
2007-10-10
r6346: Add a counter for the number of SMB operations per connection/file.
Jeremy Allison
3
-2
/
+9
2007-10-10
r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. Needed
Jeremy Allison
1
-1
/
+1
2007-10-10
r6319: add prototype so -Wstrict-prototypes will not fail
Herb Lewis
1
-0
/
+2
2007-10-10
r6318: don't include smbwrapper stuff unless asked for
Herb Lewis
3
-8
/
+20
2007-10-10
r6316: Remove over-cautious asserts. Damn wish I'd made the release
Jeremy Allison
1
-4
/
+9
2007-10-10
r6311: setting version to 3.0.15pre2
Gerald Carter
1
-1
/
+1
2007-10-10
r6307: Ensure info requested bitmask is printed in log when querying security...
Jeremy Allison
1
-1
/
+2
2007-10-10
r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangl...
Jeremy Allison
1
-1
/
+2
2007-10-10
r6297: Fix bug in our trans2 secondary processing. We need to pass in the
Jeremy Allison
1
-4
/
+4
2007-10-10
r6296: add message about known interoperability issue with Windows 2003 SP1 DCs
Gerald Carter
1
-0
/
+10
2007-10-10
r6291: BUG 2588: force smbclient messages to port 139 unless someone set the ...
Gerald Carter
1
-1
/
+6
2007-10-10
r6290: and now the development tree becomes 3.0.15pre1
Gerald Carter
1
-1
/
+1
2007-10-10
r6282: Before converting enum_dom_groups, better get the previous version a bit
Volker Lendecke
1
-5
/
+13
2007-10-10
r6281: Fix the build for FreeBSD 4 -- no winbind
Volker Lendecke
1
-2
/
+2
2007-10-10
r6279: Convert the RAP enum functions to the pdb_search API. Who is using this
Volker Lendecke
1
-45
/
+56
2007-10-10
r6277: This implements a new caching API for enumerating the pdb elements. It is
Volker Lendecke
4
-48
/
+415
2007-10-10
r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not go...
Volker Lendecke
2
-7
/
+135
2007-10-10
r6273: Remove some unused code, minor cleanup
Volker Lendecke
3
-115
/
+3
2007-10-10
r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...
Jeremy Allison
2
-4
/
+10
2007-10-10
r6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code.
Jeremy Allison
1
-0
/
+8
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
23
-171
/
+83
2007-10-10
r6262: Minor updates to cifs umount helper
Steve French
1
-4
/
+11
2007-10-10
r6261: Tidyup message str printf. Ensure tvs struct is zeroed.
Jeremy Allison
2
-1
/
+2
2007-10-10
r6258: Fix found by OS/2 set_ea call. When setting specific info remember to ...
Jeremy Allison
1
-5
/
+20
2007-10-10
r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <me...
Jeremy Allison
1
-3
/
+3
2007-10-10
r6255: Initial checkin of cifs umount utility
Steve French
1
-0
/
+266
2007-10-10
r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev...
Jeremy Allison
2
-10
/
+197
2007-10-10
r6252: Re-order position of become_root() to allow directory to be
Jeremy Allison
1
-3
/
+4
2007-10-10
r6249: Get the comparison the right way around...
Jeremy Allison
1
-1
/
+1
2007-10-10
r6243: Yes. I *will* hate myself in the morning for this one.
Gerald Carter
1
-0
/
+17
2007-10-10
r6242: after talking to jeremy, we can actually consolidate
Gerald Carter
3
-18
/
+13
2007-10-10
r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.
Jeremy Allison
2
-0
/
+9
2007-10-10
r6237: fix my breakage of WinXP sp2 msdfs support.
Gerald Carter
3
-9
/
+27
2007-10-10
r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internal
Jeremy Allison
1
-3
/
+8
2007-10-10
r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au
Jeremy Allison
2
-1
/
+9
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
10
-148
/
+129
2007-10-10
r6231: Herb, I think this checkin was a mistake. Are you sure this is
Gerald Carter
1
-1
/
+1
2007-10-10
r6230: don't know how this ever worked! the compiler complained we
Herb Lewis
1
-1
/
+1
2007-10-10
r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Gerald Carter
7
-186
/
+167
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
51
-138
/
+138
2007-10-10
r6221: format cleanup (got tied of looking for related structures)
Gerald Carter
1
-151
/
+168
2007-10-10
r6220: cleaning up spoolss header; removing unused structures
Gerald Carter
1
-63
/
+18
2007-10-10
r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...
Gerald Carter
5
-46
/
+149
2007-10-10
r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fix...
Volker Lendecke
1
-15
/
+23
2007-10-10
r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to rea...
Volker Lendecke
1
-2
/
+2
[next]