Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r155: real for for BUG 761 -- allow printing parameter to set defaults on a p... | Gerald Carter | 2 | -50/+86 |
2007-10-10 | r153: Fix memleak | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for the | Jeremy Allison | 2 | -77/+177 |
2007-10-10 | r148: Ensure we do not dereference a null pointer when we return the user | Andrew Bartlett | 1 | -5/+17 |
2007-10-10 | r145: pdb_create_alias now returns NTSTATUS. More of this to follow. | Volker Lendecke | 2 | -6/+8 |
2007-10-10 | r144: Move first use of AC_CHECK_HEADERS so it is always executed. Tidy up in... | Paul Green | 1 | -13/+16 |
2007-10-10 | r139: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r116: volker's patch for local group and group nesting | Gerald Carter | 24 | -341/+2003 |
2007-10-10 | r115: finally checking in tridge's winbindd_schannel patch for connections | Gerald Carter | 2 | -2/+36 |
2007-10-10 | r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call. | Andrew Bartlett | 2 | -6/+11 |
2007-10-10 | r96: Stupid f&%'n UNIX extensions.... SETPATHINFO | Jeremy Allison | 4 | -63/+67 |
2007-10-10 | r93: Update VOS _POSIX_C_SOURCE macro to 200112L. | Paul Green | 1 | -2/+2 |
2007-10-10 | r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, but | Jim McDonough | 2 | -0/+13 |
2007-10-10 | r88: Add missing guest mount option for mount.cifs | Steve French | 1 | -9/+10 |
2007-10-10 | r87: Fix the build that Andrew Bartlett broke. Andrew - don't check *ANYTHING... | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r86: This function was moved to lib/nterr.h | Andrew Bartlett | 1 | -28/+0 |
2007-10-10 | r85: Update the winbind interface version, as I just extended the struct. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r84: Implement --required-membership-of=, an ntlm_auth option that restricts | Andrew Bartlett | 4 | -43/+258 |
2007-10-10 | r81: Make EA's case independent - fix smbtorture to test for this. | Jeremy Allison | 2 | -3/+26 |
2007-10-10 | r77: Fix path canonicalization of the mount target path and help text display... | Steve French | 1 | -5/+25 |
2007-10-10 | r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work. | Alexander Bokovoy | 3 | -1/+7 |
2007-10-10 | r75: patch from Cal Heldenbrand <calzplace@yahoo.com> for 'pam_smbpass migrate' | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r73: bumping version to 3.0.3pre3 | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke... | Andrew Bartlett | 12 | -64/+64 |
2007-10-10 | r63: Remove -lcrypto from wbinfo. Sorry. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r59: revert session key problem | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r53: Remove modifyTimestamp from list of our attributes. We just check it for | Jim McDonough | 3 | -7/+4 |
2007-10-10 | r50: Fix bug 1139 as per fix suggested by jdev@panix.com, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r49: Support SMB signing on connections using only the | Andrew Bartlett | 1 | -8/+4 |
2007-10-10 | r48: Fix types for debug message parameters. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r39: * importing .cvsignore files | Gerald Carter | 34 | -169/+0 |
2007-10-10 | r38: Fix caching of name->sid lookups | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r21: Ensure 'net' follows the behaviour of all other samba client tools, | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r18: Fix free of incremented pointer | Steve French | 1 | -5/+4 |
2004-04-03 | Fix most of bug #169. | Andrew Bartlett | 6 | -122/+136 |
2004-04-03 | Fix wildcard src with wildcard dest renames. | Jeremy Allison | 1 | -1/+7 |
2004-04-03 | Fix wildcard unlink. | Jeremy Allison | 1 | -2/+3 |
2004-04-03 | Fix typo in check_path_syntax. | Jeremy Allison | 1 | -1/+1 |
2004-04-02 | Fix reply_ctemp - make compatible with w2k3. | Jeremy Allison | 1 | -4/+12 |
2004-04-02 | Fix wildcard identical rename. | Jeremy Allison | 1 | -0/+8 |
2004-04-02 | check_path improvements found by samba4 raw-checkpath tests. | Jeremy Allison | 1 | -4/+13 |
2004-04-02 | Added per-share parameter "store dos attributes". When set, will store | Jeremy Allison | 13 | -110/+227 |
2004-04-02 | Implement NETLOGON GetDCName client side. You can ask a DC for the name of | Volker Lendecke | 4 | -0/+179 |
2004-04-02 | Fix credential file mountinf for cifs vfs | Steve French | 1 | -10/+37 |
2004-04-01 | "Fixing my FORTRAN". Ensure we always have some valid char converter for the | Jeremy Allison | 1 | -4/+14 |
2004-04-01 | BUG 1023: surround get_group_from_gid() with become_unbecome_root() block | Gerald Carter | 1 | -1/+5 |
2004-04-01 | This restructures lib/afs.c so that the token data can be but into a | Volker Lendecke | 5 | -70/+400 |
2004-04-01 | Cosmetic: Fix a const warning. | Volker Lendecke | 1 | -5/+6 |
2004-03-31 | Reformat in preparation for EA dosmode attributes. | Jeremy Allison | 1 | -123/+125 |
2004-03-31 | fix typo | Herb Lewis | 1 | -2/+2 |