summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 (This used to be commit dd33212f1ec08f46223d6de8e5ff3140ce367a9a)
* bumping cvs version number to distinguish between SAMBA_3_0 cvs treeGerald Carter2003-06-071-1/+1
| | | | | and 3.0.0beta1 release (This used to be commit 2619cc5d44f0162d829f5e18163df1b23b4ef5f5)
* add back the winbind uid/gid parameter but mark them as deprecatedGerald Carter2003-06-071-0/+2
| | | | (This used to be commit 61215c68493c200c22ea64edb299d69f46c6ab0a)
* Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett2003-06-071-3/+3
| | | | | Andrew Bartlett (This used to be commit decadfcc8205ed5611d74141e301569ef8b1d9f4)
* 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 (This used to be commit a4bc789a3993be4b25955c729b533b86dba666f4)
* get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis2003-06-062-18/+2
| | | | | n32 so smbwrapper fails to link. (This used to be commit 392f207a353c3c154ea04a284c4e54864a927e95)
* remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis2003-06-061-13/+2
| | | | | linking smbwrappers will fail. (This used to be commit f95f306729d95c5205ed541289673e579abc0769)
* applying David Lee's climessage patch to make sending messages more extendableGerald Carter2003-06-061-6/+32
| | | | (This used to be commit a5240adc4944342529702542e080c378d3883a09)
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-062-15/+25
| | | | (This used to be commit 50fdc938222112b5470d05d8cd15386bd0a112df)
* * 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 (This used to be commit b516ab7bdef6b6b2b7f0df8966dbd4c329f46a92)
* get rid of warning about malformed if in MakefileHerb Lewis2003-06-061-2/+2
| | | | (This used to be commit 1e1e56efd86e7a1ed6415145ebd22d91612104de)
* fix build on systems w/o LDAP libsGerald Carter2003-06-062-1/+15
| | | | (This used to be commit f33aeaa039d49b4eef884b27dc81d3418a051f1a)
* delete extra PASSDBLIB at beginningHerb Lewis2003-06-061-1/+1
| | | | (This used to be commit 1c82a3aa91804eb80c59c0e6e6abddbabd8857f9)
* pdbedit needs PASSDBLIBSHerb Lewis2003-06-061-1/+1
| | | | (This used to be commit 0e91aca22c72f15ed62f9c9f8318b5ffada36956)
* compile errorGerald Carter2003-06-061-1/+1
| | | | (This used to be commit 8804b059a4f453b29c8b0da975f5d6d8501f4b11)
* 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. (This used to be commit 0e23abf95cf7ba2d0a314a34bddb4d46de2a3cd1)
* * 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 (This used to be commit 1665926281ed2be3c5affca551c9d458d013fc7f)
* SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell2003-06-061-1/+1
| | | | (This used to be commit 999cde3227210c90132ade3812e964087f04e541)
* 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 (This used to be commit 9d4e327850fb00083241f3e68f866590c44e1823)
* 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. (This used to be commit 8aa5f7a65c71fb89ed05e71a2465e61385e80c2b)
* Fixup of typos.Jeremy Allison2003-06-061-8/+8
| | | | | Jeremy. (This used to be commit 99589b8a8f7081ced792e085ef448d9ebee135d3)
* Use filedes as first argument to fsetxattr, not the undefined variable ↵Jelmer Vernooij2003-06-061-1/+1
| | | | | | 'path' :-) (This used to be commit d3c02b40c48921f842c92fa1beed1924897ce160)
* metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison2003-06-061-4/+4
| | | | | Jeremy. (This used to be commit b863be794b7db11f91185ef2d669d0f89bbc1fae)
* 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. (This used to be commit 9ad02a7ba80c4796fecbaf2b4c75992988b002f7)
* 2 more places where win2003 forces UCS2Andrew Tridgell2003-06-061-2/+2
| | | | (This used to be commit b64f6e52ec8aa0892b405d3360079ababc8527f4)
* - 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 (This used to be commit 83e0c21831f32aad2dfb6ebe4a27c7a0d2adb692)
* make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell2003-06-061-1/+2
| | | | (This used to be commit 59f1a5e6fd783b977f787dae4ba4bb8b65c41e43)
* fixed a pstrcpy() that is not on a pstringAndrew Tridgell2003-06-061-1/+1
| | | | (This used to be commit f644b3d6d238e3c44d0358b44296a9360d16bb41)
* - 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 (This used to be commit 791a4cc7cf84eca77116bca00aeb5f95560f6705)
* Fixup the check for attr libraries, used ',' instead of ' '.Jeremy Allison2003-06-061-3/+3
| | | | | Jeremy. (This used to be commit af62b6612ee046e0bf203c720eb03dbdea5f7296)
* fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell2003-06-061-2/+1
| | | | (This used to be commit ff5e37ed293b61c2585c66e7366fae478754cca1)
* fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell2003-06-061-5/+5
| | | | | found by samba4 smbtorture SEARCH test (This used to be commit 5a5f59cf5eec39394b8aec4aab7f2c347d617255)
* 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 (This used to be commit 381cea68b81aeb42b088677d2a8bfd410a7da329)
* Missed (name) arg in fgetxattr.Jeremy Allison2003-06-061-1/+1
| | | | | Jeremy. (This used to be commit f42e164e9029c38279e36ee8955b9170b0fead87)
* Added EA operations to VFS layer.Jeremy Allison2003-06-064-4/+169
| | | | | Jeremy. (This used to be commit 024de9213e414659296cb518a6753e510c64f614)
* Get ready for EA code... Add Linux interface.Jeremy Allison2003-06-054-2/+144
| | | | | Jeremy. (This used to be commit 48853140749b74053f1a7857a983397b6e9a0234)
* Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison2003-06-051-6/+4
| | | | | Jeremy. (This used to be commit 72ecdb387db60a4afab4d4fabf76f4c1d7ecbeeb)
* 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. (This used to be commit 824175854421f7c27d31ad673a8790dd018ae350)
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-046-10/+10
| | | | (This used to be commit e1a8e9b7f3e69c7271d2b715703b2d5b2412bd42)
* Fix compiler warnings for vfstest. Patch from Stefan Metzmacher ↵Alexander Bokovoy2003-06-041-2/+3
| | | | | | <mezte@metzemix.de> (This used to be commit db255608f15c447596c336dbdafb56fb9308e9c5)
* Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher ↵Alexander Bokovoy2003-06-042-5/+5
| | | | | | <mezte@metzemix.de> (This used to be commit c5e8acd3b7b8a7063aa6ffde1099196daf1c317b)
* Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison2003-06-041-3/+5
| | | | | | leak memory. Jeremy. (This used to be commit 07a76eb2e01833d5e2e447391cffeda712118c20)
* fixed the termination of several trans2 stringsAndrew Tridgell2003-06-041-3/+3
| | | | (This used to be commit 8f23ad3054febe47b667172d680d2d19ad141416)
* shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell2003-06-041-1/+1
| | | | (This used to be commit f7cd16ab58753be25bc9c7b487289361e3882da3)
* fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell2003-06-041-21/+23
| | | | (This used to be commit 7f8634c35aed0d8c3fe8f7700ca1175c10b6e031)
* added idmap_ldap to wrong branch.Gerald Carter2003-06-032-4/+4
| | | | (This used to be commit eafd53a7e7b54ccf2089dc5841ea4291a891ea91)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-06-031-0/+838
|\ | | | | | | used to be commit 7a85a963251c3b26187adbf9ff1b241bc9fbafa2)
| * initial version of idmap_ldap.c; lots of updates to comeGerald Carter2003-06-031-0/+838
| | | | | | | | (This used to be commit 69c84ad06b759da2246b3c00155a43e90f45a7f6)
| * * set winbind cache time to 5 minutesGerald Carter2003-06-036-20/+98
| | | | | | | | | | | | | | * quit obsessing over the sequence number so much * share the updated sequence number between parent and child winbindd processes in dual mode (This used to be commit 6fb5bdb30e2b1341ba600ce0dfd397394f7a831c)
| * More changes to editreg to make it less tetchy.Richard Sharpe2003-06-021-17/+17
| | | | | | | | (This used to be commit 30e1431e937325da414493bf0a6d4281b9c1501f)