summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:heimdal_build: define HEIMDAL_LOCALEDIRStefan Metzmacher2009-08-051-0/+1
| | | | metze
* s4:ldap_server: make sure we shutdown the tls socket before ↵Stefan Metzmacher2009-08-051-0/+1
| | | | | | | | stream_terminate_connection() removes the fd event This fixes a crash bug where tls_destructor() relies on the fd event still being there. metze
* s4:torture Remove some unwanted code in the LDAP test - hope this fixes up ↵Matthias Dieter Wallnöfer2009-08-051-12/+0
| | | | the test failures
* fixed a problem with group policy writes causing policy corruptionAndrew Tridgell2009-08-053-4/+48
| | | | | | | | | | | | This bug was caused by two things: 1) in the unix ACL mapping, we were not taking into account group write permssions for the SEC_STD_DELETE flag 2) when a file is created using OVERWRITE mode, a fchmod() would fail if the user is not the file owner. We resolve that by only doing the fchmod() if the mapped file attribute does not match the desired file attribute
* s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke2009-08-055-173/+230
|
* s3:winbind: Add async wb_gettokenVolker Lendecke2009-08-053-0/+224
|
* s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new APIVolker Lendecke2009-08-055-28/+131
|
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-0512-2/+497
|
* s3:winbind: Make wcache_lookup_usergroups externally visibleVolker Lendecke2009-08-052-29/+52
|
* s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke2009-08-055-28/+145
|
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-0512-2/+643
|
* s3:winbind: Make parse_sidlist take a const char *Volker Lendecke2009-08-052-5/+12
|
* s3:winbind: Make wcache_lookup_useraliases available publicallyVolker Lendecke2009-08-052-33/+78
|
* s3:winbind: Convert WINBINDD_GETPWUID to the new APIVolker Lendecke2009-08-055-265/+117
|
* s3:winbind: Convert WINBINDD_GETPWNAM to the new APIVolker Lendecke2009-08-055-98/+152
|
* s3:winbind: Convert WINBINDD_GETPWSID to the new APIVolker Lendecke2009-08-055-21/+101
|
* s3:winbind: Add async wb_getpwsidVolker Lendecke2009-08-053-0/+230
|
* s3:winbind: Make fillup_pw_field publically availableVolker Lendecke2009-08-052-1/+9
|
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-0512-2/+721
|
* s3:winbind: Make wcache_query_user externally visibleVolker Lendecke2009-08-052-22/+47
|
* s3:winbind: Convert WINBINDD_GID_TO_SID the new APIVolker Lendecke2009-08-055-59/+96
|
* s3:winbind: Add async wb_gid2sidVolker Lendecke2009-08-0512-2/+541
|
* s3:winbind: Convert WINBINDD_UID_TO_SID the new APIVolker Lendecke2009-08-055-59/+96
|
* s3:winbind: Add async wb_uid2sidVolker Lendecke2009-08-0512-2/+542
|
* s3:winbind: Convert WINBINDD_SID_TO_GID the new APIVolker Lendecke2009-08-055-114/+103
|
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-0512-2/+606
|
* s3:winbind: Convert WINBINDD_SID_TO_UID to the new APIVolker Lendecke2009-08-055-110/+102
|
* s3:winbind: Add async wb_sid2uidVolker Lendecke2009-08-0512-2/+607
|
* s3:winbind: Convert WINBINDD_LOOKUPNAME to the new APIVolker Lendecke2009-08-055-61/+118
|
* s3:winbind: Add async wb_lookupnameVolker Lendecke2009-08-0512-2/+578
|
* s3:winbind: Make wcache_name_to_sid visible externallyVolker Lendecke2009-08-052-42/+42
|
* s3:winbind: Remove old version of WINBINDD_PINGVolker Lendecke2009-08-052-7/+0
|
* s3:winbind: Convert WINBINDD_LOOKUPSID to the new APIVolker Lendecke2009-08-055-43/+111
|
* s3:winbind: Add async wb_lookupsidVolker Lendecke2009-08-0512-2/+681
|
* s3:winbind: Make wcache_sid_to_name externally visibleVolker Lendecke2009-08-052-42/+49
|
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-0518-1/+822
|
* handle large directories in smb2_deltree()Andrew Tridgell2009-08-051-36/+42
|
* fixed a uid_wrapper bug that caused a segv in the RAW-ACLS testAndrew Tridgell2009-08-051-8/+15
|
* s4:heimdal: import lorikeet-heimdal-200908050050 (commit ↵Andrew Bartlett2009-08-0550-367/+1155
| | | | | | | | | | | 8714779fa7376fd9f7761587639e68b48afc8c9c) This also adds a new hdb-glue.c file, to cope with Heimdal's uncondtional enabling of SQLITE. (Very reasonable, but not required for Samba4's use). Andrew Bartlett
* s4 now supports the large readx extensionAndrew Tridgell2009-08-051-6/+11
|
* fixed the sense of the pvfs_acl uwrap checkAndrew Tridgell2009-08-051-1/+1
|
* pyldb: Fix reference counting on ldb_message_elements, add extra typeJelmer Vernooij2009-08-051-1/+9
| | | | check.
* skip the readbraw tests if the server does not support itAndrew Tridgell2009-08-051-0/+5
| | | | This allows the RAW-READ test to pass against w2k8
* make the UID_WRAPPER skip checks at runtimeAndrew Tridgell2009-08-057-14/+34
| | | | | | | This fixes two issues pointed out by Andrew. It adds a runtime uwrap_enabled() call that wraps the skips needed for uid emulation. It also makes the skip in the directory_create_or_exist() function only change the uid checking code, not the permissions code
* added a uid_wrapper libraryAndrew Tridgell2009-08-0517-7/+265
| | | | | | | | | | | | | | | | | | | | This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling
* s4:ldb initialise e->values[i].length before use in python bindingsAndrew Bartlett2009-08-051-1/+1
|
* s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett2009-08-055-52/+129
| | | | | | | | | This removes a number of cases where we did a cast into a const char * of an ldb_val. While convention is to alway have an extra \0 at data[length] in the ldb_val, this is not required, and does not occour at least on build farm host 'svart'. Andrew Bartlett
* idmap_adex: Fix usage of talloc_stackframe().Gerald Carter2009-08-041-22/+26
| | | | | | Pass an explicit TALLOC_CTX* to build_id_filter() and build_alias_filter() rather than relying upon the talloc_stackframe() behavior that allows a caller access to stackframe ctx for called functions.
* s4: make install: prevent overwriting failureRusty Russell2009-08-041-1/+1
| | | | We don't have to remove the eventual write privileges to enable the execute ones.
* s3-spoolss: Fix Bug #6568: _spoolss_GetPrintProcessorDirectory() implementation.Günther Deschner2009-08-041-1/+5
| | | | | | | We should always return a local path so that users are not forced to setup a [prnproc$] share on the server. This restores pre-3.4.0 spoolss behaviour. Guenther