index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:SAMLDB LDB module - Fix trailing whitespaces
Matthias Dieter Wallnöfer
2010-01-05
1
-17
/
+17
*
s4:SAMLDB LDB module - Rework to allow checks for wrong "defaultObjectCategor...
Matthias Dieter Wallnöfer
2010-01-05
1
-50
/
+96
*
s4:schema_load.c - Typo
Matthias Dieter Wallnöfer
2010-01-05
1
-1
/
+1
*
s4:ldap_schema.py - add an additional check for validity of "defaultObjectCat...
Matthias Dieter Wallnöfer
2010-01-05
1
-0
/
+25
*
s4:ldap_schema.py - Move generated attributes check
Matthias Dieter Wallnöfer
2010-01-05
1
-15
/
+15
*
Fix the merged build. Probably not strictly correct but allows us to "make te...
Jeremy Allison
2010-01-04
1
-1
/
+1
*
s4:dsdb/repl: convert dreplsrv_out_drsuapi_send/recv to tevent_req
Stefan Metzmacher
2010-01-04
2
-99
/
+127
*
s4: Happy New Year 2010
Stefan Metzmacher
2010-01-04
1
-1
/
+1
*
s4-dsdb: force REVISION_ADS for new and updated ACLs in dsdb
Andrew Tridgell
2010-01-02
1
-0
/
+8
*
s4-drs: don't give an error on repsTo delete if add is also specified
Andrew Tridgell
2010-01-02
1
-1
/
+3
*
s4-sddl: DRS replication needs REVISION_ADS for SDs
Andrew Tridgell
2010-01-02
1
-1
/
+1
*
ldb: Fix the standalone ldb build.
Jelmer Vernooij
2010-01-02
1
-14
/
+14
*
s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNs
Andrew Tridgell
2010-01-02
5
-40
/
+83
*
s4-kcc: added a preiodic task to remove deleted objects
Andrew Tridgell
2010-01-02
4
-4
/
+104
*
s4-dsdb: fixed several memory leaks
Andrew Tridgell
2010-01-02
1
-5
/
+18
*
s4-dsdb: fixed samdb_create_foreign_security_principal() to use the wellknown...
Andrew Tridgell
2010-01-02
1
-18
/
+20
*
s4-ldb: fixed valgrind error: ares can be freed by callback
Andrew Tridgell
2010-01-02
1
-4
/
+1
*
s4-dsdb: make sure 'whenChanged' is set on modify
Andrew Tridgell
2010-01-02
1
-1
/
+4
*
s4-dsdb: added dsdb_tombstone_lifetime()
Andrew Tridgell
2010-01-02
2
-0
/
+90
*
s4-dsdb: allow system to remove deleted objects
Andrew Tridgell
2010-01-02
1
-0
/
+19
*
s4-ldaptest: need to use MessageElement for modify messages
Andrew Tridgell
2010-01-02
1
-2
/
+4
*
s4-ldb: show an error string, as well as error message
Andrew Tridgell
2010-01-02
1
-3
/
+4
*
s4-drs: make sure the DNs we put in the db have a extended GUID
Andrew Tridgell
2010-01-02
1
-7
/
+16
*
s4-dsdb: added dsdb_set_extended_dn_guid()
Andrew Tridgell
2010-01-02
1
-0
/
+19
*
s4-ldbtest: fixed message element in modify
Andrew Tridgell
2010-01-02
1
-1
/
+2
*
s4-ldb: allow modules to override error return values
Andrew Tridgell
2010-01-02
1
-2
/
+4
*
s4-ldbmodify: show the error code as well as error string
Andrew Tridgell
2010-01-02
1
-1
/
+2
*
s4-ldb: declate ldb_val_to_time()
Andrew Tridgell
2010-01-02
1
-0
/
+6
*
s4-ldb: use safe length limited conversions for int64 and time
Andrew Tridgell
2010-01-02
1
-13
/
+48
*
s4-dsdb: use safe length limiting in string->integer conversion
Andrew Tridgell
2010-01-02
1
-11
/
+35
*
s4-dsdb: use ldb_val_to_time() instead of ldb_string_to_time()
Andrew Tridgell
2010-01-02
2
-4
/
+8
*
s4-ldb: added ldb_val_to_time()
Andrew Tridgell
2010-01-02
1
-0
/
+27
*
s4-drs: sort linked attributes
Andrew Tridgell
2010-01-02
1
-0
/
+73
*
s4-drs: re-resolve the DN in linked attribute processing
Andrew Tridgell
2010-01-02
1
-0
/
+10
*
s4-drs: use dsdb_module_rename()
Andrew Tridgell
2010-01-02
1
-4
/
+3
*
s4-drs: use dsdb linked attribute parse functions
Andrew Tridgell
2010-01-02
2
-42
/
+5
*
s4-dsdb: added parse functions for DRS linked attribute blobs
Andrew Tridgell
2010-01-02
1
-0
/
+69
*
s4-drs: set flag to indicate that we do support linked attributes
Andrew Tridgell
2010-01-02
1
-4
/
+1
*
s4-ldb: show the error code as well as errstr
Andrew Tridgell
2010-01-02
1
-2
/
+3
*
s4-dsdb: fixed valgrind error in replmd modify
Andrew Tridgell
2010-01-02
1
-1
/
+1
*
s4-drs: don't try to remove backlinks directly
Andrew Tridgell
2010-01-02
1
-1
/
+2
*
s4-drs: isRecycled only exists in FL W2K8-R2
Andrew Tridgell
2010-01-02
1
-0
/
+13
*
s4-drs: use DSDB_FLAG_OWN_MODULE
Andrew Tridgell
2010-01-02
1
-3
/
+3
*
s4-drs: update comment to refect only forward link in this fn
Andrew Tridgell
2010-01-02
1
-2
/
+4
*
s4-drs: fixed typo for uSNCreated
Andrew Tridgell
2010-01-02
1
-1
/
+1
*
s4-drs: use dsdb_module_guid_by_dn()
Andrew Tridgell
2010-01-02
1
-1
/
+1
*
s4-drs: cope better with NULL GUIDS from DRS
Andrew Tridgell
2010-01-02
1
-11
/
+25
*
s4-drs: give an error message in repl_meta_data if we don't get a partition c...
Andrew Tridgell
2010-01-02
1
-0
/
+1
*
s4-drs: treat a zero GUID as not present in replmd_add_fix_la
Andrew Tridgell
2010-01-02
1
-3
/
+6
*
s4-drs: update highwatermark after successfully encoding the object
Andrew Tridgell
2010-01-02
1
-8
/
+8
[next]