Merge branch 'v4-0-stable' into newmaster
[nivanova/samba-autobuild/.git] / source3 / winbindd / idmap_ldap.c
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-14 Michael Adams3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_n...
2010-08-14 Michael Adams3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context...
2010-08-14 Michael Adams3:idmap_ldap: add my (C)
2010-08-14 Michael Adams3:idmap_ldap: create mappings for unmapped sids in...
2010-08-14 Michael Adams3:idmap_ldap: add a idmap_ldap_new_mapping().
2010-08-14 Michael Adams3:idmap_ldap: add idmap_ldap_get_new_id() to allocate...
2010-08-14 Michael Adams3:idmap_ldap: move idmap_ldap_set_mapping() further up.
2010-08-14 Michael Adams3:idmap_ldap: make idmap_ldap_alloc_context a member...
2010-08-14 Michael Adams3:idmap_ldap: call idmap_ldap_alloc_init from idmap_ld...
2010-08-14 Michael Adams3:idmap_ldap: remove the (now unused) range from idmap...
2010-08-14 Michael Adams3:idmap_ldap: use ranges from idmap domain in idmap_ld...
2010-08-14 Michael Adams3:idmap_ldap: add idmap_domain arg to idmap_ldap_alloc...
2010-08-14 Michael Adams3:idmap_ldap: remove unused filter range from struct...
2010-08-14 Michael Adams3:idmap_ldap: don't load ranges - they have been loade...
2010-08-14 Michael Adams3:idmap_ldap: use filter range from idmap domain,...
2010-08-14 Michael Adams3:idmap_ldap: re-implement allocate_id in idmap methods.
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: remove the set_mapping method from the idmap API
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-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-06-21 Michael Adams3:idmap_ldap: remove unreached code (and explicit...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2009-11-23 Michael Adams3:idmap_ldap: fix indentation: tab/space mixup
2009-11-20 Michael Adams3:idmap_ldap: trim the " chars from the location strin...
2009-11-20 Michael Adams3:idmap_ldap: trim the " chars from the location strin...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-15 Jeremy AllisonFix valgrind memory leak in bug #6814 - Fixes for probl...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Michael Adams3:idmap_ldap: filter out of range mappings in default...
2009-05-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-25 Michael Adams3:winbind:idmap_ldap: warn about duplicate SID->XID...
2009-05-25 Michael Adams3:winbind:idmap_ldap: warn about duplicate XID->SID...
2009-05-22 Michael Adams3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_un...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-27 Bo YangInitialize the id_map status in idmap_ldap to avoid...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Volker LendeckeFix prototypes
2008-08-12 Volker LendeckeRemove "idmap alloc config : range" parameter
2008-08-12 Volker Lendeckeidmap rewrite
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25165: Use talloc_asprintf_append_buffer with an unmod...
2007-10-10 Stefan Metzmacherr25154: move winbindd code into winbindd/