Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-23 | ldif-handler: Fix the case for attribute dnsproperty | Amitay Isaacs | 1 | -1/+1 | |
2011-10-20 | ldb-samba: Added handler to decode dnsProperty attribute | Amitay Isaacs | 2 | -0/+22 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-04 | s4-ldb: enable display of partialAttributeSet with --show-binary | Andrew Tridgell | 2 | -1/+23 | |
2011-09-05 | s4-ldb: allow decoding of trustAuthIncoming and trustAuthOutgoing | Andrew Tridgell | 2 | -0/+23 | |
this allows --show-binary to display trustAuthOutgoing and trustAuthIncoming NDR blobs. Useful for debugging trust issues Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 | |||||
2011-08-07 | pyldb: Consistently use pyldb_ prefix. | Jelmer Vernooij | 1 | -6/+6 | |
2011-08-04 | s4-ldb: two DNs only match if they have the same deletion status | Andrew Tridgell | 1 | -0/+13 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Aug 4 09:34:08 CEST 2011 on sn-devel-104 | |||||
2011-08-04 | ldb: changed DN matching rules to obey GUID/SID/string ordering | Andrew Tridgell | 1 | -0/+54 | |
when matching two DNs, the GUID takes priority, then the SID, then the string component Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-03 | ldb-samba: Explain the current behaviour of ldif_canonicalise_objectCategory | Andrew Bartlett | 1 | -2/+7 | |
2011-07-28 | ldb-samba: Allow --show-binary flag on defaultSecurityDescriptor | Amitay Isaacs | 2 | -0/+31 | |
This allows users to display defaultSecurityDescriptor in fully expanded form. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 9 | -0/+3191 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |