Age | Commit message (Expand) | Author | Files | Lines |
2003-08-07 | Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted | Jeremy Allison | 4 | -2/+35 |
2003-08-07 | Patch from waider@waider.ie to print out Port Type. | Jeremy Allison | 1 | -0/+6 |
2003-08-06 | Get rid of MAXPATHLEN, move to standard PATH_MAX. | Jeremy Allison | 1 | -4/+0 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 3 | -3/+3 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 3 | -3/+2 |
2003-07-31 | CVAL_NC() doesn't need the (unsigned) fix and breaks the IRIX build | Andrew Tridgell | 1 | -1/+1 |
2003-07-31 | Apply some const | Volker Lendecke | 1 | -2/+2 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 1 | -4/+12 |
2003-07-31 | This is a critical bug fix for a data corruption bug. If you | Andrew Tridgell | 1 | -2/+2 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 2 | -0/+2 |
2003-07-30 | add support for DsEnumerateDomainTrusted for enumerating all the | Gerald Carter | 1 | -0/+46 |
2003-07-29 | Add NT quotas support. Users allowed now to manage quotas on systems with sys... | Alexander Bokovoy | 1 | -0/+16 |
2003-07-29 | This adds gss-spnego to ntlm_auth. It contains some new spnego support | Volker Lendecke | 2 | -0/+67 |
2003-07-28 | Corrected description of SWAT FLAGS since they have changed as a result of the | John Terpstra | 1 | -5/+4 |
2003-07-27 | Clarified what the SWAT FLAGS mean and what they do. | John Terpstra | 1 | -3/+5 |
2003-07-25 | W00t! Client smb signing is now working correctly with krb5 and w2k server. | Jeremy Allison | 1 | -1/+1 |
2003-07-25 | Jean-Baptiste Marchand on the ethereal list used some auditing tricks to | Tim Potter | 1 | -10/+10 |
2003-07-24 | Fix packet signing with asynchronous oplock breaks. Removed bad error message | Jeremy Allison | 1 | -3/+1 |
2003-07-24 | Add a macro to check whether module-specific data set already or not. Returns... | Alexander Bokovoy | 1 | -0/+3 |
2003-07-23 | A fix for bug 174. I'm pushing this to the tree to test it on one of | Tim Potter | 1 | -0/+8 |
2003-07-22 | bumping version string | Gerald Carter | 1 | -1/+1 |
2003-07-22 | Fix comment | Alexander Bokovoy | 1 | -3/+3 |
2003-07-17 | Disconnect an idle LDAP connection after 150 seconds. | Volker Lendecke | 1 | -0/+3 |
2003-07-16 | Refactor signing code to remove most dependencies on 'struct cli'. | Jeremy Allison | 2 | -12/+14 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 2 | -1/+2 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 3 | -11/+35 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -0/+1 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -1/+2 |
2003-07-09 | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful | Jeremy Allison | 1 | -10/+0 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -2/+1 |
2003-07-05 | Add some debug statments to our vampire code - try to make it easier to track | Andrew Bartlett | 1 | -0/+2 |
2003-07-05 | Fixes to our LDAP/vampire codepaths: | Andrew Bartlett | 1 | -0/+3 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 1 | -1/+5 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -5/+0 |
2003-07-03 | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 1 | -0/+2 |
2003-07-02 | SAMBA_3_0 will now become beta3 | Gerald Carter | 1 | -1/+1 |
2003-07-01 | Adding jcmd's share ACL on XP patch. Thanks Jim ! | Jeremy Allison | 1 | -1/+7 |
2003-06-30 | Merge of Volkers patch to make the logic clearer (with my mod). | Jeremy Allison | 1 | -1/+0 |
2003-06-30 | * rename samstrict auth method to sam | Gerald Carter | 1 | -0/+7 |
2003-06-30 | - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122) | Andrew Tridgell | 1 | -0/+8 |
2003-06-26 | Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLY | Jeremy Allison | 1 | -3/+5 |
2003-06-25 | fix build on non-ldap platforms | Gerald Carter | 1 | -0/+3 |
2003-06-25 | large change: | Gerald Carter | 2 | -0/+9 |
2003-06-25 | Patch to move functions directly from pdb_ldap.c into lib/smbldap.c | Andrew Bartlett | 1 | -15/+25 |
2003-06-21 | This patch works towards to goal of common code shared between idmap_ldap | Andrew Bartlett | 1 | -2/+13 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 3 | -43/+32 |
2003-06-16 | reverted locale patch put in by jht (originally from vorlon). | Andrew Tridgell | 1 | -8/+0 |
2003-06-15 | Patch from vorlon@debian.org, see bugzilal #122 | John Terpstra | 1 | -0/+8 |
2003-06-11 | on AIX FD_ZERO() is defined in terms of bzero(), so we can't have | Andrew Tridgell | 1 | -5/+0 |
2003-06-10 | Ok, I've tried being Mr. Nice Guy and people (you know who you are) still | Jeremy Allison | 2 | -4/+5 |