index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.
Günther Deschner
2008-04-30
1
-1
/
+1
*
errors: add WERR_NOT_FOUND.
Günther Deschner
2008-04-29
1
-0
/
+1
*
Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...
Steven Danneman
2008-04-26
1
-0
/
+2
*
errors: add WERR_INVALID_DOMAINNAME.
Günther Deschner
2008-04-25
1
-0
/
+1
*
Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client
Volker Lendecke
2008-04-25
1
-3
/
+11
*
Make use of rpccli_xxx_bind_data
Volker Lendecke
2008-04-25
1
-1
/
+0
*
Move user/domain from rpc_pipe_client to cli_pipe_auth_data
Volker Lendecke
2008-04-25
1
-3
/
+4
*
Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
Volker Lendecke
2008-04-25
1
-1
/
+1
*
Remove the "pwd" struct from rpc_pipe_client
Volker Lendecke
2008-04-21
1
-1
/
+0
*
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
2008-04-21
2
-61
/
+0
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
2
-4
/
+5
*
Refactoring: Move stuff around for creating a pipe
Volker Lendecke
2008-04-20
1
-4
/
+4
*
Remove the pipe_idx variable from rpc_pipe_client
Volker Lendecke
2008-04-20
2
-2
/
+4
*
Move srv_name_slash from cli_state to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-0
/
+2
*
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
2008-04-20
1
-2
/
+0
*
rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce
Jelmer Vernooij
2008-04-17
1
-2
/
+2
*
IDL: build generated nbt code.
Günther Deschner
2008-04-17
3
-0
/
+6
*
Add simple implementation of several functions in the Samba 4 RPC
Jelmer Vernooij
2008-04-17
1
-0
/
+1
*
errors: Add WERR_NO_SUCH_USER.
Günther Deschner
2008-04-16
1
-0
/
+1
*
errors: Add WERR_NONE_MAPPED.
Günther Deschner
2008-04-16
1
-0
/
+1
*
Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.
Jelmer Vernooij
2008-04-15
1
-4
/
+1
*
doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.
Günther Deschner
2008-04-14
1
-0
/
+2
*
Remove namedpipe_transact fn pointer from smb_np_struct
Volker Lendecke
2008-04-14
1
-11
/
+0
*
adt_tree: change pathtree_add to return WERR instead of bool.
Michael Adam
2008-04-13
1
-1
/
+1
*
registry: remove the REGISTRY_HOOKS layer from the reghook cache.
Michael Adam
2008-04-13
1
-1
/
+1
*
Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.
Günther Deschner
2008-04-12
1
-0
/
+2
*
Move some WERRORs down to the NERR_BASE block.
Günther Deschner
2008-04-12
1
-16
/
+11
*
dbwrap: add dbwrap_tdb2 backend
Stefan Metzmacher
2008-04-12
1
-0
/
+8
*
messaging: add MSG_DBWRAP_TDB2_CHANGES flag
Stefan Metzmacher
2008-04-12
1
-0
/
+3
*
messaging: add FLAG_MSG_DBWRAP message class flag
Stefan Metzmacher
2008-04-12
1
-0
/
+2
*
Remove some write-only fstrings
Volker Lendecke
2008-04-11
1
-7
/
+0
*
Add MAX_NERR define.
Günther Deschner
2008-04-10
1
-0
/
+4
*
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
Günther Deschner
2008-04-08
1
-0
/
+1
*
smbd: make it possible to change the write time delay for testing
Stefan Metzmacher
2008-04-07
1
-0
/
+3
*
smbd: implement the strange write time update logic
Stefan Metzmacher
2008-04-07
1
-3
/
+7
*
locking: store the write time in the locking.tdb
Stefan Metzmacher
2008-04-07
1
-0
/
+4
*
Add NT_STATUS_RPC_CANNOT_SUPPORT.
Günther Deschner
2008-04-03
1
-0
/
+1
*
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
2008-04-02
1
-4
/
+40
*
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...
Gerald W. Carter
2008-03-31
1
-1
/
+1
*
Fix a confusing variable name
Volker Lendecke
2008-03-28
1
-2
/
+2
*
Remove last reference to rpc_netlogon.h.
Günther Deschner
2008-03-27
1
-1
/
+0
*
Remove unused marshalling for Netlogon Lockout String.
Günther Deschner
2008-03-27
2
-46
/
+0
*
dbwrap: add db_open_trans()
Stefan Metzmacher
2008-03-27
1
-0
/
+5
*
Remove unused DS_DOMAIN_CONTROLLER_INFO struct.
Günther Deschner
2008-03-27
1
-12
/
+0
*
Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo.
Günther Deschner
2008-03-27
1
-3
/
+0
*
Move DSGETDC_VALID_FLAGS to IDL.
Günther Deschner
2008-03-27
1
-19
/
+0
*
Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
Günther Deschner
2008-03-27
1
-2
/
+0
*
Move the known NETLOGON_CONTROL reply flags to IDL.
Günther Deschner
2008-03-27
1
-8
/
+0
*
Move inline comment about MSV1_0 flags to IDL.
Günther Deschner
2008-03-27
1
-18
/
+0
[next]