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
2007-10-10
r23810: Make things static, and remove unsued code.
Andrew Bartlett
1
-4
/
+4
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
5
-10
/
+5
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
5
-5
/
+5
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
19
-57
/
+38
2007-10-10
r23762: Fix DN renames over LDAP, and instrument the partition module. Add a
Andrew Bartlett
1
-22
/
+24
2007-10-10
r23718: Make Samba4 work against the LDAP backend again.
Andrew Bartlett
1
-2
/
+8
2007-10-10
r23679: invocationID is a GUID too.
Andrew Bartlett
1
-0
/
+12
2007-10-10
r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...
Andrew Bartlett
3
-4
/
+102
2007-10-10
r23412: We don't need hdb.h here any more
Andrew Bartlett
1
-1
/
+0
2007-10-10
r23115: the attribute array needs to be NULL terminated...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22991: ignore '@foo' attributes in the repl_meta_data module
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r22969: fix some more places where we could end up with more than one event
Andrew Tridgell
2
-3
/
+9
2007-10-10
r22769: Fix include location.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r22762: Some ldb_map changes:
Jelmer Vernooij
1
-19
/
+19
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r22557: Simo has long bugged me that the paths in the sam.ldb partitions were
Andrew Bartlett
1
-1
/
+30
2007-10-10
r22531: Fix up OpenLDAP schema map to almost pass 'make test'.
Andrew Bartlett
1
-1
/
+19
2007-10-10
r22522: Print why we can't find these entries.
Andrew Bartlett
1
-1
/
+7
2007-10-10
r22521: Don't fail the module load just because we don't have a schema yet.
Andrew Bartlett
1
-4
/
+4
2007-10-10
r22497: Support renaming objectclasses and attributes for the LDAP backend.
Andrew Bartlett
1
-3
/
+24
2007-10-10
r22476: The OID match is used very oddly in AD, as it is often used for fields
Andrew Bartlett
1
-0
/
+4
2007-10-10
r22406: this dependencies should also be private
Stefan Metzmacher
1
-6
/
+2
2007-10-10
r22120: Expand the RPC-CRACKNAMES test, to test more values and expose patterns.
Andrew Bartlett
1
-18
/
+49
2007-10-10
r22119: Where we get a request to 'crack' a user principal name from a
Andrew Bartlett
1
-22
/
+52
2007-10-10
r21842: fix typo in comment
Stefan Metzmacher
1
-12
/
+12
2007-10-10
r21839: add my email address
Stefan Metzmacher
3
-3
/
+3
2007-10-10
r21838: generate no metadata for constructed attributes
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r21806: I've been working over the last week to fix up the LDAP backend for
Andrew Bartlett
1
-23
/
+38
2007-10-10
r21773: fix typo orginating -> originating
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r21503: add usefull function to get the site dn for the local server
Stefan Metzmacher
1
-0
/
+17
2007-10-10
r21497: Pass more of the RPC-CRACKNAMES test by using the new search_options ...
Andrew Bartlett
1
-26
/
+89
2007-10-10
r21496: A number of ldb control and LDAP changes, surrounding the
Andrew Bartlett
4
-7
/
+25
2007-10-10
r21470: generate Primary:WDigest blob with precalculated digest-md5 hashes:
Stefan Metzmacher
1
-6
/
+383
2007-10-10
r21465: the LDAP-UPTODATEVECTOR test shows that the replUpToDateVector
Stefan Metzmacher
1
-37
/
+11
2007-10-10
r21441: create a union for the PrimaryKerberosBlob content
Stefan Metzmacher
1
-35
/
+45
2007-10-10
r21434: - get rid of "krb5Key"
Stefan Metzmacher
2
-359
/
+732
2007-10-10
r21395: fix comments
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r21364: cosmetic change: it's nicer to use the KEYTYPE_ macro
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21362: rename:
Stefan Metzmacher
4
-46
/
+46
2007-10-10
r21355: work in child domains, CN=Configuration isn't always under the domain dn
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21315: ldb now supports filters like (&(dn=%s)(&(objectClass=kerberosSecret)...
Stefan Metzmacher
1
-4
/
+30
2007-10-10
r21306: fix the RPC-LSA tests the admin couldn't no longer get the 'currentVa...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r21179: Anything more complex than this causes the keytab never to be updated...
Andrew Bartlett
1
-1
/
+2
2007-10-10
r21135: Instead of having hooks to update keytabs as an explicit thing, update
Andrew Bartlett
2
-2
/
+203
2007-10-10
r20975: - implement handling of meta data an on originating add
Stefan Metzmacher
1
-37
/
+240
2007-10-10
r20971: we don't need this check twice:-)
Stefan Metzmacher
1
-7
/
+0
2007-10-10
r20968: - add functions to sort the meta data and attribute arrays
Stefan Metzmacher
1
-25
/
+90
2007-10-10
r20957: a value of FF0000000000000000000000000000000000000000 isn't stored as...
Stefan Metzmacher
1
-4
/
+8
2007-10-10
r20923: only allow extended operations for SYSTEM or administrators for now
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r20921: - only give password attributes to the SYSTEM account
Stefan Metzmacher
1
-2
/
+0
[next]