metze/samba/wip.git
2010-06-23 Michael Adams3:idmap_tdb: add my (C)
2010-06-23 Michael Adams3:idmap_tdb: properly initialize the idmap_tdb context...
2010-06-23 Michael Adams3:idmap_tdb: prevent opening the idmap db more than...
2010-06-23 Michael Adams3:idmap_tdb: rewrite sids_to_unixids to create mapping...
2010-06-23 Michael Adams3:idmap_tdb: add a idmap_tdb_new_mapping().
2010-06-23 Michael Adams3:idmap_tdb: move the set_mapping code up
2010-06-23 Michael Adams3:idmap_tdb: use transaction wrapper for idmap_tdb_set...
2010-06-23 Michael Adams3:idmap_tdb: remove unused struct idmap_tdb_state.
2010-06-23 Michael Adams3:idmap_tdb: remove unused idmap_alloc_db
2010-06-23 Michael Adams3:idmap_tdb: remove unused idmap_tdb_alloc_close().
2010-06-23 Michael Adams3:idmap_tdb: give idmap_domain arg to idmap_tdb_alloca...
2010-06-23 Michael Adams3:idmap_tdb: call idmap_tdb_init_hwm() from idmap_tdb_...
2010-06-23 Michael Adams3:idmap_tdb: move idmap_tdb_init_hwm up.
2010-06-23 Michael Adams3:idmap_tdb: remove unused idmap_tdb_load_ranges()
2010-06-23 Michael Adams3:idmap_tdb: have idmap_tdb_open_db take an idmap_doma...
2010-06-23 Michael Adams3:idmap_tdb: rename idmap_tdb_alloc_init->idmap_tdb_in...
2010-06-23 Michael Adams3:idmap_tdb: move definition of struct idmap_tdb_conte...
2010-06-23 Michael Adams3:idmap_tdb: remove filter_low_id,filter_high_id from...
2010-06-23 Michael Adams3:idmap_tdb: add idmap domain arg to idmap_tdb_upgrade...
2010-06-23 Michael Adams3:idmap_tdb: use filter from idmap_domain rather than...
2010-06-23 Michael Adams3:idmap_tdb: give idmap domain argument to idmap_tdb_s...
2010-06-23 Michael Adams3:idmap_tdb: give idmap domain argument to idmap_tdb_i...
2010-06-23 Michael Adams3:idmap_tdb: implement allocate_id in idmap methods...
2010-06-23 Michael Adams3:idmap_tdb: add idmap_tdb_get_new_id() to allocate...
2010-06-23 Michael Adams3:idmap_tdb: convert idmap_tdb_allocate_id() to use...
2010-06-23 Michael Adams3:idmap_tdb2: add my (C)
2010-06-23 Michael Adams3:idmap_tdb2: move idmap_tdb2_new_mapping() up. spare...
2010-06-23 Michael Adams3:idmap_tdb2: get rid of an extra variable in idmap_td...
2010-06-23 Michael Adams3:idmap_tdb2: move idmap_tdb2_set_mapping() up to...
2010-06-23 Michael Adams3:idmap_tdb2: use the right talloc context for db_open...
2010-06-23 Michael Adams3:idmap_tdb2: don't check whether sid is already mappe...
2010-06-23 Michael Adams3:idmap_tdb2: add the db_context to the idmap_tdb2_context
2010-06-23 Michael Adams3:idmap_tdb2: talloc_zero (instead of talloc) the...
2010-06-23 Michael Adams3:idmap_tdb2: rename idmap_tdb2_alloc_load -> idmap_td...
2010-06-23 Michael Adams3:idmap_tdb2: move idmap_tdb2_alloc_load() up to reduc...
2010-06-23 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_state and idmap...
2010-06-23 Michael Adams3:idmap_tdb2: give idmap_tdb2_alloc_load() and idmap...
2010-06-23 Michael Adams3:idmap_tdb2: add an idmap_domain struct argument...
2010-06-23 Michael Adams3:idmap_tdb2: remove filter_low_id, filter_high_id...
2010-06-23 Michael Adams3:idmap_tdb2: don't parse config and fill filter_low_i...
2010-06-23 Michael Adams3:idmap_tdb2: use read_only flag from idmap_domain...
2010-06-23 Michael Adams3:idmap_tdb2: use range from idmap_domain in idmap_tdb...
2010-06-23 Michael Adams3:idmap_tdb2: use filter from idmap_domain rather...
2010-06-23 Michael Adams3:idmap_tdb2: pass idmap_domain (not idmap_tdb2_contex...
2010-06-23 Michael Adams3:idmap_tdb2: pass idmap_domain instead of idmap_tdb2_...
2010-06-23 Michael Adams3:idmap_tdb2: also support idmap script for named...
2010-06-23 Michael Adams3:idmap_tdb2: move the idmap script from idmap_tdb2_st...
2010-06-23 Michael Adams3:idmap_tdb2: remove use of idmap_tdb2_state from...
2010-06-23 Michael Adams3:idmap_tdb2: move definition of struct idmap_tdb2_con...
2010-06-23 Michael Adams3:idmap_tdb2: open the db after loading the ranges...
2010-06-23 Michael Adams3:idmap_tdb2: remove special treatment of NULL sid...
2010-06-23 Michael Adams3:idmap_tdb2: re-implement allocated_id in idmap methods.
2010-06-23 Michael Adams3:idmap: add idmap_unix_id_is_in_range() for checking...
2010-06-23 Michael Adams3:idmap: don't check range for passdb idmap domain
2010-06-23 Michael Adams3:idmap: parse ranges in idmap_init_domain().
2010-06-23 Michael Adams3:idmap: add low_id and high_id to the idmap_domain...
2010-06-23 Michael Adams3:idmap: remove an extra blank line
2010-06-23 Michael Adams3:idmap: use allocate_id() from the idmap_methods...
2010-06-23 Michael Adams3:idmap: re-add the allocate_id method to the idmap_me...
2010-06-23 Michael Adams3:net: rewrite "net idmap restore" using dbwrap
2010-06-16 Michael Adams3:net: change "net idmap dump" to use dbwrap instead...
2010-06-15 Volker Lendeckev3-4-ctdb: Bump up the vendor patch level to 8
2010-06-11 Volker Lendeckes3: Fix starving the echo responder
2010-06-01 Michael Adamv3-4-ctdb: Bump up the vendor patch level to 7
2010-06-01 Michael Adams3:winbind:idmap_tdb2: honour the "idmap read only...
2010-06-01 Michael Adams3:winbind: set the read_only flag when parsing the...
2010-06-01 Michael Adams3:winbind:idmap_tdb2: add a read_only parameter to...
2010-06-01 Michael Adams3:loadparm: add new boolean parameter "idmap read...
2010-06-01 Michael Adams3: remove prototype of inexistent lp_idmap_alloc_backe...
2010-06-01 Michael Adams3: remove unused prototype for lp_idmap_domains().
2010-06-01 Michael Adams3:winbind:idmap: fix idmap_allocate_unixid() to actual...
2010-06-01 Michael Adams3:winbind:idmap_tdb2: fix a debug message
2010-05-31 Michael Adamv3-4-ctdb: Bump up the vendor patch level to 6
2010-05-31 Michael Adams3:loadparm: remove parameter "idmap alloc backend"
2010-05-31 Michael Adams3:docs: fix net manpage to reflect removal of net...
2010-05-31 Michael Adams3:net: remove the "net idmap secret alloc" functionality.
2010-05-31 Michael Adams3:winbind:idmap: remove unused definition of idmap_all...
2010-05-31 Michael Adams3:winbind:idmap: remove idmap_alloc_context from idmap.c
2010-05-31 Michael Adams3:winbind:idmap: remove the alloc methods list from...
2010-05-31 Michael Adams3:winbind:idmap: remove unused get_alloc_methods().
2010-05-31 Michael Adams3:winbind:idmap: remove unused smb_register_idmap_alloc().
2010-05-31 Michael Adams3:winbind:idmap_ldap: remove unused idmap_ldap_alloc_m...
2010-05-31 Michael Adams3:winbind:idmap_ldap: remoce unused idmap_alloc_ldap_init
2010-05-31 Michael Adams3:winbind:idmap_ldap: don't call idmap_alloc_ldap_init...
2010-05-31 Michael Adams3:winbind:idmap_tdb: remove unused idmap_alloc_methods
2010-05-31 Michael Adams3:winbind:idmap_tdb: remove unused idmap_alloc_tdb_init()
2010-05-31 Michael Adams3:winbind:idmap_tdb: don't call idmap_alloc_tdb_init...
2010-05-31 Michael Adams3:winbind:idmap_tdb2: remove unused idmap_tdb2_alloc_i...
2010-05-31 Michael Adams3:winbind:idmap_tdb2: remove unused idmap_tdb2_alloc_c...
2010-05-31 Michael Adams3:winbind:idmap_tdb2: remove unused idmap_alloc_methods.
2010-05-31 Michael Adams3:winbind:idmap_tdb2: don't call smb_register_idmap_al...
2010-05-31 Michael Adams3:winbind: make idmap_alloc_tdb_init() static.
2010-05-31 Michael Adams3:winbind:idmap: remove unused idmap_alloc_init().
2010-05-31 Michael Adams3:winbind:idmap: use sids_to_unixids() with a NULL...
2010-05-31 Michael Adams3:winbind:idmap: factor out common code of idmap_alloc...
2010-05-31 Michael Adams3:winbind:idmap_tdb2_sids_to_unixids: only allocate...
2010-05-31 Michael Adams3:winbind:idmap_tdb2: add allocation of new mappings...
2010-05-31 Michael Adams3:winbindd:idmap: remove idmap_new_mapping() - now...
2010-05-31 Michael Adams3:idmap: add a debug message to idmap_sid_to_gid
2010-05-31 Michael Adams3:idmap: add a debug message to idmap_sid_to_uid
next