Ensure all possible uses of indirection through res are checked after
[samba.git] / source3 /
2009-05-26 Jeremy AllisonEnsure all possible uses of indirection through res...
2009-05-26 Jeremy AllisonAttempt to fix bug #6386 - Samba Panic triggered by...
2009-05-26 Jeremy AllisonAdd a security model to LSA. Similar to the SAMR code...
2009-05-26 Volker LendeckeUse SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque...
2009-05-26 Volker LendeckeFix bug disclosed by lock8 torture test
2009-05-26 Günther Deschners3-selftest: add add and delete group scripts using...
2009-05-26 Aravind Srinivasans3 onefs: Removing an incorrect TALLOC_FREE
2009-05-26 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-26 Tim Proutys3 sendfile: Fix two bugs in sendfile
2009-05-26 Jeremy AllisonChange access_check_samr_object -> access_check_object.
2009-05-26 Günther Deschners3-lsa: let _lsa_OpenPolicy() just call _lsa_OpenPolicy2().
2009-05-26 Günther Deschners3-selftest: enable RPC-SAMR-USERS-PRIVILEGES.
2009-05-26 Günther Deschners3-lsa: let _lsa_GetSystemAccessAccount() call into...
2009-05-26 Günther Deschners3-lsa: start a very basic implementation of _lsa_Delet...
2009-05-26 Günther Deschners3-privileges: add privilege_delete_account().
2009-05-26 Günther Deschners3-privileges: remove trailing whitespace from privileg...
2009-05-26 Jeremy AllisonFix SAMR server for winbindd access. Ensure we allow
2009-05-26 Guenther Deschners3-samr: Fix samr access checks in _samr_SetUserInfo().
2009-05-26 Guenther Deschners3-samr: Fix samr access checks in _samr_QueryUserInfo().
2009-05-26 Jeremy AllisonEnsure users with SeAddUser privs get full access to
2009-05-26 Jeremy AllisonAdd extra abilities for a user with SeAddUsers, so...
2009-05-26 Jeremy AllisonDeleteUser doesn't need the priv checks, this is done...
2009-05-26 Guenther Deschners3-samr: Fix samr access checks in _samr_RemoveMemberFr...
2009-05-26 Guenther Deschners3-samr: Fix samr access checks in _samr_SetDomainInfo().
2009-05-26 Guenther Deschners3-samr: Fix samr access checks in _samr_QueryDomainInfo().
2009-05-26 Jeremy AllisonFix the core of the SAMR access functions. This passes...
2009-05-26 Günther Deschners3-netdomjoin-gui: allow to switch between workgroups...
2009-05-26 Günther Deschners3-netdomjoin-gui: cosmetic fix for empty hostnames.
2009-05-26 Günther Deschners3-netdomjoin-gui: only gray out labels when not root...
2009-05-26 Volker LendeckeFix bug 5681: Do not limit the number of network interfaces
2009-05-26 Volker LendeckeMove down the become_root()/unbecome_root() calls into...
2009-05-26 Volker LendeckeIn aio_fork, we have to close all fd's, we might hold...
2009-05-26 Volker LendeckeAdd "file_walk_table" to do stuff with all open files
2009-05-26 Volker LendeckeFix a race condition in vfs_aio_fork with gpfs share...
2009-05-26 Michael Adams3:fix bug #6371, unsuccessful net conf setparm leaves...
2009-05-26 Jeremy AllisonOops. Forgot to delete now unused local from the previo...
2009-05-26 Ole HansenFix bug #6359 - smbclient -L does not list workgroup...
2009-05-26 Michael Adams3:build: fix linking with --disable-shared-libs
2009-05-26 Volker LendeckeFix bug 6361: Make --rcfile work in smbget
2009-05-26 Michael Adams3:swat: hide "config backend" from swat
2009-05-26 Michael Adams3:param: prevent includes from being dumped in dump_...
2009-05-26 Michael Adams3:build: add install-dbwrap_tool target
2009-05-26 Michael Adams3:build dbwrap_tool with make everything
2009-05-26 Michael Adams3:build: rename OBJ collection for dbwrap_tool consist...
2009-05-26 Michael Adams3:first cut at dbwrap_tool - a tdb tool that is CTDB...
2009-05-26 Günther Deschners3-samr: in _samr_QueryUserInfo() make sure to not...
2009-05-26 Günther Deschners3-samr: use normal integer in r->in.level switch state...
2009-05-26 Günther Deschners3-netapi: implement NetShutdownInit_r and NetShutdownA...
2009-05-26 Günther Deschners3-netapi: add example code for NetShutdownInit and...
2009-05-26 Günther Deschners3-netapi: add NetShutdownInit and NetShutdownAbort...
2009-05-26 Günther Deschners3-netapi: add NetShutdownInit and NetShutdownAbort...
2009-05-26 Günther Deschners3-build: re-run make samba3-idl.
2009-05-26 Günther Deschners3-netapi: add NetShutdownInit and NetShutdownAbort.
2009-05-26 Jeremy AllisonTurn on SHORTNAME-TEST in torture.
2009-05-26 Jeremy AllisonMake us pass SHORTNAME-TEST.
2009-05-26 Jeremy AllisonMake error message clearer on fail.
2009-05-26 Jeremy AllisonAdd a test showing what ascii values cause an NTFS...
2009-05-26 Jeremy AllisonRemove one use of mangle_is_8_3(), not needed.
2009-05-26 Günther Deschners3-printing: no need to define struct table_node 4...
2009-05-26 Günther Deschners3-net: Fix bug 6340: don't segfault when cleartext...
2009-05-26 Bo YangRevert "s3: checkin .po for pam_winbind" because of...
2009-05-26 Bo Yangs3: checkin .po for pam_winbind
2009-05-26 Zack Kirschs3 onefs: Self-contend level2 oplocks on BRL
2009-05-26 Tim Proutys3 onefs: Fix ignore sacl parameter
2009-05-26 Tim Proutys3: Fix strict locking with chained reads
2009-05-26 Aravind Srinivasans3: Fallback to the legacy sid_to_(uid|gid) instead...
2009-05-26 Günther Deschners3-spoolss: move SPL_ARCH_X defines to IDL.
2009-05-26 Günther Deschners3-netdomjoin-gui: prepare to call out for NetRenameMac...
2009-05-26 Günther Deschners3-netdomjoin-gui: Fix join prompt dialog test.
2009-05-26 Günther Deschners3-netdomjoin-gui: use NetServerGetInfo() level 101...
2009-05-26 Günther Deschners3-netdomjoin-gui: inspect the correct computername...
2009-05-26 Michael Adams3:loadparm: free the file_list at the start of loadparm
2009-05-26 Michael Adams3:loadparm: refactor freeing of file_list out into...
2009-05-26 Michael Adams3:build: extend the support fo Debian GNU/kFooBar...
2009-05-26 Michael Adams3:build: support non-linux gnu ports
2009-05-26 Michael Adams3:proto.h: remove old param/params.c prototype
2009-05-26 Michael Adams3:smbd: fix the fix for mapped IPv4 address handling...
2009-05-26 Michael Adams3: make release_ip() call (ctdb) cope with IPv4 mapped...
2009-05-26 Jeremy AllisonFix the last few format arg missmatches I missed.
2009-05-26 Volker LendeckeFix bug 6157
2009-05-26 Günther Deschners3-printing: Fix vlp testprinter application.
2009-05-26 Jeremy AllisonFix warning about unused label with no sendfile.
2009-05-26 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-05-26 Jeremy AllisonHopefully fix the buildfarm. Add some debug level 10...
2009-05-26 Günther Deschners3-samr: Fix rid2sid call, 3-4-test does not have polic...
2009-05-26 Günther Deschners3-samr: implement _samr_RidToSid().
2009-05-26 Günther Deschners3-samr: Let _samr_TestPrivateFunctionsDomain() return...
2009-05-26 Günther Deschners3-samr: Fix Bug #5859, renaming of samr objects failed...
2009-05-26 Jeremy AllisonAdd checks for non_root mode to help buildfarm spoolss...
2009-05-26 Günther Deschners3-lsa: Fix _lsa_LookupNames2() server implementation...
2009-05-26 Björn Jackes3/ldap: also handle DirX return codes
2009-05-26 Günther Deschners3-selftest: enable RPC-LSA-LOOKUPNAMES against Samba 3.
2009-05-26 Günther Deschners3-net: add "net dom renamecomputer" to rename machines...
2009-05-26 Volker LendeckeDo not call SMB_VFS_GET_REAL_FILENAME if the name is...
2009-05-26 Tim Proutys3: Fix chained sesssetupAndX/tconn messages
2009-05-26 Günther Deschners3-samr: Fix SetUserInfo level 16 and 21 w.r.t. ACB_AUT...
2009-05-26 Günther Deschners3-samr: Fix SetUserInfo level 7 when there has been...
2009-05-26 Günther Deschners3-selftest: enable running RPC-SAMR-USERS against...
2009-05-26 Günther Deschners3-samr: more accurateness in _samr_SetDomainInfo().
2009-05-26 Jeremy AllisonFix bug #6330 - DFS doesn't work on AIX. Jeremy.
next