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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-26
s3_upgrade: Add document strings for python methods
Amitay Isaacs
1
-9
/
+23
2011-08-26
werror: remove duplicate definition of WERR_INVALID_OWNER
Michael Adam
1
-1
/
+0
2011-08-25
s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...
Michael Adam
1
-1
/
+6
2011-08-25
s3:smbd: remove an unused variable in dptr_create()
Michael Adam
1
-1
/
+0
2011-08-25
s3:registry: fix the v2_to_v3 upgrade code so that it does not create value l...
Michael Adam
1
-0
/
+6
2011-08-25
s3:registry: fix the v1_to_v2 upgrade code so that it does not normalize the ...
Michael Adam
1
-0
/
+6
2011-08-25
s3:registry: define a constant REGDB_VERSION_KEYNAME for the key INFO/version...
Michael Adam
1
-7
/
+6
2011-08-25
s3:registry: hand db context in to v2_to_v3 upgrade code via private_data
Michael Adam
1
-4
/
+9
2011-08-25
s3:registry: fix broken use of dbwrap store record in v1_to_v2 upgrade code
Michael Adam
1
-8
/
+10
2011-08-25
s3: Fix the build of vfs_aixacl2.c
SATOH Fumiyasu
1
-0
/
+1
2011-08-25
s3: Remove a bogus comment
Volker Lendecke
1
-4
/
+0
2011-08-25
s3: Pass smbd_server_connection to (unused) server_encryption_shutdown
Volker Lendecke
2
-2
/
+2
2011-08-25
s3: Pass smbd_server_connection to srv_encrypt_buffer
Volker Lendecke
3
-3
/
+5
2011-08-25
s3: Pass smbd_server_connection to srv_decrypt_buffer
Volker Lendecke
3
-4
/
+3
2011-08-25
s3: Pass smbd_server_connection to srv_free_enc_buffer
Volker Lendecke
3
-4
/
+4
2011-08-25
s3: Pass smbd_server_connection to is_encrypted_packet
Volker Lendecke
4
-8
/
+11
2011-08-25
s3: Pass sconn to valid_smb_header
Volker Lendecke
1
-4
/
+5
2011-08-25
s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctx
Volker Lendecke
1
-3
/
+3
2011-08-25
s3: Fix some nonempty blank lines
Volker Lendecke
2
-6
/
+6
2011-08-25
s3: Fix bug 8385
Volker Lendecke
1
-26
/
+14
2011-08-25
s3-waf: fix some unresolved symbols in idmap ad modules.
Günther Deschner
1
-0
/
+2
2011-08-25
s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
Günther Deschner
1
-0
/
+1
2011-08-25
s4-dsdb: fixed use of RMD flags in ldb search in dirsync module
Andrew Tridgell
1
-2
/
+2
2011-08-25
s4-dns: fixed dns_update_list for multi-domain forests
Andrew Tridgell
1
-13
/
+28
2011-08-25
s4-dns: cope with duplicate entries in dns_update_list
Andrew Tridgell
1
-1
/
+5
2011-08-25
s4-dsdb: fixed newlines in DEBUG() calls in cracknames
Andrew Tridgell
1
-14
/
+14
2011-08-25
s4-join: fixed DNS hostname
Andrew Tridgell
1
-1
/
+1
2011-08-25
s4-drs: fixed msdcs DNS name in getncchanges
Andrew Tridgell
1
-3
/
+2
2011-08-25
s4-libnet: fixed forest DNS name
Andrew Tridgell
2
-2
/
+3
2011-08-25
s4-acl: use dnsforest not dnsdomain for GC names
Andrew Tridgell
1
-3
/
+3
2011-08-25
s4-join: setup DNS forest name on join context
Andrew Tridgell
1
-4
/
+4
2011-08-25
s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS name
Andrew Tridgell
2
-5
/
+6
2011-08-25
s4-samdb: added host_dns_name(), domain_dns_name() and forest_dns_name()
Andrew Tridgell
1
-0
/
+15
2011-08-25
s4-repl: fixed _msdcs DNS name
Andrew Tridgell
3
-14
/
+14
2011-08-25
s4-kcc: fixed _msdcs DNS name
Andrew Tridgell
1
-3
/
+1
2011-08-25
s4-dsdb: added samdb_ntds_msdcs_dns_name()
Andrew Tridgell
1
-2
/
+37
2011-08-25
s4-dns: fixed DNS and SPN update lists for multi-domain support
Andrew Tridgell
2
-3
/
+3
2011-08-25
s4-provision: pass the rootDN into guess_names()
Andrew Tridgell
1
-2
/
+2
2011-08-25
s4-dsdb: fixed calls to ldb_val_string_cmp()
Andrew Tridgell
1
-2
/
+2
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
2
-0
/
+8
2011-08-25
s4-dsdb: enforce NULL DN validity in partition module
Andrew Tridgell
1
-0
/
+3
2011-08-25
s4-dsdb: fixed basedn in extended_dn_in module
Andrew Tridgell
1
-6
/
+10
2011-08-25
samba-tool: fixed use of base DNs in ldapcmp
Andrew Tridgell
1
-17
/
+13
2011-08-25
s4-spnupdate: fixed searches on domain NC
Andrew Tridgell
1
-2
/
+2
2011-08-25
s4-dns: fixed base search on domain NC
Andrew Tridgell
1
-1
/
+1
2011-08-25
s4-samr: fixed subtree search
Andrew Tridgell
1
-1
/
+1
2011-08-25
s4-kdc: fixed subtree search in KDC
Andrew Tridgell
1
-1
/
+3
2011-08-25
s4-dsdb: cleanup use of NULL vs base DN in samldb
Andrew Tridgell
1
-7
/
+18
2011-08-25
s4-dsdb: removed unused function in ACL module
Andrew Tridgell
1
-39
/
+0
[prev]
[next]