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
path:
root
/
source4
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-29
unmapped SIDs should be rid 0 not rid -1
Andrew Tridgell
1
-1
/
+4
2008-09-29
added some more well known SIDs - thanks to the WSPP LSAT test suite
Andrew Tridgell
1
-1
/
+42
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
2
-2
/
+2
2008-09-24
Rename smbd -> samba.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
3
-20
/
+19
2008-09-22
Remove unused parameter from decode_pw_buffer and fail on invalid
Andrew Bartlett
2
-8
/
+5
2008-09-21
Revert "Rename smbd -> samba."
Jelmer Vernooij
1
-1
/
+1
2008-09-21
Rename smbd -> samba.
Jelmer Vernooij
1
-1
/
+1
2008-09-13
rpc_server: don't send auth trailers in level connect
Stefan Metzmacher
2
-89
/
+80
2008-09-13
rpc_server: correctly calculate the auth padding
Stefan Metzmacher
1
-3
/
+8
2008-09-08
Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.
Andrew Bartlett
1
-51
/
+64
2008-09-08
More work towards trusted domains support in Samba4's LSA
Andrew Bartlett
1
-50
/
+323
2008-09-05
Update copyright, I've been working here many long years...
Andrew Bartlett
1
-1
/
+1
2008-09-03
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
1
-1
/
+44
2008-09-03
Implement NETLOGON PAC verfication on the server-side
Andrew Bartlett
1
-31
/
+29
2008-09-01
Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.
Andrew Bartlett
1
-0
/
+6
2008-08-29
Start implementing the server-sde NETLOGON PAC verification.
Andrew Bartlett
1
-1
/
+46
2008-08-26
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify
Andrew Bartlett
3
-40
/
+92
2008-08-26
More LSA server and testuite work.
Andrew Bartlett
1
-1
/
+38
2008-08-26
Implement matching logic to Windows 2008 on handling of secrets.
Andrew Bartlett
1
-16
/
+8
2008-08-26
Fix LSA server to pass more of RPC-LSA and match Windows 2008
Andrew Bartlett
1
-17
/
+32
2008-08-12
Add GenericInfo level for SamLogon calls from the WSPP IDL.
Andrew Bartlett
1
-5
/
+13
2008-08-11
rpc_server: correct the chunk_size depending on the signature size
Stefan Metzmacher
2
-6
/
+14
2008-08-07
rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
3
-1
/
+14
2008-07-28
rpc_server: remove unused variable
Stefan Metzmacher
1
-1
/
+0
2008-07-25
Make a new define to ensure the accoc_group_id we use is always in common.
Andrew Bartlett
1
-2
/
+4
2008-07-23
rpc_server: be more strict with the incoming assoc_group_id
Stefan Metzmacher
1
-12
/
+12
2008-07-23
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
1
-0
/
+11
2008-07-23
The SMB session key must not be more than 16 bytes in SAMR (and
Andrew Bartlett
1
-1
/
+10
2008-07-23
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
1
-6
/
+9
2008-07-23
Remove the 'accoc_group_id' check in the RPC server.
Andrew Bartlett
1
-0
/
+11
2008-07-22
Change occurrences of the u1 member of DsBindInfo* to pid after idl change.
Michael Adam
1
-6
/
+9
2008-07-21
Rename structures to better match the names in the WSPP IDL.
Andrew Bartlett
1
-33
/
+33
2008-07-21
Remove bogus test in 'enum trusted domains' LSA server.
Andrew Bartlett
1
-6
/
+0
2008-07-07
rpc_server: use the transport session_info if available
Stefan Metzmacher
1
-8
/
+12
2008-07-03
rpc_server: use the same chunk_size logic as we we use in the client
Stefan Metzmacher
1
-7
/
+7
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-2
/
+2
2008-05-18
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
1
-5
/
+5
2008-05-18
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
1
-5
/
+11
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-17
/
+17
2008-05-16
The following patch calls the op_bind operation for an interface which contex...
Julien Kerihuel
1
-0
/
+8
2008-05-16
This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...
Julien Kerihuel
1
-0
/
+4
2008-04-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
12
-45
/
+48
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-1
/
+2
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
12
-44
/
+46
2008-04-14
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
1
-38
/
+38
2008-04-14
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
1
-0
/
+12
2008-04-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
11
-107
/
+242
2008-04-02
rpc_server: Remove references to sidmap from the lsa pipe code.
Kai Blin
3
-9
/
+2
2008-04-02
rpc_server: Use wbclient instead of sidmap in unixinfo pipe
Kai Blin
1
-41
/
+119
[prev]
[next]