Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some memory leaks and extra cache startups/shutdowns from the trusted | Andrew Bartlett | 2003-06-08 | 2 | -4/+5 |
| | | | | | | domains lookup code. Andrew Bartlett | ||||
* | Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'. | Andrew Bartlett | 2003-06-08 | 2 | -9/+68 |
| | | | | | | | | | | | (this now causes things like the LANMAN protocol and contacting servers with 'encrypt passwords = no' set to fail, if configured) 'client ntlmv2 auth' (a BOOL) forces both plaintext and lanman off, and is the most secure setting for compatible hosts. Perhaps we should change this to 'client minimum auth'? Andrew Bartlett | ||||
* | Make sure that we use schannel (if configured) when checking for a valid | Andrew Bartlett | 2003-06-08 | 1 | -12/+13 |
| | | | | | | join to the DC. Andrew Bartlett | ||||
* | Rework our smb signing code again, this factors out some of the common | Andrew Bartlett | 2003-06-08 | 1 | -54/+109 |
| | | | | | | | | MAC calcuation code, and now supports multiple outstanding packets. Fixes bug #40 Andrew Bartlett | ||||
* | bumping cvs version number to distinguish between SAMBA_3_0 cvs tree | Gerald Carter | 2003-06-07 | 1 | -1/+1 |
| | | | | and 3.0.0beta1 release | ||||
* | add back the winbind uid/gid parameter but mark them as deprecated | Gerald Carter | 2003-06-07 | 1 | -0/+2 |
| | |||||
* | Try to fix memory leaks found by valgrind in pdb_ldap code. | Andrew Bartlett | 2003-06-07 | 1 | -3/+3 |
| | | | | Andrew Bartlett | ||||
* | Don't assume that the SAM knows the unix home directory - look it up by | Andrew Bartlett | 2003-06-07 | 1 | -6/+14 |
| | | | | | | | | getpwnam() if need be. Fixes bug #130 Andrew Bartlett | ||||
* | get rid of IRIX o32 builds - some libraries (kerberos and ldap) are only | Herb Lewis | 2003-06-06 | 2 | -18/+2 |
| | | | | n32 so smbwrapper fails to link. | ||||
* | remove o32 targets for IRIX. kerberos and ldap libraries are n32 only so | Herb Lewis | 2003-06-06 | 1 | -13/+2 |
| | | | | linking smbwrappers will fail. | ||||
* | applying David Lee's climessage patch to make sending messages more extendable | Gerald Carter | 2003-06-06 | 1 | -6/+32 |
| | |||||
* | support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1) | Gerald Carter | 2003-06-06 | 2 | -15/+25 |
| | |||||
* | * add in David Lee's utmp patch (defaults to on if available) | Gerald Carter | 2003-06-06 | 4 | -27/+51 |
| | | | | * one more try at fixing builds when --with-ldap=no | ||||
* | get rid of warning about malformed if in Makefile | Herb Lewis | 2003-06-06 | 1 | -2/+2 |
| | |||||
* | fix build on systems w/o LDAP libs | Gerald Carter | 2003-06-06 | 2 | -1/+15 |
| | |||||
* | delete extra PASSDBLIB at beginning | Herb Lewis | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | pdbedit needs PASSDBLIBS | Herb Lewis | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | compile error | Gerald Carter | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | merge from APP_HEAD. Push negative connection cache | Gerald Carter | 2003-06-06 | 2 | -324/+152 |
| | | | | | into rpc_find_dc(). Should probably be extended some more in 3.0 but this is what we have for the moment. | ||||
* | * break out more common code used between pdb_ldap and idmap_ldap | Gerald Carter | 2003-06-06 | 11 | -326/+382 |
| | | | | | | | | | | * remove 'winbind uid' and 'winbind gid' parameters (replaced by current idmap parameter) * create the sambaUnixIdPool entries automatically in the 'ldap idmap suffix' * add new 'ldap idmap suffix' and 'ldap group suffix' parametrer * "idmap backend = ldap" now accepts 'ldap:ldap://server/' format (parameters are passed to idmap init() function | ||||
* | SMBlockingX timeouts are in units of 2 milliseconds, not 1 | Andrew Tridgell | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | No matter how special this session key is, it's not worth a level 0. | Andrew Bartlett | 2003-06-06 | 1 | -2/+4 |
| | | | | | | Hide it behind a level 10, with #ifdef DEBUG_PASSWORD instead. Andrew Bartlett | ||||
* | Fix for valgrind - when doing a srvstr_push we must zero fill | Jeremy Allison | 2003-06-06 | 1 | -0/+13 |
| | | | | | | any extra bytes, not clobber region them - otherwise valgrind thinks they are invalid on send() or write(). Jeremy. | ||||
* | Fixup of typos. | Jeremy Allison | 2003-06-06 | 1 | -8/+8 |
| | | | | Jeremy. | ||||
* | Use filedes as first argument to fsetxattr, not the undefined variable ↵ | Jelmer Vernooij | 2003-06-06 | 1 | -1/+1 |
| | | | | 'path' :-) | ||||
* | metze noticed some conn elements remaining in a VFS_NEXT. | Jeremy Allison | 2003-06-06 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c to | Jeremy Allison | 2003-06-06 | 1 | -4/+4 |
| | | | | | ensure they are tested. Jeremy. | ||||
* | 2 more places where win2003 forces UCS2 | Andrew Tridgell | 2003-06-06 | 1 | -2/+2 |
| | |||||
* | - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name | Andrew Tridgell | 2003-06-06 | 1 | -3/+3 |
| | | | | - win2003 returns 0 for ea_size when there are no EAs | ||||
* | make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE | Andrew Tridgell | 2003-06-06 | 1 | -1/+2 |
| | |||||
* | fixed a pstrcpy() that is not on a pstring | Andrew Tridgell | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode | Andrew Tridgell | 2003-06-06 | 3 | -6/+7 |
| | | | | | | | | (to match win2003 behaviour) - added the STR_TERMINATE_ASCII flag from samba4 so we can get the string termination right for the case where it is supposed to be non-terminated for UCS2 and terminated when ASCII | ||||
* | Fixup the check for attr libraries, used ',' instead of ' '. | Jeremy Allison | 2003-06-06 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level | Andrew Tridgell | 2003-06-06 | 1 | -2/+1 |
| | |||||
* | fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level | Andrew Tridgell | 2003-06-06 | 1 | -5/+5 |
| | | | | found by samba4 smbtorture SEARCH test | ||||
* | removed the 'valgrind fix' that (although it may well remove a | Andrew Tridgell | 2003-06-06 | 1 | -8/+0 |
| | | | | | | | valgrind warning) causes us to return a completely wrong 8.3 filename in directory searches! come on guys, this close to a release you need to TEST CODE BEFORE COMMITTING | ||||
* | Missed (name) arg in fgetxattr. | Jeremy Allison | 2003-06-06 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Added EA operations to VFS layer. | Jeremy Allison | 2003-06-06 | 4 | -4/+169 |
| | | | | Jeremy. | ||||
* | Get ready for EA code... Add Linux interface. | Jeremy Allison | 2003-06-05 | 4 | -2/+144 |
| | | | | Jeremy. | ||||
* | Never second guess tridge.... (always talloc an internal pointer... ). | Jeremy Allison | 2003-06-05 | 1 | -6/+4 |
| | | | | Jeremy. | ||||
* | working draft of the idmap_ldap code. | Gerald Carter | 2003-06-05 | 7 | -483/+636 |
| | | | | | | | | Includes sambaUnixIdPool objectclass Still needs cleaning up wrt to name space. More changes to come, but at least we now have a a working distributed winbindd solution. | ||||
* | Add some static. Patch by Stefan Metzmacher <metze@metzemix.de> | Jelmer Vernooij | 2003-06-04 | 6 | -10/+10 |
| | |||||
* | Fix compiler warnings for vfstest. Patch from Stefan Metzmacher ↵ | Alexander Bokovoy | 2003-06-04 | 1 | -2/+3 |
| | | | | <mezte@metzemix.de> | ||||
* | Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher ↵ | Alexander Bokovoy | 2003-06-04 | 2 | -5/+5 |
| | | | | <mezte@metzemix.de> | ||||
* | Fix for previous checkin. Only use talloc on unmarshalling or we'll | Jeremy Allison | 2003-06-04 | 1 | -3/+5 |
| | | | | | leak memory. Jeremy. | ||||
* | fixed the termination of several trans2 strings | Andrew Tridgell | 2003-06-04 | 1 | -3/+3 |
| | |||||
* | shouldn't null terminate trans2 qfileinfo all_info/name | Andrew Tridgell | 2003-06-04 | 1 | -1/+1 |
| | |||||
* | fixed the arbitrary 256 limit on the size of aliases in parse_samr | Andrew Tridgell | 2003-06-04 | 1 | -21/+23 |
| | |||||
* | added idmap_ldap to wrong branch. | Gerald Carter | 2003-06-03 | 2 | -4/+4 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-06-03 | 1 | -0/+838 |
|\ |