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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-07
use talloc with the global schema consistently
Andrew Tridgell
1
-1
/
+2
2009-08-07
fixed several places that unnecessarily take a reference to the event context
Andrew Tridgell
1
-4
/
+0
2009-08-05
s4:dsdb Don't cast an ldb_val into a const char * for schema lookups
Andrew Bartlett
5
-52
/
+129
2009-08-03
Return infinite time for last last logoff when last logoff = 0
Matthieu Patou
1
-0
/
+16
2009-07-31
s4: Correct renamed constants
Matthias Dieter Wallnöfer
1
-2
/
+2
2009-07-19
[SAMBA 4] Some cosmetic changes for the LDB modules
Matthias Dieter Wallnöfer
2
-12
/
+12
2009-07-16
s4:dsdb Handle dc/domain/forest functional levels properly
Andrew Bartlett
2
-8
/
+139
2009-07-13
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
5
-155
/
+10
2009-07-13
libds: share UF_ flags between samba3 and 4.
Günther Deschner
9
-145
/
+8
2009-07-09
s4:dsdb Allow unicodePwd to be set when adding a user
Andrew Bartlett
1
-85
/
+84
2009-07-09
Add const
Andrew Bartlett
1
-2
/
+2
2009-07-08
Fix for schemaUpdateNow command
Anatoliy Atanasov
5
-6
/
+14
2009-07-05
Fix some nonempty blank lines
Volker Lendecke
1
-78
/
+76
2009-07-02
we can't use the unique index code for samAccountName
Andrew Tridgell
2
-8
/
+75
2009-07-02
decrypt all objects in a DRS record, not just the first one
Andrew Tridgell
1
-2
/
+5
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-30
s4:ldb Allow rootdse module to build without ldb_private.h
Andrew Bartlett
1
-1
/
+2
2009-06-30
s4: dsdb Avoid using the internal ldb_private.h header
Andrew Bartlett
4
-117
/
+120
2009-06-30
s4:dsdb Explain the parsing steps for userPrincipalName cracknames calls
Andrew Bartlett
1
-0
/
+4
2009-06-29
Correct some typos in the LDB partition module
Matthias Dieter Wallnöfer
1
-5
/
+5
2009-06-29
SAMDB: Don't check for "sAMAccountName" twice
Matthias Dieter Wallnöfer
1
-1
/
+0
2009-06-29
Enhancement of "simple ldap map" with "systemFlags" attribute
Matthias Dieter Wallnöfer
1
-0
/
+22
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
2
-13
/
+28
2009-06-18
dsdb: Fix build against system ldb.
Jelmer Vernooij
3
-3
/
+3
2009-06-18
Fix build with system LDB.
Jelmer Vernooij
1
-1
/
+1
2009-06-12
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
1
-9
/
+9
2009-06-06
Fix some nonempty blank lines
Volker Lendecke
1
-41
/
+37
2009-06-02
Fix more unresolved symbols.
Jelmer Vernooij
2
-10
/
+11
2009-06-02
Fix dependencies when using shared libraries.
Jelmer Vernooij
1
-1
/
+1
2009-06-01
we don't need the unique checks in the samldb code now
Andrew Tridgell
1
-162
/
+2
2009-06-01
mark samAccountName, objectGUID and objectSID as unique indexed
Andrew Tridgell
1
-0
/
+20
2009-05-28
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
2
-2
/
+2
2009-05-28
enable one-level indexing in sam.ldb
Andrew Tridgell
1
-0
/
+5
2009-05-26
s4:ldb_modules: Correct typos.
Andrew Kroeger
2
-2
/
+2
2009-05-25
fixed interpretation of ACB_PWNOTREQ
Andrew Tridgell
1
-1
/
+6
2009-05-14
dsdb:schema Use str_list_make_empty() to create an empty list
Andrew Bartlett
1
-5
/
+5
2009-04-22
s4:ldb: fix extrasemi compile warning
Björn Jacke
1
-1
/
+1
2009-04-22
s4:ldb: do talloc_free and return NULL when we have no matches to return
Björn Jacke
1
-0
/
+4
2009-04-14
Move DRSUAPI per-attribute decryption into a common file
Andrew Bartlett
2
-159
/
+4
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-09
slightly nicer output in our possibleInferiors test code
Andrew Tridgell
1
-2
/
+2
2009-04-09
hook the new possibleInferiors calculation into the schema
Andrew Tridgell
1
-14
/
+77
2009-04-08
Make the schema_inferiors generation code to compile
Andrew Bartlett
4
-70
/
+101
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
[next]