set passdb backend in Samba4 make test environments too
[ira/wip.git] / source3 /
2011-08-21 Andrew Bartletts4-provision set passdb backend to 'samba4' in template...
2011-08-21 Andreas Schneiders3-passdb: Only delete 1 entry from memcache.
2011-08-21 Andreas Schneiders3-passdb: Remove always the user from getpwsid cache.
2011-08-21 Andreas Schneiders3-passdb: Keep caches coherent
2011-08-21 Andreas Schneiders3-id_cache: Use better names for id cache management ops
2011-08-21 Andreas Schneiders3-id_cache: Move id caches mgmt out of smbd
2011-08-21 Andreas Schneiders3-lsasd: Listen on \PIPE\lsass.
2011-08-21 Andreas Schneiders3-lsasd: Add missing ncalrpc listeners.
2011-08-21 Andreas Schneiders3-rpc_server: Add create_dcerpc_ncalrpc_socket().
2011-08-21 Andreas Schneiders3-rpc_server: Increase epm monitor wait time.
2011-08-21 Simo Sorces3-prefork: Listening fds must be in non-blocking mode
2011-08-21 Simo Sorces3-spoolss: Remove useless check
2011-08-21 Simo Sorces3-lsasd: Remove useless check
2011-08-21 Simo Sorces3-prefork: Fix code to retire children
2011-08-21 Simo Sorces3-spoolssd: Listen on parent messages
2011-08-21 Simo Sorces3-lsasd: Listen on parent messages
2011-08-21 Simo Sorces3-prefork: Add parent->client messaging
2011-08-21 Simo Sorces3-lsasd: Send a message to the parent when we accept...
2011-08-21 Simo Sorces3-spoolssd: Send a message to the parent when we accep...
2011-08-21 Simo Sorces3-messaging: Add preforked child-parent message types
2011-08-21 Simo Sorces3-prefork: Improve error detection when handling new...
2011-08-21 Simo Sorces3-prefork: Improve heuristics
2011-08-21 Simo Sorces3-lsasd: User new prefork helpers to simplify code.
2011-08-21 Simo Sorces3-spoolssd: User new prefork helpers to simplify code.
2011-08-21 Simo Sorces3-prefork: add a few more utility functions
2011-08-21 Simo Sorces3-prefrok: Handle only valid children
2011-08-21 Simo Sorces3-prefork: Fix worker flags handling.
2011-08-21 Simo Sorces3-prefork: do not use a lock_fd, just race on accept()
2011-08-21 Andreas Schneiderrpc_server: Add forward declaration for dcerpc_transport_t.
2011-08-21 Andreas Schneiders3-waf: Fix build with lsasd.
2011-08-21 Simo Sorces3-lsasd: Use prefrok utils to manage children
2011-08-21 Simo Sorces3-spoolssd: Use prefrok utils to manage children
2011-08-21 Simo Sorces3-prefork: Add common utilities for daemons
2011-08-21 Simo Sorces3-spoolss: Introduce helper function to manage pool.
2011-08-21 Simo Sorces3-prefork: Allow better management of allowed_clients
2011-08-21 Andreas Schneiders3-winbind: We need to use internal rpc connections...
2011-08-21 Simo Sorces3-spoolssd: Fix spoolss logging.
2011-08-21 Simo Sorces3-lsasd: Import fixes from spoolssd
2011-08-21 Simo Sorces3-rpc_server: Use rpc_epmapper_mode() in ep_register()
2011-08-21 Simo Sorces3-rpc_server: Use rpc_service_mode() in np_open()
2011-08-21 Simo Sorces3-rpc_server: Use rpc_service_mode() in rpc_pipe_open_...
2011-08-21 Simo Sorces3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checks
2011-08-21 Simo Sorces3-rpc_server: Move config helpers in one place.
2011-08-21 Simo Sorces3-rpc_server: Add helper to define/retrieve daemons...
2011-08-21 Simo Sorces3-rpc_server: Reduce code duplication
2011-08-21 Andreas Schneiders3-smbd: Start lsasd as deamon.
2011-08-21 Andreas Schneiders3-rpc_server: Correctly register lsa, samr and netlogon.
2011-08-21 Andreas Schneiders3-lsasd: Create a lsa service daemon.
2011-08-21 Andreas Schneiders3-spoolssd: Check if we were able to create the prefor...
2011-08-21 Andreas Schneiders3-prefork: Fix cast warning.
2011-08-21 Andreas Schneiders3-rpc_server: Make dcerpc_ncacn_accept() public.
2011-08-21 Andreas Schneiders3-rpc_server: Check explicit for external and daemon...
2011-08-21 Andreas Schneiders3-rpc_server: Fix include order in srv_pipe_hnd.c.
2011-08-21 Jelmer Vernooijwafsamba: Require public libraries to have a pc file...
2011-08-20 Jeremy AllisonEnsure we never wait past absolute entime to do a get_c...
2011-08-20 Jeremy AllisonRemove the tortured logic in another_ldap_try() and...
2011-08-20 Jeremy AllisonFactor out the ldap_get_option calls into a function.
2011-08-20 Jeremy AllisonSimplify the logic on the another_ldap_try() loops...
2011-08-20 Jeremy AllisonMove the alarm setup/teardown out of another_ldap_try...
2011-08-20 Jeremy AllisonAllow the timeout pointer to ldap_search_ext_s() to...
2011-08-20 Jeremy AllisonMake it clear the time here is an absolute endtime...
2011-08-20 Jeremy AllisonAlways remove the alarm before changing the handler...
2011-08-20 Jeremy AllisonRemove old_handler as alarms can't be nested. Use SIG_I...
2011-08-20 Jeremy AllisonChange got_alarm from bool to the correct type of SIG_A...
2011-08-20 Jeremy AllisonIf "ldap timeout" is non-zero, set the local search...
2011-08-19 Ira CooperRe-arrange the optimization to reduce tdb fcntl calls...
2011-08-19 Matthias Dieter... s3:passdb/py_passdb.c - restore Python >= 2.4 compatibility
2011-08-19 Simo SorceRevert "s3-messaging: IDMAP_ messages belongs to the...
2011-08-19 Andrew Bartletts3-passdb pdb_samba4 handles PDB_PWHISTORY already
2011-08-19 Amitay Isaacss3-passdb: Fix the get/set routines for pw_history...
2011-08-19 Amitay Isaacss3-passdb: Display username when reporting error on...
2011-08-19 Amitay Isaacss3-passdb: Use pdb_get_nt_passwd() to get nt passwd.
2011-08-19 Amitay Isaacss3-passdb: Fix call for search_aliases(). It returns...
2011-08-19 Amitay Isaacss3-passdb: Return list of sids from python wrapper...
2011-08-19 Amitay Isaacss3-passdb: Make arguments for python wrapper enum_group...
2011-08-19 Amitay Isaacss3-passdb: Added python wrapper for passdb methods
2011-08-19 Amitay Isaacss3-passdb: Python wrapper for passdb
2011-08-19 Amitay Isaacss3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with...
2011-08-18 Jeremy AllisonFix bug #8370 - vfs_chown_fsp broken -- returns in...
2011-08-18 Björn Jackes3/ldap: don't continue if we couldn't get the domain...
2011-08-17 Volker Lendeckes3: Next step to fix MIT trusts
2011-08-17 Volker Lendeckes3: Increase a debug level in ads_find_dc
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-08-16 Simo Sorces3-messaging: IDMAP_ messages belongs to the Winbind...
2011-08-16 Volker Lendeckes3: Use ZERO_STRUCT where appropriate
2011-08-15 Michael Adams3:registry: enhance debugging of deletekey_recursive
2011-08-15 Michael Adams3:dbwrap_ctdb: improve transaction start/commit/cancel...
2011-08-15 Michael Adams3:lib: fix a comment in tdb_unpack()
2011-08-15 Michael Adams3:registry: fix regdb_key_exists: the record has to...
2011-08-15 Gregor Becks3: avoid reading past the end of buffer in tdb_unpack...
2011-08-15 Gregor Becks3: avoid reading past the end of buffer in tdb_unpack...
2011-08-15 Andrew Bartlettbuild: link pys3param against pytalloc-util not pytalloc
2011-08-15 Andrew Bartletts3-passdb Use supplied pdb_methods in default passdb...
2011-08-15 Simo Sorces3-prefork: Do not use mmap/mremap/munmap directly
2011-08-14 Volker Lendeckes3: Fix bug 8360
2011-08-14 Andrew Bartletts3-passdb: Fix python < 2.6 build errors in passdb...
2011-08-13 Simo Sorcetorture: use tevent_ functions names instead of the...
2011-08-13 Andrew Bartletts3-smbd Avoid races creating 'ncaclrpc dir' with epmd...
2011-08-13 Amitay Isaacss3-passdb: Added python method to get_global_sam_sid
2011-08-13 Amitay Isaacss3-passdb: Return dom_sid and guid with correct python...
next