summaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett2003-06-082-4/+5
| | | | | | domains lookup code. Andrew Bartlett
* Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett2003-06-082-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 validAndrew Bartlett2003-06-081-12/+13
| | | | | | join to the DC. Andrew Bartlett
* Rework our smb signing code again, this factors out some of the commonAndrew Bartlett2003-06-081-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 treeGerald Carter2003-06-071-1/+1
| | | | and 3.0.0beta1 release
* add back the winbind uid/gid parameter but mark them as deprecatedGerald Carter2003-06-071-0/+2
|
* Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett2003-06-071-3/+3
| | | | Andrew Bartlett
* Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett2003-06-071-6/+14
| | | | | | | | getpwnam() if need be. Fixes bug #130 Andrew Bartlett
* get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis2003-06-062-18/+2
| | | | n32 so smbwrapper fails to link.
* remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis2003-06-061-13/+2
| | | | linking smbwrappers will fail.
* applying David Lee's climessage patch to make sending messages more extendableGerald Carter2003-06-061-6/+32
|
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-062-15/+25
|
* * add in David Lee's utmp patch (defaults to on if available)Gerald Carter2003-06-064-27/+51
| | | | * one more try at fixing builds when --with-ldap=no
* get rid of warning about malformed if in MakefileHerb Lewis2003-06-061-2/+2
|
* fix build on systems w/o LDAP libsGerald Carter2003-06-062-1/+15
|
* delete extra PASSDBLIB at beginningHerb Lewis2003-06-061-1/+1
|
* pdbedit needs PASSDBLIBSHerb Lewis2003-06-061-1/+1
|
* compile errorGerald Carter2003-06-061-1/+1
|
* merge from APP_HEAD. Push negative connection cacheGerald Carter2003-06-062-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_ldapGerald Carter2003-06-0611-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 1Andrew Tridgell2003-06-061-1/+1
|
* No matter how special this session key is, it's not worth a level 0.Andrew Bartlett2003-06-061-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 fillJeremy Allison2003-06-061-0/+13
| | | | | | any extra bytes, not clobber region them - otherwise valgrind thinks they are invalid on send() or write(). Jeremy.
* Fixup of typos.Jeremy Allison2003-06-061-8/+8
| | | | Jeremy.
* Use filedes as first argument to fsetxattr, not the undefined variable ↵Jelmer Vernooij2003-06-061-1/+1
| | | | 'path' :-)
* metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison2003-06-061-4/+4
| | | | Jeremy.
* Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c toJeremy Allison2003-06-061-4/+4
| | | | | ensure they are tested. Jeremy.
* 2 more places where win2003 forces UCS2Andrew Tridgell2003-06-061-2/+2
|
* - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell2003-06-061-3/+3
| | | | - win2003 returns 0 for ea_size when there are no EAs
* make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell2003-06-061-1/+2
|
* fixed a pstrcpy() that is not on a pstringAndrew Tridgell2003-06-061-1/+1
|
* - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-063-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 Allison2003-06-061-3/+3
| | | | Jeremy.
* fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell2003-06-061-2/+1
|
* fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell2003-06-061-5/+5
| | | | found by samba4 smbtorture SEARCH test
* removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell2003-06-061-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 Allison2003-06-061-1/+1
| | | | Jeremy.
* Added EA operations to VFS layer.Jeremy Allison2003-06-064-4/+169
| | | | Jeremy.
* Get ready for EA code... Add Linux interface.Jeremy Allison2003-06-054-2/+144
| | | | Jeremy.
* Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison2003-06-051-6/+4
| | | | Jeremy.
* working draft of the idmap_ldap code.Gerald Carter2003-06-057-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 Vernooij2003-06-046-10/+10
|
* Fix compiler warnings for vfstest. Patch from Stefan Metzmacher ↵Alexander Bokovoy2003-06-041-2/+3
| | | | <mezte@metzemix.de>
* Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher ↵Alexander Bokovoy2003-06-042-5/+5
| | | | <mezte@metzemix.de>
* Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison2003-06-041-3/+5
| | | | | leak memory. Jeremy.
* fixed the termination of several trans2 stringsAndrew Tridgell2003-06-041-3/+3
|
* shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell2003-06-041-1/+1
|
* fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell2003-06-041-21/+23
|
* added idmap_ldap to wrong branch.Gerald Carter2003-06-032-4/+4
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-06-031-0/+838
|\