summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-0/+16
* | This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-292-0/+67
* | Corrected description of SWAT FLAGS since they have changed as a result of theJohn Terpstra2003-07-281-5/+4
* | Clarified what the SWAT FLAGS mean and what they do.John Terpstra2003-07-271-3/+5
* | W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-1/+1
* | Jean-Baptiste Marchand on the ethereal list used some auditing tricks toTim Potter2003-07-251-10/+10
* | Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-3/+1
* | Add a macro to check whether module-specific data set already or not. Returns...Alexander Bokovoy2003-07-241-0/+3
* | A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2003-07-231-0/+8
* | bumping version stringGerald Carter2003-07-221-1/+1
* | Fix commentAlexander Bokovoy2003-07-221-3/+3
* | Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-171-0/+3
* | Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-162-12/+14
* | Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-152-1/+2
* | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-143-11/+35
* | moving more code around.Gerald Carter2003-07-111-0/+1
* | Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-1/+2
* | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison2003-07-091-10/+0
* | and so it begins....Gerald Carter2003-07-071-2/+1
* | Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-0/+2
* | Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-0/+3
* | This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-1/+5
* | Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-5/+0
* | This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-0/+2
* | SAMBA_3_0 will now become beta3Gerald Carter2003-07-021-1/+1
* | Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison2003-07-011-1/+7
* | Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison2003-06-301-1/+0
* | * rename samstrict auth method to samGerald Carter2003-06-301-0/+7
* | - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell2003-06-301-0/+8
* | Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison2003-06-261-3/+5
* | fix build on non-ldap platformsGerald Carter2003-06-251-0/+3
* | large change:Gerald Carter2003-06-252-0/+9
* | Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-15/+25
* | This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-2/+13
* | Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-183-43/+32
* | reverted locale patch put in by jht (originally from vorlon).Andrew Tridgell2003-06-161-8/+0
* | Patch from vorlon@debian.org, see bugzilal #122John Terpstra2003-06-151-0/+8
* | on AIX FD_ZERO() is defined in terms of bzero(), so we can't haveAndrew Tridgell2003-06-111-5/+0
* | Ok, I've tried being Mr. Nice Guy and people (you know who you are) stillJeremy Allison2003-06-102-4/+5
* | added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell2003-06-101-0/+1
* | bumping cvs version number to distinguish between SAMBA_3_0 cvs treeGerald Carter2003-06-071-1/+1
* | fix build on systems w/o LDAP libsGerald Carter2003-06-061-0/+14
* | * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-062-1/+3
* | Fixup of typos.Jeremy Allison2003-06-061-8/+8
* | metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison2003-06-061-4/+4
* | Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c toJeremy Allison2003-06-061-4/+4
* | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-061-0/+1
* | Missed (name) arg in fgetxattr.Jeremy Allison2003-06-061-1/+1
* | Added EA operations to VFS layer.Jeremy Allison2003-06-062-3/+88
* | Get ready for EA code... Add Linux interface.Jeremy Allison2003-06-052-1/+11