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
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2474: (re-)fix memleak (initially found by jra).
Günther Deschner
1
-6
/
+0
2007-10-10
r2472: Fixed krb5_krbhost_get_addrinfo()-parameters and make failure
Günther Deschner
1
-3
/
+3
2007-10-10
r2466: Fix memleak found by sean.chandler@verizon.net.
Volker Lendecke
1
-1
/
+6
2007-10-10
r2388: fix client quota support
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r2373: Fix typo.
Jeremy Allison
1
-3
/
+3
2007-10-10
r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...
Jeremy Allison
2
-1
/
+8
2007-10-10
r2355: Now we've shipped 3.0.7, add in the DOS fix.
Jeremy Allison
1
-0
/
+6
2007-10-10
r2224: Make nmbd more robust against bad netbios packets.
Jeremy Allison
1
-0
/
+5
2007-10-10
r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...
Gerald Carter
1
-1
/
+10
2007-10-10
r2057: Although rarely used, prevent "net lookup kdc" from segfaulting when
Günther Deschner
1
-1
/
+11
2007-10-10
r1965: add cli_setattrE (inspired by samba4-code). needed for further
Günther Deschner
1
-0
/
+41
2007-10-10
r1661: Changed the password history format so that each history entry
Jeremy Allison
1
-0
/
+20
2007-10-10
r1612: Fix bug #1571 found by Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
Andrew Bartlett
1
-2
/
+5
2007-10-10
r1581: 'NULL' NTLMSSP is both a pain to get right, and compleatly and utterly
Andrew Bartlett
1
-0
/
+2
2007-10-10
r1560: Not that anybody uses this stuff (yet...), but at least get it correct...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
2
-6
/
+6
2007-10-10
r1487: Remove unused parameter for the client-side signing functions.
Andrew Bartlett
3
-4
/
+4
2007-10-10
r1428: Remove *completly bogus* memset. (No doubt my bug, too...).
Andrew Bartlett
1
-2
/
+0
2007-10-10
r1407: revert change that broke the build on systems w/o krb5 files
Gerald Carter
1
-1
/
+1
2007-10-10
r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ...
Gerald Carter
1
-1
/
+3
2007-10-10
r1326: Modification to get_dc_list to check negative cache. From "Joe Meadows...
Jeremy Allison
2
-190
/
+203
2007-10-10
r1287: Attempt to fix the build for systems without kerberos headers.
Volker Lendecke
1
-3
/
+3
2007-10-10
r1240: Ensure we don't shadow Heimdal globals.
Jeremy Allison
2
-12
/
+12
2007-10-10
r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before
Jeremy Allison
1
-0
/
+11
2007-10-10
r1222: Valgrind memory leak fixes. Still tracking down a strange one...
Jeremy Allison
1
-3
/
+4
2007-10-10
r1194: Definition of krb5_free_unparsed_name() if we do't have it.
Jeremy Allison
1
-0
/
+7
2007-10-10
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
1
-1
/
+18
2007-10-10
r1121: Fix memory leak in the trans2 signing code.
Andrew Bartlett
1
-2
/
+10
2007-10-10
r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...
Jeremy Allison
1
-10
/
+24
2007-10-10
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
1
-2
/
+2
2007-10-10
r786: Memory leak fixes in (mostly) error code paths from
Jeremy Allison
1
-10
/
+27
2007-10-10
r776: I should have just cut and pasted from my build area and I would
Herb Lewis
1
-1
/
+1
2007-10-10
r775: merge trunk 774 to samba 3_0 - fix bad compare in for loop
Herb Lewis
1
-5
/
+1
2007-10-10
r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure
Richard Sharpe
1
-1
/
+1
2007-10-10
r616: Bug #1333.
Richard Sharpe
1
-2
/
+8
2007-10-10
r588: Some fixes from coolo ...
Richard Sharpe
2
-5
/
+15
2007-10-10
r559: Some fixes from coolo ...
Richard Sharpe
1
-2
/
+2
2007-10-10
r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...
Gerald Carter
1
-0
/
+6
2007-10-10
r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ma...
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...
Gerald Carter
1
-1
/
+4
2007-10-10
r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp
Jeremy Allison
1
-1
/
+3
2007-10-10
r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
1
-2
/
+8
2007-10-10
r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code
Jeremy Allison
1
-5
/
+9
2007-10-10
r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.
Jeremy Allison
1
-2
/
+2
2007-10-10
r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ...
Gerald Carter
1
-1
/
+1
2007-10-10
r446: Close the open NT pipes before the tdis.
Volker Lendecke
1
-3
/
+3
2007-10-10
r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...
Richard Sharpe
1
-1
/
+1
2007-10-10
r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp...
Gerald Carter
1
-3
/
+1
2007-10-10
r248: Add support for printing out the MAC address on nmblookup.
Richard Sharpe
1
-4
/
+11
2007-10-10
r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,
Jim McDonough
1
-17
/
+40
[next]