summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Fix a bug in renames of directoriesTim Prouty2009-08-061-6/+19
| | | | | | | | | Recently code was added to match windows semantics of denying the rename of a directory if there are open files underneath it. This does partly match windows semantics, but it turns out the rename should be allowed if the open file handle is for the directory being renamed, or for a stream on the directory being renamed. This patch refines the check to better follow these rename semantics.
* Remove a const warning.Jeremy Allison2009-08-062-2/+3
| | | | Jeremy.
* Fix bug #5714 - NetBSD, ENODATA undefined, at least some releases.Jeremy Allison2009-08-061-0/+4
| | | | Jeremy.
* Put SMB_INFO_STANDARD back into setfileinfo, but do it rightJeremy Allison2009-08-061-0/+45
| | | | | this time :-). Jeremy.
* Unable to browse DFS when using kerberosBo Yang2009-08-071-8/+14
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3/smbldap: Fix typo in debug message.Karolin Seeger2009-08-061-1/+1
| | | | Karolin
* set uidwrappersrcdirAndrew Tridgell2009-08-061-0/+1
| | | | this is needed for the combined build
* define uwrap_enabled() on Samba3Andrew Tridgell2009-08-061-0/+3
| | | | | s3 doesn't use uwrap yet, but it uses some common coe in lib/, and so needs a dummy version of the uwrap_enabled() macro
* 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-0517-1/+819
|
* 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.
* 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
* s3-spoolss: fix crash bug in spoolss_addprinterex_level_2.Günther Deschner2009-08-041-1/+1
| | | | Guenther
* Add some const to winbind_userinfoVolker Lendecke2009-08-0312-41/+49
|
* Fix a typoVolker Lendecke2009-08-031-1/+1
|
* Fix some nonempty blank linesVolker Lendecke2009-08-031-3/+3
|
* s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent.Günther Deschner2009-08-031-0/+7
| | | | | | | This lets samr_GetAliasMembership return with NT_STATUS_OK when called with 0 sids (just what w2k3 does). Guenther
* s3: check in .po files for pam_winbind.Bo Yang2009-08-0318-0/+2850
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Fix some nonempty blank linesVolker Lendecke2009-08-023-56/+56
|
* Fix breakage for connect function after API change (connect -> connect_fn)Alexander Bokovoy2009-08-022-2/+2
|