summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure all possible uses of indirection through res are checked afterJeremy Allison2009-05-261-6/+6
* Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.Jeremy Allison2009-05-261-1/+1
* Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison2009-05-261-88/+227
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-261-5/+1
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-261-0/+17
* s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2009-05-261-0/+2
* s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan2009-05-261-1/+0
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-263-18/+45
* s3 sendfile: Fix two bugs in sendfileTim Prouty2009-05-261-3/+4
* Change access_check_samr_object -> access_check_object.Jeremy Allison2009-05-263-24/+25
* s3-lsa: let _lsa_OpenPolicy() just call _lsa_OpenPolicy2().Günther Deschner2009-05-261-37/+6
* s3-selftest: enable RPC-SAMR-USERS-PRIVILEGES.Günther Deschner2009-05-261-1/+1
* s3-lsa: let _lsa_GetSystemAccessAccount() call into _lsa_EnumPrivsAccount().Günther Deschner2009-05-261-3/+23
* s3-lsa: start a very basic implementation of _lsa_DeleteObject().Günther Deschner2009-05-261-1/+23
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-262-0/+29
* s3-privileges: remove trailing whitespace from privileges codes.Günther Deschner2009-05-262-105/+105
* Fix SAMR server for winbindd access. Ensure we allowJeremy Allison2009-05-261-2/+2
* s3-samr: Fix samr access checks in _samr_SetUserInfo().Guenther Deschner2009-05-261-15/+110
* s3-samr: Fix samr access checks in _samr_QueryUserInfo().Guenther Deschner2009-05-261-3/+71
* Ensure users with SeAddUser privs get full access toJeremy Allison2009-05-261-2/+2
* Add extra abilities for a user with SeAddUsers, so theyJeremy Allison2009-05-261-2/+15
* DeleteUser doesn't need the priv checks, this is done at OpenUser time.Jeremy Allison2009-05-261-20/+0
* s3-samr: Fix samr access checks in _samr_RemoveMemberFromForeignDomain().Guenther Deschner2009-05-261-1/+1
* s3-samr: Fix samr access checks in _samr_SetDomainInfo().Guenther Deschner2009-05-261-7/+22
* s3-samr: Fix samr access checks in _samr_QueryDomainInfo().Guenther Deschner2009-05-261-1/+31
* Fix the core of the SAMR access functions. This passes make test, butJeremy Allison2009-05-261-197/+156
* s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...Günther Deschner2009-05-261-2/+4
* s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner2009-05-261-0/+1
* s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner2009-05-261-3/+3
* Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke2009-05-264-25/+40
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-262-8/+22
* In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke2009-05-261-0/+16
* Add "file_walk_table" to do stuff with all open filesVolker Lendecke2009-05-262-0/+26
* Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke2009-05-261-2/+8
* s3:fix bug #6371, unsuccessful net conf setparm leaves empty shareMichael Adam2009-05-261-3/+25
* Oops. Forgot to delete now unused local from the previous patch.Jeremy Allison2009-05-261-2/+0
* Fix bug #6359 - smbclient -L does not list workgroup for hosts with both IPv4...Ole Hansen2009-05-261-4/+10
* s3:build: fix linking with --disable-shared-libsMichael Adam2009-05-261-0/+1
* Fix bug 6361: Make --rcfile work in smbgetVolker Lendecke2009-05-261-1/+1
* s3:swat: hide "config backend" from swatMichael Adam2009-05-261-1/+1
* s3:param: prevent includes from being dumped in dump_*() functions.Michael Adam2009-05-262-3/+7
* s3:build: add install-dbwrap_tool targetMichael Adam2009-05-261-0/+3
* s3:build dbwrap_tool with make everythingMichael Adam2009-05-261-1/+2
* s3:build: rename OBJ collection for dbwrap_tool consistentlyMichael Adam2009-05-261-6/+6
* s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.Michael Adam2009-05-262-0/+258
* s3-samr: in _samr_QueryUserInfo() make sure to not return any info in error c...Günther Deschner2009-05-261-1/+6
* s3-samr: use normal integer in r->in.level switch statements.Günther Deschner2009-05-261-29/+29
* s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r.Günther Deschner2009-05-261-2/+49
* s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-263-1/+183
* s3-netapi: add NetShutdownInit and NetShutdownAbort to public API.Günther Deschner2009-05-261-0/+36