Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | added a workaround to the handling of unicodePwd for Win7-beta | Andrew Tridgell | 1 | -1/+30 |
2009-02-02 | s4:schema_fsmo: s/class/sclass | Stefan Metzmacher | 1 | -7/+7 |
2009-02-02 | s4:update_keytab: s/delete/do_delete | Stefan Metzmacher | 1 | -7/+7 |
2009-02-02 | s4:kludge_acl: s/class/sclass | Stefan Metzmacher | 1 | -5/+5 |
2009-02-02 | s4:extended_dn_out: s/private/p s/new/nattrs | Stefan Metzmacher | 1 | -40/+40 |
2009-01-31 | s4:repl_meta_data: fix segfault after ldb changes | Stefan Metzmacher | 1 | -1/+1 |
2009-01-30 | Fix proxy module | Simo Sorce | 1 | -2/+2 |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 15 | -555/+800 |
2009-01-30 | Fix misfiled headers. | Simo Sorce | 1 | -1/+0 |
2009-01-30 | s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88 | Stefan Metzmacher | 1 | -0/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 9 | -75/+146 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 2 | -8/+8 |
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 1 | -9/+2 |
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -170/+170 |
2008-12-18 | Fix samba3sam test after removal of dom_sid IDL file. | Jelmer Vernooij | 1 | -2/+2 |
2008-12-17 | s4:dsdb: remove normalise module | Andrew Bartlett | 2 | -206/+0 |
2008-12-17 | s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_... | Andrew Bartlett | 5 | -672/+1510 |
2008-12-17 | s4:dsdb: Make the linked_attributes module set an extended dn | Andrew Bartlett | 1 | -192/+325 |
2008-12-17 | s4:rootdse: fix the logic to indentify a rootdse search | Andrew Bartlett | 1 | -2/+1 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 11 | -14/+14 |
2008-12-17 | s4:samldb: make use of dom_sid_split_rid() | Andrew Bartlett | 1 | -4/+3 |
2008-12-17 | s4:samldb: improve error strings | Andrew Bartlett | 1 | -6/+8 |
2008-12-17 | Add hint to use passwordAttributes in @KLUDGE_ACL in future | Andrew Bartlett | 1 | -1/+2 |
2008-12-17 | Make greater use of 'GUID_from_data_blob' | Andrew Bartlett | 1 | -40/+11 |
2008-12-17 | Fix sequence number generation against OpenLDAP | Andrew Bartlett | 1 | -0/+8 |
2008-12-05 | s4:password_hash: really catch the clearTextPasswordAttr case... | Stefan Metzmacher | 1 | -1/+1 |
2008-12-04 | s4:kludge_acl: allow everybody to read the sequence number | Stefan Metzmacher | 1 | -1/+27 |
2008-11-17 | s4:dsdb/samdb: don't allow objects without objectClass | Stefan Metzmacher | 1 | -2/+2 |
2008-11-17 | Run the original operation before we update linked attrs | Andrew Bartlett | 1 | -17/+24 |
2008-11-17 | The samba3sam test does not really need the extended_dn module | Andrew Bartlett | 1 | -1/+1 |
2008-11-16 | s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo" | Stefan Metzmacher | 1 | -0/+56 |
2008-11-16 | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 1 | -4/+4 |
2008-11-08 | s4: fix samba4.samba3sam.python test | Stefan Metzmacher | 1 | -2/+2 |
2008-11-04 | Give a better error when ldb_dn_from_ldb_val fails | Andrew Bartlett | 1 | -1/+3 |
2008-11-04 | Use ldb_dn_from_ldb_val to avoid possible over-run of the value. | Andrew Bartlett | 2 | -9/+9 |
2008-11-04 | Fix use of wrong union arm in linked_attributes module | Andrew Bartlett | 1 | -1/+1 |
2008-10-31 | use the new CH_UTF16_MUNGED charset for utf16 password buffers | Andrew Tridgell | 1 | -1/+1 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 2 | -2/+0 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -3/+3 |
2008-10-23 | Clarify the linked attribute module behaviour with comments | Andrew Bartlett | 1 | -1/+9 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 4 | -7/+7 |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 2 | -6/+4 |
2008-10-17 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 3 | -76/+240 |
2008-10-16 | Transform the sequence_number operation into a normal extended operation as i... | Simo Sorce | 3 | -76/+240 |
2008-10-16 | Create a 'straight paper path' for UTF16 passwords. | Andrew Bartlett | 2 | -66/+141 |
2008-10-14 | The ldb async merge broke all MMC management utilties | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2008-10-13 | DSDB cosmetic patches: Some enhancements | Matthias Dieter Wallnöfer | 2 | -6/+6 |
2008-10-13 | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 4 | -13/+13 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 5 | -5/+5 |