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
...
*
Revert "s3:idmap/autorid add a small alloc pool to autorid"
Christian Ambach
2011-10-21
1
-61
/
+0
*
libcli: remove unneeded com_err.h and fix the build here.
Günther Deschner
2011-10-21
1
-4
/
+0
*
s3-waf: only compile common.c in netapi examples code once.
Günther Deschner
2011-10-21
1
-2
/
+8
*
s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.
Günther Deschner
2011-10-21
1
-2
/
+30
*
s3-netapi: fix missing include in examples code.
Günther Deschner
2011-10-21
1
-0
/
+2
*
libcli/smb: move smb_seal.c to the toplevel
Stefan Metzmacher
2011-10-21
10
-18
/
+20
*
s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc code
Andrew Bartlett
2011-10-21
7
-74
/
+75
*
s3-seal Remove struct smb_srv_trans_enc_ctx
Andrew Bartlett
2011-10-21
3
-104
/
+54
*
s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing code
Andrew Bartlett
2011-10-21
4
-46
/
+54
*
s3-ntlmssp Remove auth_ntlmssp_session_key()
Andrew Bartlett
2011-10-21
4
-17
/
+12
*
s3-ntlmssp Remove auth_ntlmssp_want_feature()
Andrew Bartlett
2011-10-21
9
-31
/
+17
*
s3-seal use gensec_[un]wrap() instead of gensec_[un]seal_packet()
Andrew Bartlett
2011-10-21
1
-54
/
+41
*
s3-ntlmssp use gensec_{seal,unseal,sign,check}_packet
Andrew Bartlett
2011-10-21
5
-125
/
+55
*
s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...
Andrew Bartlett
2011-10-21
4
-16
/
+4
*
s3-ntlmssp Remove auth_ntlmssp_update wrapper
Andrew Bartlett
2011-10-21
10
-47
/
+41
*
s3-auth remove auth_ntlmssp_session_info()
Andrew Bartlett
2011-10-21
5
-23
/
+11
*
s3:smbd/seal: pass talloc_tos() auth_ntlmssp_update(), because we free a few ...
Stefan Metzmacher
2011-10-21
1
-1
/
+1
*
s3:libsmb/smb_seal: always use SAFE_FREE(buf) in common_free_enc_buffer()
Stefan Metzmacher
2011-10-21
1
-14
/
+1
*
s3:libsmb/smb_seal: use plain malloc() in common_ntlm_encrypt_buffer()
Stefan Metzmacher
2011-10-21
1
-2
/
+7
*
s3:libsmb/smb_seal: avoid ads_errstr() dependency and use gssapi_error_string()
Stefan Metzmacher
2011-10-21
1
-9
/
+28
*
s3:libsmb/smb_seal: make use of common [_]smb_[set]len_nbt() macros
Stefan Metzmacher
2011-10-21
1
-11
/
+11
*
s3:include: make smb_setlen() a macro
Stefan Metzmacher
2011-10-21
3
-15
/
+1
*
libcli/smb: add smb_setlen_[nbt|tcp] macros
Stefan Metzmacher
2011-10-21
1
-0
/
+8
*
libcli/smb: move some common defines to smb_constants.h
Stefan Metzmacher
2011-10-21
3
-55
/
+27
*
build: compile (but do not install) netapi examples
Andrew Bartlett
2011-10-21
2
-0
/
+65
*
s3:Makefile: make DSO_EXPORTS_CMD more portable (#8531)
Björn Jacke
2011-10-20
1
-1
/
+1
*
Refactor to create check_parent_access() which can be called for file creatio...
Jeremy Allison
2011-10-20
1
-23
/
+64
*
Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.
Jeremy Allison
2011-10-20
1
-2
/
+33
*
build: compile (but do not install) all the libsmbclient tests
Andrew Bartlett
2011-10-20
2
-0
/
+40
*
s3-netapi Compile (but do not install) netapi tests
Andrew Bartlett
2011-10-20
2
-1
/
+7
*
examples: compile libsmbclient tests using just SAMBA_BINARY
Andrew Bartlett
2011-10-20
1
-17
/
+17
*
s3:libsmb/async_smb: in cli_state_notify_pending() we always disconnect
Stefan Metzmacher
2011-10-20
1
-7
/
+5
*
Revert "selftest: Avoid being run over by armies of the undead"
Andrew Bartlett
2011-10-20
1
-2
/
+0
*
build: explain the passing of make options to waf
Andrew Tridgell
2011-10-20
1
-0
/
+7
*
ldb: ldb_errstring() takes ldb_contxt as an argument
Amitay Isaacs
2011-10-20
1
-1
/
+1
*
s4-dns: Update serial number for zone on dns updates
Amitay Isaacs
2011-10-20
1
-3
/
+83
*
s4-selftest: Add tests for RPC dnsserver
Amitay Isaacs
2011-10-20
3
-0
/
+183
*
samba-tool: Added dns command for DNS management
Amitay Isaacs
2011-10-20
2
-0
/
+861
*
s4-dns: Added DCERPC dns server for DNS management
Amitay Isaacs
2011-10-20
7
-1
/
+3771
*
s4-provision: Provision DNS records with correct rank
Amitay Isaacs
2011-10-20
1
-18
/
+23
*
werror: Added missing DNS error codes
Amitay Isaacs
2011-10-20
1
-0
/
+36
*
s4-dns: Added support for multiple DNS_RPC_RECORDS structures
Amitay Isaacs
2011-10-20
4
-3
/
+93
*
s4-dns: Added more data types for dnsserver implementation
Amitay Isaacs
2011-10-20
1
-376
/
+547
*
ldb-samba: Added handler to decode dnsProperty attribute
Amitay Isaacs
2011-10-20
2
-0
/
+22
*
dnsp: Added typedefs to interpret dnsProperty attribute for dnsZone objectclass
Amitay Isaacs
2011-10-20
1
-3
/
+123
*
s4-test: added test suite for common.py code
Andrew Tridgell
2011-10-20
1
-0
/
+42
*
s4-dsdb: moved dsdb_Dn() into common.py
Andrew Tridgell
2011-10-20
2
-26
/
+43
*
subunitrun: give more useful help
Andrew Tridgell
2011-10-20
1
-2
/
+25
*
Fix a boatload of warnings in the examples.
Jeremy Allison
2011-10-20
15
-163
/
+48
*
Fix error return to be NT_STATUS_NOT_A_DIRECTORY.
Jeremy Allison
2011-10-20
1
-2
/
+2
[prev]
[next]