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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:net rpc trust: fix two C++ implicit void * cast warnings
Michael Adam
2011-04-07
1
-2
/
+5
*
s3:passdb:pdb_ipa: fix a C++ implicit void * cast warnings
Michael Adam
2011-04-07
1
-1
/
+2
*
s3:net idmap check: fix a couple of c++ implicit void * cast warnings
Michael Adam
2011-04-07
1
-5
/
+5
*
packaging(RHEL-CTDB): fix configure.rpm (honour additional cmdline parameters)
Michael Adam
2011-04-07
1
-1
/
+1
*
ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more robust against invalid values
Matthias Dieter Wallnöfer
2011-04-07
1
-19
/
+106
*
ldb:ldb_msg_check_sanity - clean it up from unneeded stuff
Matthias Dieter Wallnöfer
2011-04-07
1
-4
/
+0
*
dsdb:schema/schema_syntax.c - correctly check error code of "ldb_string_utc_t...
Matthias Dieter Wallnöfer
2011-04-07
1
-2
/
+1
*
dsdb:schema/schema_syntax.c - add some empty value checks on validate functions
Matthias Dieter Wallnöfer
2011-04-07
1
-0
/
+9
*
s4:objectclass LDB module - "ldb_msg_sanity_check" call not really needed
Matthias Dieter Wallnöfer
2011-04-07
1
-5
/
+0
*
ldb:ldbadd/modify tool - return error code when at least one operation has fa...
Matthias Dieter Wallnöfer
2011-04-07
2
-5
/
+8
*
ldb:tests - "init.ldif" - deactivate empty "seeAlso" attribute
Matthias Dieter Wallnöfer
2011-04-07
1
-1
/
+2
*
ldb:ldb/common/ldb_modules.c - always use LDB error codes if possible
Matthias Dieter Wallnöfer
2011-04-07
1
-6
/
+7
*
ldb:common/*.c - check for some OOM conditions
Matthias Dieter Wallnöfer
2011-04-07
2
-0
/
+7
*
s4:objectclass LDB module - fix a comment - add a ")"
Matthias Dieter Wallnöfer
2011-04-07
1
-1
/
+1
*
selftest:Samba4: setup DC_* variables in provision_rpc_proxy()
Stefan Metzmacher
2011-04-07
1
-0
/
+7
*
s4-smbtorture: fix lsa forest trust test.
Günther Deschner
2011-04-07
1
-1
/
+1
*
lsa: use lsa_TrustedAccessMask in some more places in the lsa IDL.
Günther Deschner
2011-04-07
1
-3
/
+3
*
s3-net: document "idmap check"
Gregor Beck
2011-04-07
1
-0
/
+92
*
s3-net: fix the usage output of "net idmap check"
Gregor Beck
2011-04-07
1
-4
/
+5
*
s4-samba_dnsupate Fix syntax error
Andrew Bartlett
2011-04-07
1
-2
/
+1
*
Revert "s3-test: disable ktest for now"
Andrew Bartlett
2011-04-07
1
-1
/
+0
*
s3-selftest actually wait for smbclient to connect
Andrew Bartlett
2011-04-07
1
-2
/
+14
*
s3-selftest Fix use of the 'fake DNS' file
Andrew Bartlett
2011-04-07
2
-2
/
+2
*
wintest Allow setting of the firewall to fail
Andrew Bartlett
2011-04-07
1
-1
/
+1
*
s3-wintest Add test of 'net use' against the Samba3 member
Andrew Bartlett
2011-04-07
2
-5
/
+18
*
wintest Allow changing the telnet settings to fail, we might not be admin
Andrew Bartlett
2011-04-07
1
-1
/
+1
*
samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4
Andrew Bartlett
2011-04-07
1
-1
/
+8
*
s3-test: disable ktest for now
Andrew Tridgell
2011-04-07
1
-0
/
+1
*
ldb: fixed --paged option in ldb tools
Andrew Tridgell
2011-04-07
2
-2
/
+2
*
Fix bug 6966 - "allow trusted domains = no" not respected in winbind.
Dmitry Butskoy
2011-04-06
1
-6
/
+6
*
s4:dsdb/repl_meta_data: update replPropertyMetaData on originating renames
Stefan Metzmacher
2011-04-06
1
-6
/
+122
*
s4:dsdb/repl_meta_data: allow passing an explicit attribute list to replmd_up...
Stefan Metzmacher
2011-04-06
1
-4
/
+15
*
s4:dsdb/repl_meta_data: normalize the rdn attribute name based on the schema
Stefan Metzmacher
2011-04-06
1
-5
/
+15
*
s3: Fix tldap_make_mod_blob_int() debug messages
Sumit Bose
2011-04-06
1
-3
/
+3
*
s3-net: Add delete op for net trust utility
Sumit Bose
2011-04-06
1
-53
/
+159
*
s3-net: Add net trust utility
Sumit Bose
2011-04-06
5
-0
/
+561
*
s3-pdb_ipa: Create DN for new object
Sumit Bose
2011-04-06
1
-0
/
+18
*
s3-pdb_ipa: Add ipasam_create_dom_group()
Sumit Bose
2011-04-06
1
-29
/
+214
*
s3-net: add IPA provision
Sumit Bose
2011-04-06
1
-20
/
+119
*
s3-pdb_ipa: Add ipasam_create_user()
Sumit Bose
2011-04-06
1
-44
/
+297
*
s3-pdb_ipa: Detect IPA server
Sumit Bose
2011-04-06
1
-1
/
+7
*
s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return value
Sumit Bose
2011-04-06
1
-38
/
+9
*
s3-smbldap: make octet_strings/DATA_BLOBs const.
Sumit Bose
2011-04-06
2
-6
/
+6
*
s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.
Günther Deschner
2011-04-06
1
-4
/
+4
*
s3-smbldap: support storing octet_strings/DATA_BLOBs.
Günther Deschner
2011-04-06
2
-21
/
+95
*
s3-pdb_ipa: Fix indentation
Sumit Bose
2011-04-06
1
-13
/
+12
*
s4-test: fixed a problem with very verbose NDR debug
Andrew Tridgell
2011-04-06
3
-4
/
+4
*
lib/crypto: rename the SHA256_ functions to samba_SHA256_
Andrew Tridgell
2011-04-06
5
-24
/
+24
*
tstream: make npa_tstream a private library
Andrew Tridgell
2011-04-06
4
-8
/
+9
*
lib: make asn1_util a private library
Andrew Tridgell
2011-04-06
9
-22
/
+23
[prev]
[next]