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
/
schema
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-24
s4:dsdb Add const
Andrew Bartlett
1
-2
/
+2
2009-08-24
s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the end
Andrew Bartlett
1
-7
/
+17
2009-08-17
s4: int32 handling: previous fix was not fully correct
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-08-17
s4: Make the int32 problem more clear - and fix another error
Matthias Dieter Wallnöfer
1
-1
/
+3
2009-08-17
make sure we update the current schema->prefixes when we add a new prefix
Andrew Tridgell
1
-0
/
+9
2009-08-17
s4:schema Allow a schema load on an unconnected database
Andrew Bartlett
1
-5
/
+6
2009-08-17
s4:schema Provide a way to reference a loaded schema between ldbs
Andrew Bartlett
1
-11
/
+19
2009-08-07
use talloc with the global schema consistently
Andrew Tridgell
1
-1
/
+2
2009-08-05
s4:dsdb Don't cast an ldb_val into a const char * for schema lookups
Andrew Bartlett
2
-33
/
+122
2009-07-08
Fix for schemaUpdateNow command
Anatoliy Atanasov
2
-4
/
+4
2009-07-02
we can't use the unique index code for samAccountName
Andrew Tridgell
1
-1
/
+1
2009-07-02
fixed the pull of drs schema elements
Andrew Tridgell
3
-33
/
+108
2009-07-01
fixed the reference to the global_schema
Andrew Tridgell
1
-2
/
+3
2009-06-19
Fixed some uninitialised variables
Matthias Dieter Wallnöfer
1
-8
/
+5
2009-06-19
Correct handling of 32-bit integer attributes in SAMBA 4
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-06-18
Fix build with system LDB.
Jelmer Vernooij
1
-1
/
+1
2009-06-01
mark samAccountName, objectGUID and objectSID as unique indexed
Andrew Tridgell
1
-0
/
+20
2009-05-28
enable one-level indexing in sam.ldb
Andrew Tridgell
1
-0
/
+5
2009-05-14
dsdb:schema Use str_list_make_empty() to create an empty list
Andrew Bartlett
1
-5
/
+5
2009-04-09
make the memory usage of possibleInferiors much more efficient
Andrew Tridgell
1
-20
/
+31
2009-04-09
fixed the possibleInferiors calculation so it now passes the test
Andrew Tridgell
2
-27
/
+28
2009-04-08
Make the schema_inferiors generation code to compile
Andrew Bartlett
3
-69
/
+99
2009-04-07
first cut at a C version of the possible inferiors code
Andrew Tridgell
1
-0
/
+172
2009-04-03
s4:schema Don't free mem_ctx before it is initilised
Andrew Bartlett
1
-1
/
+0
2009-04-02
major upgrade to the ldb attribute handling
Andrew Tridgell
5
-115
/
+325
2009-03-31
possibleInferiors is a generated attribute - we can't pull it over DRS
Andrew Tridgell
1
-2
/
+0
2009-03-11
s4:schema Don't rely on objectCategory 'magic' when loading the schema
Andrew Bartlett
1
-2
/
+2
2009-03-06
Load the schema with a more efficient single search
Andrew Bartlett
1
-93
/
+15
2009-03-06
Sort output of schema for OpenLDAP during conversion
Andrew Bartlett
1
-98
/
+132
2009-03-05
Remove ad2oLschema, insted call it directly from provision-backend
Andrew Bartlett
2
-1
/
+317
2009-03-04
Pull in all the schema information during DRS schema fetch
Andrew Bartlett
1
-9
/
+38
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
2
-19
/
+12
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
2
-5
/
+5
2009-02-23
Fix headers, ldb_includes.h is a private header,
Simo Sorce
1
-0
/
+1
2009-02-02
s4:dsdb/schema: s/class/sclass
Stefan Metzmacher
2
-31
/
+32
2009-01-30
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
1
-3
/
+1
2008-12-23
Fix more compiler warnings in various places.
Jelmer Vernooij
2
-25
/
+25
2008-12-20
Treat DN+STring as a binary string for now
Andrew Bartlett
1
-4
/
+4
2008-12-20
Now store the GUID and SID from a DN over DRSUAPI into ldb.
Andrew Bartlett
3
-42
/
+161
2008-12-02
Don't treat the DN+binary syntax as a DN.
Andrew Bartlett
1
-2
/
+2
2008-11-16
s4:dsdb/schema: add a function to generate the "extendedClassInfo" values
Stefan Metzmacher
1
-4
/
+44
2008-11-16
s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" values
Stefan Metzmacher
1
-7
/
+83
2008-11-16
s4:dsdb/schema: use pointers for rangeLower and rangeUpper.
Stefan Metzmacher
2
-6
/
+41
2008-11-16
s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the synta...
Stefan Metzmacher
1
-3
/
+1
2008-11-08
s4: dsdb/schema: fix the equality and comment of DN+String syntax
Stefan Metzmacher
1
-3
/
+2
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
2
-5
/
+6
2008-10-24
Move charset library to top level.
Jelmer Vernooij
1
-1
/
+1
2008-10-18
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
2
-6
/
+3
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
2
-2
/
+2
[next]