ira/wip.git
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 Jim McDonoughDetect tight loop in tdb_find()
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 Günther Deschners4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownf...
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 Bo Yangs3: Fix request flags in wbinfo when perform krb5 authe...
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 Stefan Metzmachers4:libcli/smb2: fix session setup with raw NTLMSSP
2009-05-20 Stefan Metzmachers4:libcli/smb2: use raw ntlmssp if the server didn...
2009-05-20 Stefan Metzmachers4:libcli/smb2: fill in transport->negotiate.secblob...
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 Stefan MetzmacherSMB2-LOCK: let the test pass against samba4
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 Deschners4: try to fix privileges implementation in order to...
2009-05-20 Sam LiddicottHave ntvfs_connect() accept union smb_tcon *tcon instea...
2009-05-20 Günther Deschners3-selftest: add add and delete group scripts using...
2009-05-20 Günther Deschnernsswrapper: implement group_del() in nss_wrapper.pl.
2009-05-20 Günther Deschnernsswrapper: implement group_add() in nss_wrapper.pl.
2009-05-20 Sam Liddicotts4:smb_server: initialy read the first 4 bytes only
2009-05-20 Stefan Metzmachers4:libcli/raw: initialy read the first 4 bytes only
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 LendeckeSet errno=ENOMEM if tevent_add_fd fails
2009-05-19 Jeremy AllisonAdded mapping table for account object in lsa.
2009-05-19 Volker LendeckeSimplify the logic of tsocket_bsd_pending
2009-05-19 Jelmer Vernooijtevent/python: Makefile was still trying to build some...
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 Karolin Seegers3/docs: Fix shutdown script example.
2009-05-19 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-19 Tim Proutys4 torture: Fix typo
2009-05-19 Tim Proutys3 sendfile: Fix two bugs in sendfile
2009-05-19 Günther Deschners4-smbtorture: Fix build warning in RPC-SAMR tests.
2009-05-19 Günther Deschners3: re-run make samba3-idl.
2009-05-19 Günther Deschnerlsa: add access_masks for accounts, secrets and trusted...
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 Günther Deschners4-smbtorture: add RPC-SAMR-USERS-PRIVILEGES test.
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 Jelmer Vernooijtevent: Define TALLOC_FREE() if it's not defined yet...
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 Vernooijtevent: Remove python module.
2009-05-16 Jelmer Vernooijtevent: Install tevent_internal.h in the standalone...
2009-05-16 Samuel ThibaultFix linker flags on non-Linux GNU platforms.
2009-05-16 Jelmer VernooijUpdate copies of config.guess and config.sub.
2009-05-15 Jelmer Vernooijtevent: Don't install headers, since we don't install...
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
next