index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
Age
Commit message (
Expand
)
Author
Files
Lines
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
6
-672
/
+1515
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
s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROL
Andrew Bartlett
1
-0
/
+22
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
8
-8
/
+8
2008-10-06
Implement 'type unknown' names in the CrackNames code.
Andrew Bartlett
1
-10
/
+48
2008-10-06
Remove compleatly bogus rename test in partitions module.
Andrew Bartlett
1
-17
/
+0
2008-10-03
Merge commit 'master/master'
Andrew Tridgell
5
-48
/
+424
2008-10-03
fixed the partition module and the GC handling
Andrew Tridgell
1
-4
/
+38
2008-10-02
fixed the sense of ldb base dn comparisons in two places, and use a
Andrew Tridgell
2
-4
/
+4
2008-10-02
Fix crash bugs in error paths: ac is not yet initialized here, and we don't
Simo Sorce
1
-27
/
+18
2008-10-02
s4:rootdse: for now don't pass down controls for the rootdse search
Stefan Metzmacher
1
-1
/
+1
2008-10-02
s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls
Stefan Metzmacher
1
-0
/
+14
2008-10-02
s4:partition: pass down the SEARCH_OPTIONS control as uncritical
Stefan Metzmacher
1
-0
/
+8
2008-10-02
s4:linked_attributes: fix a crash bug when the definition of a target attribu...
Stefan Metzmacher
1
-3
/
+35
2008-10-02
s4:kludge_acl: just fake support for the SD_FLAGS control
Stefan Metzmacher
1
-0
/
+20
2008-10-02
s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ...
Stefan Metzmacher
1
-44
/
+355
2008-09-30
Compare sids in samba3sam tests.
Jelmer Vernooij
1
-11
/
+21
2008-09-29
s4:samldb: use the code path with async ldb
Stefan Metzmacher
1
-43
/
+4
2008-09-29
LDB ASYNC: misc changes
Simo Sorce
1
-3
/
+2
[next]