Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25495: Fixup definitions for missing sockaddr_storage. | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r25494: Sanity check --with-samba4srcdir argument. | Jelmer Vernooij | 1 | -3/+12 |
2007-10-10 | r25493: Fix typo in Jeremy's thread-safe winbind patch: | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 8 | -364/+519 |
2007-10-10 | r25487: Try fix the build - fix socklen_t and sa_family_t. | Jeremy Allison | 2 | -2/+51 |
2007-10-10 | r25484: Fix srvsrc_NetFileEnum listing only for one user | Volker Lendecke | 1 | -37/+57 |
2007-10-10 | r25482: Slightly simplify logic | Volker Lendecke | 1 | -48/+48 |
2007-10-10 | r25481: Fix some typos, don't panic as non-root on net getdomainsid | Volker Lendecke | 2 | -4/+13 |
2007-10-10 | r25480: Fix a segfault | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25476: Finally fix up new interface detection code :-). | Jeremy Allison | 2 | -3/+3 |
2007-10-10 | r25475: Fix braindead mistakes I made pointed out by Simo and | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r25474: Try and fix the build on Mac OS X 10.4.9. | Jeremy Allison | 2 | -4/+4 |
2007-10-10 | r25473: Reformatting only. Prepare for new ip functions. | Jeremy Allison | 1 | -254/+240 |
2007-10-10 | r25472: Fix the interfaces code to detect IPv6 interfaces, using the | Jeremy Allison | 9 | -72/+255 |
2007-10-10 | r25470: use --immediate like in samba4 to get more usefull output | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r25455: Ensure we have inet_ntop and inet_pton available in lib/replace. | Jeremy Allison | 6 | -4/+426 |
2007-10-10 | r25445: Fix IPV6 detection. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25441: Make wbinfo --sequence output the sequence number if --domain | Michael Adam | 1 | -1/+8 |
2007-10-10 | r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea... | Michael Adam | 3 | -6/+19 |
2007-10-10 | r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce | James Peach | 3 | -7/+8 |
2007-10-10 | r25431: Add detection for IPv6 support. | Jeremy Allison | 1 | -0/+20 |
2007-10-10 | r25429: Samba 3 doesn't need to selftest Samba4 code... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r25426: Fix another implicit cast warning. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r25424: Align log level (by two) in debugging output. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r25422: Get rid of some cast warnings. | Michael Adam | 1 | -3/+3 |
2007-10-10 | r25418: fix generation of git revision calculation | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25417: Use DBGC_REGISTRY class. | Günther Deschner | 17 | -10/+29 |
2007-10-10 | r25416: Add registry debug class. | Günther Deschner | 2 | -0/+2 |
2007-10-10 | r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4'... | Jelmer Vernooij | 12 | -428/+174 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 13 | -111/+53 |
2007-10-10 | r25406: Make the Linux nss client code thread-safe. | Jeremy Allison | 3 | -14/+187 |
2007-10-10 | r25405: Fix formatting as per metze's comments | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r25402: BUG 4997 (3.2 only): Fix enumration level for smbtree | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r25401: BUG 4982: Don't delete lanman hashes on invalid logins when | Gerald Carter | 2 | -5/+7 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 13 | -53/+111 |
2007-10-10 | r25399: Excise uint - > uint32 (where appropriate) or unsigned int. | Jeremy Allison | 6 | -11/+11 |
2007-10-10 | r25396: Very obvious fix from Martin Zielinski. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r25393: Removed unused variable | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders. | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r25389: Fix crash bug using DFS info struct uninitialized. | Jeremy Allison | 1 | -4/+28 |
2007-10-10 | r25380: Remove the groupdb:mapping parameter as discussed in the following th... | Gerald Carter | 1 | -14/+2 |
2007-10-10 | r25378: Add a vim configuration example to highlight overly long lines. | Michael Adam | 1 | -0/+5 |
2007-10-10 | r25370: Allow to delete registry keys recursively without deleting the final ... | Günther Deschner | 1 | -10/+31 |
2007-10-10 | r25362: Add "NT Authority\System" with Full Access to the default registry se... | Günther Deschner | 1 | -2/+7 |
2007-10-10 | r25355: IP address parsing did not allow for fully expanded ipv6 addresses | Steve French | 1 | -1/+1 |
2007-10-10 | r25328: When using ldap sasl wrapping with gssapi it's important to receive w... | Günther Deschner | 1 | -0/+5 |
2007-10-10 | r25327: Normalize the path we return for 'msdfs proxy' | Volker Lendecke | 1 | -1/+11 |
2007-10-10 | r25326: Free the context from the talloc_stackframe. | Günther Deschner | 1 | -2/+5 |
2007-10-10 | r25325: Rename some defines. | Günther Deschner | 2 | -6/+6 |
2007-10-10 | r25324: Fix "msdfs proxy" | Volker Lendecke | 1 | -1/+1 |