summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove sys_waitpidVolker Lendecke2016-02-2310-24/+10
* lib: Fix whitespaceVolker Lendecke2016-02-231-3/+3
* smbd: Fix line length & whitespace in write_fileVolker Lendecke2016-02-231-46/+71
* winbindd: return trust parameters when listing trustsUri Simchoni2016-02-232-24/+61
* winbindd: initialize foreign domain as AD based on trustUri Simchoni2016-02-231-0/+7
* winbindd: introduce add_trusted_domain_from_tdc()Uri Simchoni2016-02-231-26/+46
* s3/winbindd: Add missing space in debug message.Karolin Seeger2016-02-231-1/+1
* winbindd: move a variable into scopeMichael Adam2016-02-231-1/+1
* s3-kerberos: avoid entering a password change dialogue also when using MIT.Günther Deschner2016-02-231-24/+35
* winbind: Remove unused WINBINDD_UID_TO_SIDVolker Lendecke2016-02-223-97/+0
* winbind: Remove unused WINBINDD_GID_TO_SIDVolker Lendecke2016-02-223-97/+0
* winbind: Remove unused WINBINDD_SID_TO_GIDVolker Lendecke2016-02-223-112/+0
* winbind: Remove unused WINBINDD_SID_TO_UIDVolker Lendecke2016-02-223-112/+0
* winbind: Remove unused wbint_Gid2SidVolker Lendecke2016-02-224-116/+0
* winbind: Use xids2sids in getgrgidVolker Lendecke2016-02-221-5/+10
* winbind: Use xids2sids in gid2sidVolker Lendecke2016-02-221-6/+13
* winbind: Remove unused wbint_Uid2SidVolker Lendecke2016-02-224-116/+0
* winbind: Use xids2sids in getpwuidVolker Lendecke2016-02-221-5/+14
* winbind: Use xids2sids in uid2sidVolker Lendecke2016-02-221-6/+13
* winbind: Expose WINBINDD_XIDS_TO_SIDS externallyVolker Lendecke2016-02-224-0/+145
* winbind: Add parse_xidlist()Volker Lendecke2016-02-222-0/+66
* winbind: Add wb_xids2sidsVolker Lendecke2016-02-223-0/+101
* winbind: Add wbint_UnixIDs2SidsVolker Lendecke2016-02-221-0/+30
* winbind: Simplify _wbint_Sids2UnixIDsVolker Lendecke2016-02-221-76/+77
* winbind: Make _wbint_Sids2UnixIDs single-domainVolker Lendecke2016-02-221-4/+105
* winbind: Remove a level of indirectionVolker Lendecke2016-02-221-8/+3
* s3:rpc_server: make it possible to build mdssvc as a shared moduleRalph Boehme2016-02-215-105/+90
* s3:rpc_server: allow building RPC services as shared modulesRalph Boehme2016-02-216-6/+224
* test_sharesec: Fix check for deleted ACLChristof Schmitt2016-02-201-1/+1
* test_sharesec: Fix usage messageChristof Schmitt2016-02-201-1/+1
* test_sharesec: Add new test for ACL entry from numerical inputChristof Schmitt2016-02-201-0/+14
* util_sd: Also accept hex input for ALLOW/DENIEDChristof Schmitt2016-02-201-10/+27
* loadparm: Remove an unneeded variableVolker Lendecke2016-02-191-2/+1
* tests: Replace realpath with the more available 'readlink -f'Adrian Cochrane2016-02-191-1/+1
* Real memeory leak(buildup) issue in loadparm.Hemanth Thummala2016-02-171-13/+27
* FIXUP: s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename *Ralph Boehme2016-02-161-6/+27
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-1618-54/+199
* idmap_ad: Fix a copy&paste errorVolker Lendecke2016-02-161-1/+2
* winbind: Fix a type errorVolker Lendecke2016-02-161-4/+13
* winbind: Add some constVolker Lendecke2016-02-162-3/+3
* build: Fix cluster-support option, default was 'None' now 'False'Noel Power2016-02-161-1/+1
* smbd: fix build with FAM supportRalph Boehme2016-02-141-0/+1
* smbd: fix build with FAM supportRalph Boehme2016-02-142-2/+2
* smbd: Simplify chroot option in smbdAndreas Schneider2016-02-131-8/+15
* s3-waf: Install smbspool_krb5_wrapper in LIBEXECDIRAndreas Schneider2016-02-131-0/+1
* s3:winbindd/idmap_autorid_tdb fix a compiler warningChristian Ambach2016-02-121-1/+1
* s3:vfs_fruit fix a compiler warningChristian Ambach2016-02-121-1/+1
* s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with ...Jeremy Allison2016-02-111-1/+38
* s3:dbwrap: add dbwrap_tdb_require_mutexes:*= optionStefan Metzmacher2016-02-081-0/+10
* tldap: Add a missing TALLOC_FREE(frame)Volker Lendecke2016-02-081-1/+1