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
...
*
lib: Add iov_advance
Volker Lendecke
2014-12-30
2
-0
/
+35
*
lib: iov_buf does not need talloc.h anymore
Volker Lendecke
2014-12-30
1
-1
/
+0
*
lib: Use talloc_memdup in messaging_rec_dup
Volker Lendecke
2014-12-28
1
-2
/
+1
*
lib: Simplify check_log_size
Volker Lendecke
2014-12-28
1
-5
/
+3
*
lib: Use talloc_zero_array instead of memset
Volker Lendecke
2014-12-27
1
-3
/
+1
*
Fix a comment to indicate that TALLOC_FREE must be used to free an allocated ...
Richard Sharpe
2014-12-26
1
-1
/
+1
*
winbind: Retry LogonControl RPC in ping-dc after session expiration
Christof Schmitt
2014-12-23
1
-0
/
+10
*
dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptable
Garming Sam
2014-12-22
2
-15
/
+399
*
dns.py: Always remove the test zone in tearDown()
Andrew Bartlett
2014-12-22
1
-0
/
+8
*
dsdb: Ignore errors from search in dns_notify module
Andrew Bartlett
2014-12-22
1
-14
/
+12
*
dsdb: Use a fixed set of attributes in search in dns_notify module
Andrew Bartlett
2014-12-22
1
-2
/
+4
*
dsdb: Use ldb_attr_cmp() for comparing objectclass names
Andrew Bartlett
2014-12-22
1
-3
/
+3
*
dns.py: Test dns server reload zones from DSDB when are created or deleted
Samuel Cabrero
2014-12-22
1
-0
/
+78
*
s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRS
Samuel Cabrero
2014-12-22
5
-39
/
+565
*
selftest: Run samba.tests.dns in :local environment so it can access credentials
Andrew Bartlett
2014-12-22
1
-1
/
+1
*
lib/ldb-samba: Add comment dicouraging use of schemaUpgradeInProgress
Andrew Bartlett
2014-12-22
1
-0
/
+10
*
dsdb: Only parse SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EVAL as a DN
Andrew Bartlett
2014-12-22
1
-1
/
+3
*
s4:dsdb: Fix not freed temp memory context
Samuel Cabrero
2014-12-22
1
-0
/
+1
*
ldb-samba-tests: Add tests for transitive matching rule
Samuel Cabrero
2014-12-22
2
-0
/
+474
*
ldb-samba: Implement transitive extended matching
Samuel Cabrero
2014-12-22
4
-1
/
+373
*
dsdb: Define syntax access point oid string as a macro
Samuel Cabrero
2014-12-22
2
-1
/
+2
*
ldb: bump to version 1.1.19
Andrew Bartlett
2014-12-22
3
-1
/
+266
*
ldb: Allow to register extended match rules
Samuel Cabrero
2014-12-22
4
-36
/
+165
*
dsdb: Improve code clarity for ldb_extended_dn_in_openldap mode
Andrew Bartlett
2014-12-22
1
-3
/
+7
*
s4:dsdb/extended_dn_in: Fix DNs and filter expressions in extended match ops
Samuel Cabrero
2014-12-22
1
-13
/
+35
*
torture/spoolss: issue GetJob after StartDocPrinter
David Disseldorp
2014-12-19
1
-0
/
+8
*
spoolss: clear PrinterInfo on GetPrinter error
David Disseldorp
2014-12-19
1
-7
/
+12
*
spoolss: clear info on GetPrinterDriverDirectory error
David Disseldorp
2014-12-19
1
-0
/
+1
*
spoolss: clear info on GetPrintProcessorDirectory error
David Disseldorp
2014-12-19
1
-4
/
+9
*
spoolss: clear FormInfo on GetForm error
David Disseldorp
2014-12-19
1
-0
/
+1
*
spoolss: clear DriverInfo on GetPrinterDriver2 error
David Disseldorp
2014-12-19
1
-5
/
+11
*
spoolss: clear JobInfo on GetJob error
David Disseldorp
2014-12-19
1
-10
/
+18
*
s4:kdc: add aes key support for trusted domains
Stefan Metzmacher
2014-12-19
1
-37
/
+148
*
s4:rpc_server/lsa: fix segfault in check_ft_info()
Stefan Metzmacher
2014-12-19
1
-0
/
+2
*
s4:rpc_server/lsa: remove unused allow_warnings=True
Stefan Metzmacher
2014-12-19
1
-1
/
+0
*
s4:rpc_server/lsa: remove trustAuthIncoming/trustAuthOutgoing when the relate...
Stefan Metzmacher
2014-12-19
1
-12
/
+20
*
s4:rpc_server/lsa: pass the correct variable to setInfoTrustedDomain_base()
Stefan Metzmacher
2014-12-19
1
-4
/
+3
*
s3:pdb_samba_dsdb: use SEC_CHAN_DNS_DOMAIN in pdb_samba_dsdb_get_trusteddom_c...
Stefan Metzmacher
2014-12-19
1
-6
/
+33
*
s3:pdb_samba_dsdb: add pdb_samba_dsdb_get_trusteddom_creds
Stefan Metzmacher
2014-12-19
1
-1
/
+225
*
s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()
Stefan Metzmacher
2014-12-19
1
-17
/
+40
*
s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds_with_creds()
Stefan Metzmacher
2014-12-19
1
-23
/
+9
*
s3:winbindd: we only need a an netlogon connection to a rwdc if we're a rodc ...
Stefan Metzmacher
2014-12-19
1
-2
/
+2
*
s3:winbindd: make sure we try to use NCACN_IP_TCP in cm_connect_netlogon
Stefan Metzmacher
2014-12-19
1
-0
/
+5
*
s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper function
Stefan Metzmacher
2014-12-19
2
-0
/
+93
*
s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...
Stefan Metzmacher
2014-12-19
2
-0
/
+65
*
auth/credentials: add cli_credentials_set_utf16_password()
Stefan Metzmacher
2014-12-19
3
-6
/
+65
*
auth/gensec: add support for SEC_CHAN_DNS_DOMAIN to schannel_update()
Stefan Metzmacher
2014-12-19
1
-17
/
+10
*
auth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHANNEL backend if required
Stefan Metzmacher
2014-12-19
1
-0
/
+8
*
nsswitch/wbinfo: allow 'wbinfo --ping-dc --domain=SOMEDOMAIN'
Stefan Metzmacher
2014-12-19
1
-4
/
+13
*
nsswitch: allow passing the domain name to wbcPingDC[2]()
Stefan Metzmacher
2014-12-19
2
-11
/
+43
[prev]
[next]