s4-smbtorture: rename test_EnumDomain{Users,Groups,Aliases} in RPC-SAMR.
[ira/wip.git] / source3 /
2009-05-25 Günther Deschners3-pamsmbpass: copy _pam_get_item and _pam_get_data...
2009-05-25 Günther Deschners3-rpcclient: use get_domain_handle() fn in enum domain...
2009-05-25 Volker LendeckeAttempt to fix a debian build problem
2009-05-24 Volker LendeckeTALLOC_FREE happily lives with a NULL ptr. Tim, please...
2009-05-24 Volker LendeckeFix a race condition in winbind leading to a panic
2009-05-24 Volker Lendeckeuse epoll for local-wbclient test
2009-05-24 Volker LendeckeDon't limit the number of retries in wb_trans.
2009-05-24 Volker LendeckeDon't set a timeout deep inside wb_connect
2009-05-24 Volker LendeckeDo queueing in wbclient.c
2009-05-24 Volker LendeckeFix closed_fd(): select returning 0 means no fd listening
2009-05-24 Volker LendeckeFix wb_simple_trans queueing
2009-05-24 Volker LendeckeAdd "err_on_readability" to writev_send
2009-05-22 Jeremy AllisonEnsure we return NT_STATUS_FILE_IS_A_DIRECTORY on a...
2009-05-22 Jeremy AllisonTest that POSIX open of a directory returns NT_STATUS_F...
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Disconnect
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Connect
2009-05-22 Stefan Metzmachers3:smbd: SMB2 session ids are 64bit...
2009-05-22 Michael Adams3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_un...
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Logoff
2009-05-22 Jeremy AllisonDon't steal when we know the ptr will be null. Thanks...
2009-05-22 Jeremy AllisonRevert the last two commits (fix for #6386). The actual...
2009-05-22 Jeremy AllisonEnsure all possible uses of indirection through res...
2009-05-22 Jeremy AllisonAttempt to fix bug #6386 - Samba Panic triggered by...
2009-05-21 Tim Proutys3 torture: Fix warning
2009-05-21 Tim Proutys3 onefs: Fix invalid argument from the unix_convert...
2009-05-21 Stefan Metzmachers3:smbd: we want to get the next command offset and...
2009-05-21 Günther Deschners3-build: fix the build of ntlm_auth. Bo Yang, please...
2009-05-21 Bo Yangs3: ignore EPIPE error when winbind finally writes...
2009-05-21 Bo Yangs3: Fix onlinestatus msg to return status of all domain...
2009-05-21 Bo Yangs3: set winbindd request flags in ntlm_auth to make...
2009-05-21 Jeremy AllisonMake cli_posix_open() and cli_posix_mkdir() async.
2009-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-05-20 Stefan Metzmachers3:smbd: check the incoming session id for SMB2 requests
2009-05-20 Stefan Metzmachers3:smbd: implement SMB2 Session Setup with raw NTLMSSP
2009-05-20 Stefan Metzmachers3:smbd: for now indicate raw NTLMSSP in the SMB2 Negot...
2009-05-20 Stefan Metzmachers3:smbd: move the callback functions of smbd_smb2_reque...
2009-05-20 Stefan Metzmachers3:smbd: add smbd_smb2_request_done_ex()
2009-05-20 Stefan Metzmachers3:smbd: fix initialized memory in SMB2 responses
2009-05-20 Jeremy AllisonAdd a security model to LSA. Similar to the SAMR code...
2009-05-20 Volker LendeckeUse SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque...
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
2009-05-20 Stefan Metzmachers3:smbd: allow SMB 2.002 dialect in SMB1 negprot
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Negotiate
2009-05-20 Stefan Metzmachers3:smbd: make negprot_spnego() non static
2009-05-20 Stefan Metzmachers3:smbd: add infrastructure for SMB2 support
2009-05-20 Stefan Metzmachers3:param: add PROTOCOL_SMB2
2009-05-20 Volker LendeckeFix bug disclosed by lock8 torture test
2009-05-20 Volker LendeckeDemonstrate a bug we have when dealing with real os...
2009-05-20 Günther Deschners3-selftest: add add and delete group scripts using...
2009-05-20 Volker LendeckeDo not do a merged build without shared libs
2009-05-20 Volker LendeckeOnly build the krb5 locator when building shared libs
2009-05-19 Volker LendeckeMake local-wbclient flexible in # of connections and ops
2009-05-19 Volker LendeckeFix wb_trans_done after conversion to unix calling...
2009-05-19 Volker LendeckeFix an uninitialized variable in wb_context_init
2009-05-19 Volker LendeckeAnother attempt at fixing the static build of vfs_notif...
2009-05-19 Volker LendeckeFix detection of "enum FAMCodes"
2009-05-19 Aravind Srinivasans3 onefs: Removing an incorrect TALLOC_FREE
2009-05-19 Volker LendeckeUse TDB_VOLATILE instead of tdb_set_max_dead()
2009-05-19 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-19 Tim Proutys3 sendfile: Fix two bugs in sendfile
2009-05-18 Jeremy AllisonChange access_check_samr_object -> access_check_object.
2009-05-18 Günther Deschners3-lsa: let _lsa_OpenPolicy() just call _lsa_OpenPolicy2().
2009-05-18 Günther Deschners3-selftest: enable RPC-SAMR-USERS-PRIVILEGES.
2009-05-18 Jeremy AllisonFix SAMR server for winbindd access. Ensure we allow
2009-05-18 Günther Deschners3-lsa: let _lsa_GetSystemAccessAccount() call into...
2009-05-18 Günther Deschners3-lsa: start a very basic implementation of _lsa_Delet...
2009-05-18 Volker LendeckeMove down the become_root()/unbecome_root() calls into...
2009-05-18 Volker LendeckeFix bug 5681: Do not limit the number of network interfaces
2009-05-18 Volker LendeckeIn aio_fork, we have to close all fd's, we might hold...
2009-05-18 Volker LendeckeAdd "file_walk_table" to do stuff with all open files
2009-05-18 Volker LendeckeFix a race condition in vfs_aio_fork with gpfs share...
2009-05-18 Volker LendeckeFix broken pipe handling
2009-05-18 Volker LendeckeFix a type-punned warning
2009-05-18 Bo Yangs3: tevent_req_poll() loops forever when pipe is broken
2009-05-17 Michael Adams3:fix bug #6371, unsuccessful net conf setparm leaves...
2009-05-17 Volker Lendeckes3-events: Not only timed, also immediate events genera...
2009-05-16 Simo SorceMove smb_create_user() in samsync
2009-05-16 Volker LendeckeFix static linking of vfs_notify_fam
2009-05-16 Volker LendeckeFix a typo
2009-05-16 Volker Lendeckes3-events: If immediate requests are pending, the timeo...
2009-05-16 Volker LendeckeFix the merged build -- thanks jelmer for the hint!
2009-05-16 Jelmer VernooijUpdate copies of config.guess and config.sub.
2009-05-15 Günther Deschners3-privileges: add privilege_delete_account().
2009-05-15 Günther Deschners3-privileges: remove trailing whitespace from privileg...
2009-05-15 Jeremy AllisonOops. Forgot to delete now unused local from the previo...
2009-05-15 Ole HansenFix bug #6359 - smbclient -L does not list workgroup...
2009-05-15 Michael Adams3:build: fix linking with --disable-shared-libs
2009-05-15 Jeremy AllisonEnsure users with SeAddUser privs get full access to
2009-05-15 Jeremy AllisonAdd extra abilities for a user with SeAddUsers, so...
2009-05-15 Jeremy AllisonDeleteUser doesn't need the priv checks, this is done...
2009-05-15 Günther Deschners3-samr: Fix samr access checks in _samr_RemoveMemberFr...
2009-05-15 Volker LendeckeFix bug 6361: Make --rcfile work in smbget
2009-05-15 Jeff Laytonmount.cifs: directly include sys/stat.h in mtab.c
2009-05-15 Günther Deschners3-netdomjoin-gui: allow to switch between workgroups...
2009-05-15 Günther Deschners3-netdomjoin-gui: cosmetic fix for empty hostnames.
2009-05-15 Günther Deschners3-netdomjoin-gui: only gray out labels when not root...
2009-05-15 Michael Adams3:swat: hide "config backend" from swat
2009-05-15 Michael Adams3:param: prevent includes from being dumped in dump_...
2009-05-15 Michael Adams3:build: add install-dbwrap_tool target
2009-05-15 Michael Adams3:build dbwrap_tool with make everything
next