s3:idmap_tdb2: rename idmap_tdb2_alloc_load -> idmap_tdb2_init_hwm
[amitay/samba.git] / source3 /
2010-08-14 Michael Adams3:idmap_tdb2: rename idmap_tdb2_alloc_load -> idmap_td...
2010-08-14 Michael Adams3:idmap_tdb2: move idmap_tdb2_alloc_load() up to reduc...
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_state and idmap...
2010-08-14 Michael Adams3:idmap_tdb2: give idmap_tdb2_alloc_load() and idmap...
2010-08-14 Michael Adams3:idmap_tdb2: add an idmap_domain struct argument...
2010-08-14 Michael Adams3:idmap_tdb2: remove filter_low_id and filter_high_id...
2010-08-14 Michael Adams3:idmap_tdb2: don't parse config and fill filter_low_i...
2010-08-14 Michael Adams3:idmap_tdb2: honour the "idmap read only" flag in...
2010-08-14 Michael Adams3:idmap_tdb2: use range from idmap_domain in idmap_tdb...
2010-08-14 Michael Adams3:idmap_tdb2: use filter from idmap_domain rather...
2010-08-14 Michael Adams3:idmap_tdb2: pass idmap_domain (not idmap_tdb2_contex...
2010-08-14 Michael Adams3:idmap_tdb2: pass idmap_domain instead of idmap_tdb2_...
2010-08-14 Michael Adams3:idmap_tdb2: also support idmap script for named...
2010-08-14 Michael Adams3:idmap_tdb2: move the idmap script from idmap_tdb2_st...
2010-08-14 Michael Adams3:idmap_tdb2: remove use of idmap_tdb2_state from...
2010-08-14 Michael Adams3:idmap_tdb2: move definition of struct idmap_tdb2_con...
2010-08-14 Michael Adams3:idmap_tdb2: open the db after loading the ranges...
2010-08-14 Michael Adams3:idmap_tdb2: add allocation of new mappings to idmap_...
2010-08-14 Michael Adams3:idmap_tdb2: re-implement allocated_id in idmap methods.
2010-08-14 Michael Adams3:idmap: add idmap_unix_id_is_in_range() for checking...
2010-08-14 Michael Adams3:idmap: don't check range for passdb idmap domain
2010-08-14 Michael Adams3:idmap: parse ranges and "read only" in idmap_init_do...
2010-08-14 Michael Adams3:idmap: add a read_only flag to the idmap_domain...
2010-08-14 Michael Adams3:idmap: add low_id and high_id to the idmap_domain...
2010-08-14 Michael Adams3:net: remove the "net idmap secret alloc" functionality.
2010-08-14 Michael Adams3:loadparm: add new boolean parameter "idmap read...
2010-08-14 Michael Adams3:loadparm: remove parameter "idmap alloc backend"
2010-08-14 Michael Adams3:idmap: remove unused definition of idmap_alloc_methods.
2010-08-14 Michael Adams3:idmap: remove idmap_alloc_context from idmap.c
2010-08-14 Michael Adams3:idmap: remove the alloc methods list from idmap.c
2010-08-14 Michael Adams3:idmap: remove unused get_alloc_methods().
2010-08-14 Michael Adams3:idmap: remove unused smb_register_idmap_alloc().
2010-08-14 Michael Adams3:idmap_ldap: remove unused idmap_ldap_alloc_methods.
2010-08-14 Michael Adams3:idmap_ldap: remoce unused idmap_alloc_ldap_init
2010-08-14 Michael Adams3:idmap_ldap: don't call idmap_alloc_ldap_init in...
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_alloc_methods
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_alloc_tdb_init()
2010-08-14 Michael Adams3:idmap_tdb: don't call idmap_alloc_tdb_init in idmap_...
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_alloc_init().
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_alloc_close().
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_alloc_methods.
2010-08-14 Michael Adams3:idmap_tdb2: don't call smb_register_idmap_alloc...
2010-08-14 Michael Adams3:idmap_tdb: make idmap_alloc_tdb_init() static.
2010-08-14 Michael Adams3:idmap: remove unused idmap_alloc_init().
2010-08-14 Michael Adams3:idmap: use allocate_id() from the idmap_methods...
2010-08-14 Michael Adams3:idmap: add an allocate_id method to the idmap_method...
2010-08-14 Michael Adams3:idmap: factor out common code of idmap_allocate_uid...
2010-08-14 Michael Adams3:idmap: remove the set_mapping method from the idmap API
2010-08-14 Michael Adams3:idmap: remove idmap_new_mapping() - now implemented...
2010-08-14 Michael Adams3:idmap: add a debug message to idmap_sid_to_gid
2010-08-14 Michael Adams3:idmap: add a debug message to idmap_sid_to_uid
2010-08-14 Michael Adams3:idmap: don't call idmap_new_mapping idmap_sid_to_gid
2010-08-14 Michael Adams3:idmap: don't call idmap_new_mapping idmap_sid_to_unixid.
2010-08-14 Michael Adams3:idmap: remove unused method set_id_hwm from idmap API
2010-08-14 Michael Adams3:idmap: remove unused alloc method get_id_hwm from...
2010-08-14 Michael Adams3:idmap: remove unused method dump_data() from the...
2010-08-14 Michael Adams3:idmap: remove the remove_mapping method from API...
2010-08-14 Michael Adams3:idmap: remove unused idmap_remove_mapping().
2010-08-14 Michael Adams3:winbind: remove the method REMOVE_MAPPING from winbi...
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_mapping().
2010-08-14 Michael Adams3:winbind: remove the method SET_MAPPING from winbind...
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_gid_hwm()
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_uid_hwm()
2010-08-14 Michael Adams3:winbind: remove SET_HWM from winbind's API.
2010-08-14 Michael Adams3:net: rewrite "net idmap restore" using dbwrap
2010-08-14 Michael Adams3:net: change "net idmap dump" to use dbwrap instead...
2010-08-14 Michael Adams3:net sam provision: compose sid before getting uid...
2010-08-14 Michael Adams3:net sam provision: allocate the uid after composing...
2010-08-14 Michael Adams3:pdb_ldap: move some code in ldapsam_create_dom_group()
2010-08-14 Michael Adams3:groupdb: allocate a gid after allocating a rid in...
2010-08-14 Michael Adams3:idmap_tdb2: fix a debug message
2010-08-13 Michael Adams3:test: add a new "valgrindtestenv" target, similar...
2010-08-13 Michael Adams3:gdbtestenv: also start an xterm with nmbd. and start...
2010-08-13 Michael Adams3:gdbtestenv: also set the xterm's window title approp...
2010-08-13 Michael Adams3:gdbtestenv: print the server's name in the icontitle...
2010-08-13 Volker Lendeckes3: Fix some error messages
2010-08-13 Jeremy AllisonEliminate any chance of a class of "uninitialized auto...
2010-08-13 Günther Deschners3-selftest: move make test to selftest.
2010-08-13 Günther Deschners3-selftest: fix testparm tests as non-root.
2010-08-13 Andreas Schneiders3-smbd: Publish nt printers.
2010-08-13 Andreas Schneiders3-smbd: Move rpc services init to smbd parent.
2010-08-13 Andreas Schneiders3-smbd: Regroup some init functions.
2010-08-13 Andreas Schneiders3-smbd: Fixed indent.
2010-08-13 Andreas Schneiders3-loadparm: Added some comments to lp_load_ex calls.
2010-08-13 Andreas Schneiders3-smbd: Cleanup the order of the init functions.
2010-08-13 Andreas Schneiders3-smbd: Make sure the event context is initialized.
2010-08-13 Günther Deschners3-build: remove pointless RPC_PARSE_OBJ2.
2010-08-13 Günther Deschners3-waf: remove pointless RPC_PARSE_SRC2.
2010-08-13 Volker Lendeckes3: Replace some cli_errstr calls by nt_errstr
2010-08-13 Günther Deschners3-libnet: also remove libnet/libnet_samsync_keytab...
2010-08-13 Günther Deschners3-libnet: remove source3/libnet/libnet_join.c.orig...
2010-08-13 Günther Deschners3-dcerpc: fix build warning seen with -O3.
2010-08-13 Andrew Bartletts3-krb5 Only build ADS support if arcfour-hmac-md5...
2010-08-13 Andrew Bartletts3:libnet Add other required headers for libnet_samsync...
2010-08-13 Björn Jacketdb: add TDB_DEPS variable filled with required libraries
2010-08-13 Günther Deschners3-build: pointless to link in libads and dcutils into...
2010-08-13 Günther Deschners3-build: separate out libads_printer.
2010-08-13 Günther Deschners3-waf: separate out libads_printer.
2010-08-13 Günther Deschners3-selftest: add testparm tests to selftest.
2010-08-12 Jeremy AllisonFix bug #7617 - smbd coredump due to uninitialized...
next