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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-09
s4:dsdb/common/util.c - test LDB result against LDB_SUCCESS as we are always ...
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-11-18
dsdb: Fix the password expiry calculation
Amitay Isaacs
1
-1
/
+1
2011-11-02
dsdb: Handle the case when extended rights string is NULL
Amitay Isaacs
1
-4
/
+7
2011-10-04
s4-dsdb: fixed re-join of subdomain
Andrew Tridgell
1
-3
/
+4
2011-10-04
s4-dsdb: simplify samdb_is_gc()
Andrew Tridgell
1
-28
/
+2
2011-10-04
s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICA
Andrew Tridgell
2
-0
/
+67
2011-09-22
s4-dsdb: added NO_GLOBAL_CATALOG control
Andrew Tridgell
2
-1
/
+11
2011-09-22
s4-dsdb: failing to find the object is not an error in dsdb_loadreps()
Andrew Tridgell
1
-3
/
+8
2011-09-08
s4-dsdb: fixed compiler warning
Andrew Tridgell
1
-1
/
+1
2011-09-05
s4-dsdb Print clearer error messages when invalid account flags are specified...
Andrew Bartlett
1
-0
/
+9
2011-08-26
s4-dsdb Return ACL errors as ldb_errstring()
Andrew Bartlett
1
-0
/
+3
2011-08-25
s4-dsdb: added samdb_ntds_msdcs_dns_name()
Andrew Tridgell
1
-2
/
+37
2011-08-25
s4-dsdb: added samdb_dn_to_dns_domain()
Andrew Tridgell
1
-0
/
+36
2011-08-25
s4-dsdb: assert that base DNs are used correctly
Andrew Tridgell
1
-0
/
+3
2011-08-13
s4-dsdb Give a less worrying error message on failure to get a transaction
Andrew Bartlett
1
-1
/
+1
2011-08-13
s4-dsdb Add ability to force a particular SID in the upgrade case
Andrew Bartlett
1
-1
/
+16
2011-08-13
s4-dsdb Add flag to set DSDB_BYPASS_PASSWORD_HASH control
Andrew Bartlett
2
-0
/
+9
2011-08-12
s4-dsdb: don't cache the NTDS settings DN
Andrew Tridgell
1
-9
/
+8
2011-08-04
s4-dsdb: added dn_format attribute of a dsdb_attribute
Andrew Tridgell
1
-7
/
+0
2011-08-04
s4-dsdb: fixed a warning on dsdb_delete()
Andrew Tridgell
1
-1
/
+1
2011-08-04
s4-dsdb: make requests for STORAGE_FORMAT control non-critical
Andrew Tridgell
1
-1
/
+1
2011-07-21
s4-dsdb: added dsdb_delete() function
Andrew Tridgell
1
-0
/
+30
2011-07-14
Standalone samdb_ntds_site_settings_options() helper
Dave Craft
1
-0
/
+48
2011-06-10
s4-drs: cope with missing RMD_ADDTIME in linked attributes
Andrew Tridgell
1
-1
/
+1
2011-05-08
s4-dsdb Add transactions to dsdb modify helpers
Andrew Bartlett
1
-0
/
+18
2011-05-03
s4-socket: rename allow_access() to socket_allow_access()
Andrew Tridgell
1
-1
/
+1
2011-04-04
s4-dsdb: added a ldb err -> NTSTATUS mapping
Andrew Tridgell
1
-0
/
+78
2011-03-04
s4/ldb - remove now superflous "ldb_dn_validate" checks
Matthias Dieter Wallnöfer
2
-3
/
+3
2011-03-01
s4:dsdb - always handle the attribute "options" as 32bit unsigned integer
Matthias Dieter Wallnöfer
1
-2
/
+3
2011-03-01
s4:dsdb/common/util.c - remove "samdb_find_or_add_value"
Matthias Dieter Wallnöfer
1
-8
/
+0
2011-03-01
s4:dsdb/common/util.c - fully remove "samdb_msg_add_string"
Matthias Dieter Wallnöfer
1
-18
/
+3
2011-03-01
s4:remove many invocations of "samdb_msg_add_string"
Matthias Dieter Wallnöfer
2
-10
/
+8
2011-02-28
Fix some types
Jelmer Vernooij
1
-2
/
+2
2011-02-27
s4/dsdb-util: Use DS_NTDSDSA_OPT_IS_GC flag definition
Kamen Mazdrashki
1
-1
/
+1
2011-02-24
build: moved libds/common/flag_mapping.c into a common subsystem
Andrew Tridgell
2
-0
/
+3
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
2
-3
/
+3
2011-01-20
s4-auth Remove special case for account_sid from auth_serversupplied_info
Andrew Bartlett
1
-7
/
+6
2011-01-15
s4:dsdb_find_nc_root - fix it up to let the provisioning work correctly
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-01-14
s4-dsdb: minimise the DN in group expansion
Andrew Tridgell
1
-0
/
+5
2011-01-14
s4-dsdb Implement tokenGroups expansion directly in ldb operational module
Andrew Bartlett
1
-0
/
+167
2010-12-22
s4-dsdb: Added a helper function to get the default dns domain as string.
Nadezhda Ivanova
1
-0
/
+19
2010-12-21
s4:dsdb/common/util.c - remove unused variable "ndr_err"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-12-16
s4-dsdb Use sid_blob_parse()
Andrew Bartlett
1
-3
/
+3
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
1
-4
/
+4
2010-12-06
s4:fix some shadowed declaration warnings on Solaris by renaming the symbols
Matthias Dieter Wallnöfer
1
-5
/
+6
2010-12-04
s4:dsdb/common/util_samr.c and auth/sam.c - fix error message
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-12-04
s4:dsdb/common/util_samr.c - "dsdb_enum_group_mem" - fix it up regarding non ...
Matthias Dieter Wallnöfer
1
-7
/
+16
2010-12-01
s4:dsdb/common/util.c - "samdb_msg_add_add/delval" - introduce also here the ...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-16
s4:"dsdb_find_nc_root" - let it work also when the "namingContexts" attribute...
Matthias Dieter Wallnöfer
1
-8
/
+34
2010-11-11
s4:dsdb - proof against empty RDN values where expected
Matthias Dieter Wallnöfer
1
-0
/
+5
[next]