s3:idmap_ldap: remove unreached code (and explicit error return code)
[metze/samba/wip.git] / source3 / winbindd / idmap_ldap.c
2010-06-23 Michael Adams3:idmap_ldap: remove unreached code (and explicit...
2010-06-23 Michael Adams3:idmap_ldap: add a idmap_ldap_new_mapping().
2010-06-23 Michael Adams3:idmap_ldap: add idmap_ldap_get_new_id() to allocate...
2010-06-23 Michael Adams3:idmap_ldap: move idmap_ldap_set_mapping() further up.
2010-06-23 Michael Adams3:idmap_ldap: make idmap_ldap_alloc_context a member...
2010-06-23 Michael Adams3:idmap_ldap: call idmap_ldap_alloc_init from idmap_ld...
2010-06-23 Michael Adams3:idmap_ldap: remove the (now unused) range from idmap...
2010-06-23 Michael Adams3:idmap_ldap: use ranges from idmap domain in idmap_ld...
2010-06-23 Michael Adams3:idmap_ldap: add idmap_domain arg to idmap_ldap_alloc...
2010-06-23 Michael Adams3:idmap_ldap: remove unused filter range from struct...
2010-06-23 Michael Adams3:idmap_ldap: don't load ranges - they have been loade...
2010-06-23 Michael Adams3:idmap_ldap: use filter range from idmap domain,...
2010-06-23 Michael Adams3:idmap_ldap: re-implement allocate_id in idmap methods.
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:idmap: remove the set_mapping method from the idmap API
2010-05-31 Michael Adams3:idmap: remove unused method set_id_hwm from idmap API
2010-05-31 Michael Adams3:idmap: remove unused alloc method get_id_hwm from...
2010-05-31 Michael Adams3:idmap: remove unused method dump_data() from the...
2009-11-23 Michael Adams3:idmap_ldap: trim the " chars from the location strin...
2009-11-23 Michael Adams3:idmap_ldap: trim the " chars from the location strin...
2009-05-27 Michael Adams3:idmap_ldap: filter out of range mappings in default...
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-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/