idra/samba.git
2011-08-19 Andreas Schneiders3-passdb: Keep caches coherent s3-lsasd
2011-08-19 Andreas Schneiders3-id_cache: Use better names for id cache management ops
2011-08-19 Andreas Schneiders3-id_cache: Move id caches mgmt out of smbd
2011-08-19 Andreas SchneiderDON'T PUSH ME Revert "s3-test: log to stdout for smbd...
2011-08-19 Andreas Schneiders3-lsasd: Add missing ncalrpc listeners.
2011-08-19 Andreas Schneiders3-rpc_server: Add create_dcerpc_ncalrpc_socket().
2011-08-19 Andreas Schneiders3-rpc_server: Increase epm monitor wait time.
2011-08-19 Simo Sorces3-prefork: Listening fds must be in non-blocking mode
2011-08-19 Simo Sorces3-spoolss: Remove useless check
2011-08-19 Simo Sorces3-lsasd: Remove useless check
2011-08-19 Simo Sorces3-prefork: Fix code to retire children
2011-08-19 Simo Sorces3-spoolssd: Listen on parent messages
2011-08-19 Simo Sorces3-lsasd: Listen on parent messages
2011-08-19 Simo Sorces3-prefork: Add parent->client messaging
2011-08-19 Simo Sorces3-lsasd: Send a message to the parent when we accept...
2011-08-19 Simo Sorces3-spoolssd: Send a message to the parent when we accep...
2011-08-19 Simo Sorces3-messaging: Add preforked child-parent message types
2011-08-19 Simo Sorces3-prefork: Improve error detection when handling new...
2011-08-19 Simo Sorces3-prefork: Improve heuristics
2011-08-19 Simo Sorces3-lsasd: User new prefork helpers to simplify code.
2011-08-19 Simo Sorces3-spoolssd: User new prefork helpers to simplify code.
2011-08-19 Simo Sorces3-prefork: add a few more utility functions
2011-08-19 Simo Sorces3-prefrok: Handle only valid children
2011-08-19 Simo Sorces3-prefork: Fix worker flags handling.
2011-08-19 Simo Sorces3-prefork: do not use a lock_fd, just race on accept()
2011-08-19 Andreas Schneiderrpc_server: Add forward declaration for dcerpc_transport_t.
2011-08-19 Andreas Schneiders3-waf: Fix build with lsasd.
2011-08-19 Simo Sorces3-lsasd: Use prefrok utils to manage children
2011-08-19 Simo Sorces3-spoolssd: Use prefrok utils to manage children
2011-08-19 Simo Sorces3-prefork: Add common utilities for daemons
2011-08-19 Simo Sorces3-spoolss: Introduce helper function to manage pool.
2011-08-19 Simo Sorces3-prefork: Allow better management of allowed_clients
2011-08-19 Andreas Schneiders3-winbind: We need to use internal rpc connections...
2011-08-19 Simo Sorces3-spoolssd: Fix spoolss logging.
2011-08-19 Simo Sorces3-lsasd: Import fixes from spoolssd
2011-08-19 Andreas Schneiderselftest: Enable testing of the lsa service daemon.
2011-08-19 Simo Sorces3-rpc_server: Use rpc_epmapper_mode() in ep_register()
2011-08-19 Simo Sorces3-rpc_server: Use rpc_service_mode() in np_open()
2011-08-19 Simo Sorces3-rpc_server: Use rpc_service_mode() in rpc_pipe_open_...
2011-08-19 Simo Sorceselftest: Fix daemon testing to use the new syntax.
2011-08-19 Simo Sorces3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checks
2011-08-19 Simo Sorces3-rpc_server: Move config helpers in one place.
2011-08-19 Simo Sorces3-rpc_server: Add helper to define/retrieve daemons...
2011-08-19 Simo Sorces3-rpc_server: Reduce code duplication
2011-08-19 Andreas Schneiders3-smbd: Start lsasd as deamon.
2011-08-19 Andreas Schneiders3-rpc_server: Correctly register lsa, samr and netlogon.
2011-08-19 Andreas Schneiders3-lsasd: Create a lsa service daemon.
2011-08-19 Andreas Schneiders3-spoolssd: Check if we were able to create the prefor...
2011-08-19 Andreas Schneiders3-prefork: Fix cast warning.
2011-08-19 Andreas Schneiders3-rpc_server: Make dcerpc_ncacn_accept() public.
2011-08-19 Andreas Schneiders3-rpc_server: Check explicit for external and daemon...
2011-08-19 Andreas Schneiders3-rpc_server: Fix include order in srv_pipe_hnd.c.
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_upgrade: Set the administrator password on upgrade
2011-08-19 Amitay Isaacss3-passdb: Fix the get/set routines for pw_history...
2011-08-19 Amitay Isaacss3_upgrade: Do not add administrator and root accounts...
2011-08-19 Amitay Isaacspython-samba3: Secrets file loaded from private dir...
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 Isaacss3upgrade: Add idmap migration, users/groups import
2011-08-19 Amitay Isaacsprovision: Add idmap database handle to the result...
2011-08-19 Amitay Isaacssamba3-python: Add methods to get any entry (user/group...
2011-08-19 Amitay Isaacspy_security: Fix comparison between two dom_sid objects
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 Jelmer Vernooijcredentials: Rename library to samba-credentials to...
2011-08-18 Jelmer Vernooijsmb_common: Fix include paths.
2011-08-18 Jelmer Vernooijcli-raw: Add public libsmbclient-raw library.
2011-08-18 Jelmer Vernooijlibcliraw: Install more header files.
2011-08-18 Jelmer Vernooijsmb_common: Install some more headers.
2011-08-18 Jelmer Vernooijlibcliraw: Install request.h and signing.h.
2011-08-18 Jelmer Vernooijsmb_composite: Remove unnecessary include of signing...
2011-08-18 Jelmer Vernooijsmb_composite: Integrate prototypes in header file.
2011-08-14 Jelmer VernooijUse public pytalloc header file.
2011-08-18 Björn Jackes3/ldap: don't continue if we couldn't get the domain...
2011-08-18 Andrew Tridgells4-test: use dbcheck on more of our selftest databases
2011-08-17 Andrew Tridgells4-test: only check one database in quickcheck
2011-08-17 Andrew Tridgells4-dsdb: fixed deletion of backlinks for fl2000 DCs
2011-08-17 Andrew Tridgells4-dsdb: added comments and fixed backlink check in...
2011-08-17 Andrew Tridgells4-dirsync: use dsdb_module_dn_by_guid() not dsdb_find_...
2011-08-17 Andrew Tridgellsamba-tool: changed samba-tool user delete to use samdb...
2011-08-17 Andrew Tridgells4-samdb: added deleteuser() to samdb
2011-08-17 Andrew Tridgells4-test: prevent the utable test from crashing
2011-08-17 Volker LendeckeAdapt del_sid_from_array to Samba coding style
2011-08-17 Volker LendeckeFix a typo
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 LendeckeRemove unused "sid_equal"
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-16 Rusty Russelltdb: increment sequence number in tdb_wipe_all().
2011-08-15 Michael Adams3:registry: enhance debugging of deletekey_recursive
2011-08-15 Michael Adams3:dbwrap_ctdb: improve transaction start/commit/cancel...
next