index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
schema
/
schema_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull in all the schema information during DRS schema fetch
Andrew Bartlett
2009-03-04
1
-9
/
+38
*
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
2009-03-01
1
-4
/
+3
*
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
2009-03-01
1
-1
/
+1
*
s4:dsdb/schema: use pointers for rangeLower and rangeUpper.
Stefan Metzmacher
2008-11-16
1
-4
/
+39
*
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
2008-10-18
1
-4
/
+2
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
2008-09-23
1
-17
/
+16
*
Split schema_init.c into smaller bits.
Andrew Bartlett
2008-08-20
1
-545
/
+0
*
Fix segfaults when loading the schema fails.
Andrew Bartlett
2008-08-18
1
-14
/
+13
*
Generate the subSchema in cn=Aggregate
Andrew Bartlett
2008-08-15
1
-42
/
+55
*
Fix warnings in new prefixMap code
Andrew Bartlett
2008-07-28
1
-2
/
+3
*
dsdb/schema: make more clear where we create the value for the new prefix map...
Stefan Metzmacher
2008-07-26
1
-0
/
+6
*
dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...
Stefan Metzmacher
2008-07-26
1
-52
/
+44
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
2008-07-25
1
-36
/
+257
|
\
|
*
dsdb_create_prefix_mapping() implementation checks for existing prefix maping...
Anatoliy Atanasov
2008-07-24
1
-36
/
+257
*
|
Try to avoid a memory leak if we re-set the global schema
Andrew Bartlett
2008-07-25
1
-0
/
+9
|
/
*
Use common code to fill in allowedAttributes in kludge_acl.
Andrew Bartlett
2008-07-11
1
-2
/
+11
*
Make ad2oLschema even simpler, by moving the heavy work into dsdb.
Andrew Bartlett
2008-07-10
1
-3
/
+303
*
Move ad2oLschema and oLschema2ldif into Samba4, out of LDB
Andrew Bartlett
2008-07-02
1
-0
/
+108
*
Fill in the auxiliary classes into the dsdb_schema.
Andrew Bartlett
2008-07-02
1
-3
/
+2
*
schema_fsmo: prepare auto allocation of schema oid prefixes
Stefan Metzmacher
2008-07-01
1
-0
/
+23
*
schema_fsmo: move fsmo info into struct dsdb_schema
Stefan Metzmacher
2008-07-01
1
-0
/
+6
*
Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).
Andrew Bartlett
2008-03-06
1
-6
/
+13
*
Fix accidently introduced bug - thanks metze.
Jelmer Vernooij
2008-02-19
1
-1
/
+1
*
Remove uses of global_loadparm.
Jelmer Vernooij
2008-02-19
1
-7
/
+7
*
r26697: Leak less memory into the ldb context.
Andrew Bartlett
2008-01-08
1
-3
/
+15
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-3
/
+3
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-1
/
+1
*
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26539: Remove unnecessary statics.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26528: dsdb: Fix a warning.
Kai Blin
2007-12-21
1
-4
/
+3
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26412: Add comments and refactor to reuse common code.
Andrew Bartlett
2007-12-21
1
-10
/
+29
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-14
/
+18
*
r25786: Add function required by linked_attributes module (We need a list of
Andrew Bartlett
2007-12-21
1
-0
/
+20
*
r25749: Add function required by linked_attributes module.
Andrew Bartlett
2007-12-21
1
-0
/
+15
*
r25553: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-65
/
+65
*
r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to
Andrew Bartlett
2007-10-10
1
-2
/
+6
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23699: when we create the global schema, remember to set the ldb opaque so we
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r23695: By not using the NULL context for these large structures, we don't
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...
Andrew Bartlett
2007-10-10
1
-4
/
+86
*
r23419: initialize variable...
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r22992: add a function to attach the dsdb_schema to a ldb_context
Stefan Metzmacher
2007-10-10
1
-2
/
+124
*
r21839: add my email address
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ...
Stefan Metzmacher
2007-10-10
1
-8
/
+48
*
r20764: fix some little bugs
Stefan Metzmacher
2007-10-10
1
-4
/
+5
[next]