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-08-18
Note the ldb syntax for attribute syntaxes in the table.
Andrew Bartlett
1
-0
/
+1
2008-08-18
Ensure we fail to proceed if the schema won't load.
Andrew Bartlett
1
-0
/
+1
2008-08-18
Remove references to the unused @SUBCLASS feature.
Andrew Bartlett
1
-1
/
+1
2008-08-15
Generate the subSchema in cn=Aggregate
Andrew Bartlett
1
-5
/
+201
2008-07-28
Remove unused variable
Andrew Bartlett
1
-1
/
+0
2008-07-26
dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID
Stefan Metzmacher
1
-0
/
+4
2008-07-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
5
-119
/
+501
2008-07-25
Clarify how we are doing the 'this is a rootdse query' check.
Andrew Bartlett
1
-1
/
+2
2008-07-24
password_hash: fix the callers after drsblobs.idl changes
Stefan Metzmacher
1
-33
/
+41
2008-07-24
Handle schema reloading request.
Anatoliy Atanasov
4
-4
/
+158
2008-07-23
password_hash: add generation of the Primary:Kerberos-Newer-Keys blob
Stefan Metzmacher
1
-3
/
+216
2008-07-23
password_hash: order the supplementalCredentials Packages in the same order l...
Stefan Metzmacher
1
-13
/
+55
2008-07-23
password_hash: split the generation of krb5 keys into a different function
Stefan Metzmacher
1
-92
/
+69
2008-07-23
password_hash: simplify the logic if we have cleartext we always generate the...
Stefan Metzmacher
1
-2
/
+2
2008-07-23
password_hash: fix callers after idl change for package_PrimaryKerberos
Stefan Metzmacher
1
-7
/
+0
2008-07-23
password_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATURE
Stefan Metzmacher
1
-2
/
+11
2008-07-23
password_hash: ignore reserved value, but still set it like windows does
Stefan Metzmacher
1
-8
/
+4
2008-07-23
password_hash: don't add zero padding as w2k8 also don't add it
Stefan Metzmacher
1
-10
/
+0
2008-07-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
1
-1
/
+1
2008-07-15
Simplify the contextCSN determination.
Andrew Bartlett
2
-145
/
+68
2008-07-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
1
-1
/
+26
2008-07-15
Revert Fedrora DS backend to use extensibleObject.
Andrew Bartlett
1
-1
/
+1
2008-07-15
Use secrets.ldb to store credentials to contact LDAP backend.
Andrew Bartlett
1
-1
/
+26
2008-07-12
rename sambaPassword -> userPassword.
Andrew Bartlett
5
-40
/
+22
2008-07-11
Use common code to fill in allowedAttributes in kludge_acl.
Andrew Bartlett
1
-36
/
+28
2008-07-10
Avoid the use of extensibleObject in ldap mapping backend.
Andrew Bartlett
1
-2
/
+2
2008-07-10
Make ad2oLschema even simpler, by moving the heavy work into dsdb.
Andrew Bartlett
1
-72
/
+5
2008-07-02
Move ad2oLschema and oLschema2ldif into Samba4, out of LDB
Andrew Bartlett
1
-94
/
+11
2008-07-01
schema_fsmo: prepare auto allocation of schema oid prefixes
Stefan Metzmacher
1
-1
/
+59
2008-07-01
schema_fsmo: move fsmo info into struct dsdb_schema
Stefan Metzmacher
3
-33
/
+9
2008-06-30
schema_fsmo: only set module->private_data in case we keep the struct for a l...
Stefan Metzmacher
1
-2
/
+3
2008-06-30
dsdb: don't force the build of ldb modules as shared_module
Stefan Metzmacher
1
-23
/
+0
2008-06-30
ldb: fix the init function names for some modules
Stefan Metzmacher
1
-2
/
+2
2008-06-19
Change detection of objectCategory short fomm
Andrew Bartlett
1
-1
/
+1
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
1
-1
/
+1
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
3
-31
/
+35
2008-05-31
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
1
-10
/
+8
2008-05-30
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
1
-8
/
+10
2008-05-28
Use variables for directories in dsdb ldb modules.
Jelmer Vernooij
1
-26
/
+26
2008-05-21
Fix dependencies for ldb instancetype module.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Include flags.h into samdb.h
Andrew Bartlett
1
-0
/
+1
2008-05-11
Merge ldb_map into LIBLDB.
Jelmer Vernooij
1
-2
/
+2
2008-05-10
Clean up some git merges gone wrong.
Jelmer Vernooij
1
-4
/
+0
2008-04-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
8
-19
/
+57
2008-04-21
Make sure we have an event context available
Simo Sorce
1
-0
/
+7
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
6
-11
/
+21
2008-04-17
Remove event context tracking from the credentials struct.
Jelmer Vernooij
1
-2
/
+2
2008-04-14
Fix unresolved symbols.
Jelmer Vernooij
1
-8
/
+8
2008-04-14
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
1
-59
/
+61
2008-04-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
9
-12
/
+54
[next]