summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24Fix DN RDN case in partition namesHoward Chu1-31/+2
2013-01-21dsdb: Fix warning about unused varMatthieu Patou1-2/+0
2011-10-07s4-dsdb: special case for deleted objects one way linkAndrew Tridgell1-4/+17
2011-10-07s4-dsdb: don't display links to deleted objectsAndrew Tridgell1-9/+42
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-08-09s4-dsdb: use dn_format shortcut to find DN formatAndrew Tridgell1-2/+2
2011-08-04s4-dsdb: fixed outgoing one way link DNsAndrew Tridgell1-2/+62
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-3/+3
2011-01-12s4:extended_dn_out LDB module - initialise "have_reveal_control"Matthias Dieter Wallnöfer1-1/+1
2010-11-01s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell1-1/+2
2010-11-01s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell1-1/+1
2010-11-01s4-dsdb: convert the extended_dn_out module to the new ldb module styleAndrew Tridgell1-3/+24
2010-10-21s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-initAndrew Bartlett1-54/+77
2010-10-12libcli/security Use common security.hAndrew Bartlett1-1/+1
2010-09-25s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell1-0/+1
2010-09-15s4-dsdb: defer ac->msg after check for NULL acAndrew Tridgell1-1/+3
2010-09-13s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer1-8/+8
2010-09-02s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett1-1/+1
2010-09-02s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett1-1/+3
2010-07-07s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell1-28/+18
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+1
2010-04-29s4/rodc: RODC FAS initial implementationAnatoliy Atanasov1-12/+1
2010-03-22s4:dsdb Add 'const' to some struct dsdb_schema variablesAndrew Bartlett1-1/+1
2010-03-22s4:dsdb Don't load the schema unconditionallyAndrew Bartlett1-0/+5
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-2/+2
2010-03-07s4:extended_dn_out LDB module - change counter variables to "unsigned" where ...Matthias Dieter Wallnöfer1-8/+11
2009-12-16s4-dsdb: it is a better pattern to mark a control as done than remove itAndrew Tridgell1-15/+3
2009-12-16s4-dsdb: use dsdb_dn_is_deleted_val()Andrew Tridgell1-25/+22
2009-12-14s4-dsdb: use the reveal control to hide/show extended DN componentsAndrew Tridgell1-1/+44
2009-12-10s4-dsdb: use GUID_to_ndr_blob()Andrew Tridgell1-10/+4
2009-11-30s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()Crístian Deives1-3/+3
2009-11-23s4/schema: Handle Object(OR-Name) syntax in extended_dn_out moduleKamen Mazdrashki1-4/+12
2009-11-20added new function "ldb_msg_add_dn"Crístian Deives1-2/+3
2009-11-17s4:dsdb Rework samdb code to use 'storage format' DNs for defaultObjectCategoryAndrew Bartlett1-0/+31
2009-11-12s4:dsdb Make callbacks in extended_dn_out clearer to followAndrew Bartlett1-1/+6
2009-11-12s4:dsdb Improve debug message in extended_dn_outAndrew Bartlett1-1/+3
2009-11-12s4:dsdb Cosmetic fixes found by metze in review of dsdb_dn changesAndrew Bartlett1-20/+21
2009-11-12s4:dsdb Use new dsdb_dn code in LDB modules and Samba4 schemaAndrew Bartlett1-13/+23
2009-11-02s4:dsdb - Store SID as string in FDS.Endi S. Dewata1-2/+22
2009-11-02s4:dsdb - Fixed attribute dereferencing for FDSEndi S. Dewata1-16/+122
2009-10-02s4-ldb: accept the binary DN OIDs in extended DN modulesAndrew Tridgell1-2/+4
2009-06-30s4: dsdb Avoid using the internal ldb_private.h headerAndrew Bartlett1-24/+24
2009-02-02s4:extended_dn_out: s/private/p s/new/nattrsStefan Metzmacher1-40/+40
2008-12-17s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett1-0/+655