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-10-24
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
1
-3
/
+3
2008-10-21
Fix the build.
Jelmer Vernooij
1
-2
/
+2
2008-10-21
Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv
Jelmer Vernooij
18
-199
/
+522
2008-10-21
Registry RPC server: Reintroduce the "key" variable for better readability
Matthias Dieter Wallnöfer
1
-22
/
+34
2008-10-21
Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...
Matthias Dieter Wallnöfer
1
-3
/
+6
2008-10-21
Revert "Registry server: Enhances commit "type" != NULL (when getting values)"
Matthias Dieter Wallnöfer
1
-2
/
+13
2008-10-21
Registry server: Enhances commit "type" != NULL (when getting values)
Matthias Dieter Wallnöfer
1
-13
/
+2
2008-10-21
Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do...
Matthias Dieter Wallnöfer
1
-15
/
+9
2008-10-21
Registry server: Cosmetic corrections
Matthias Dieter Wallnöfer
1
-23
/
+11
2008-10-21
Cleanups of server files
Matthias Dieter Wallnöfer
1
-15
/
+16
2008-10-21
Registry server: More work to be compatible
Matthias Dieter Wallnöfer
1
-16
/
+38
2008-10-21
Fixes for the WINREG RPC server
Matthias Dieter Wallnöfer
1
-28
/
+41
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
3
-2
/
+6
2008-10-20
Make the updated RPC-LSA pass against Win2008, and Samba4 to match
Andrew Bartlett
1
-0
/
+1
2008-10-20
LSA Patch for User Manager
Matthias Dieter Wallnöfer
1
-4
/
+37
2008-10-18
s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.
Günther Deschner
1
-8
/
+10
2008-10-18
s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.
Günther Deschner
1
-5
/
+7
2008-10-18
s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.
Günther Deschner
1
-5
/
+8
2008-10-17
Fix errrors in new password handling code found by RPC-SAMR.
Andrew Bartlett
1
-2
/
+15
2008-10-16
Create a 'straight paper path' for UTF16 passwords.
Andrew Bartlett
3
-66
/
+70
2008-10-15
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
1
-1
/
+1
2008-10-15
s4: merge from s3 samr.idl.
Günther Deschner
1
-1
/
+1
2008-10-15
Sync parameter names with samba 3.
Jelmer Vernooij
1
-6
/
+6
2008-10-15
winreg.idl: Sync ref change from Samba 3.
Jelmer Vernooij
1
-1
/
+1
2008-10-15
Fix includes.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
8
-8
/
+8
2008-10-06
Start implementing AD-style trusted domains in Samba4's NETLOGON server
Andrew Bartlett
1
-2
/
+50
2008-10-06
Store trusted domain passwords in the LSA server
Andrew Bartlett
1
-4
/
+64
2008-10-06
s4:rpc_server: tell the gensec layer that we want to do header signing
Stefan Metzmacher
1
-0
/
+4
2008-10-05
remove dependencies on my home domain
Andrew Tridgell
1
-2
/
+3
2008-10-05
removed some debug lines I left in the last commit
Andrew Tridgell
1
-4
/
+0
2008-10-03
updated the LSA and NETLOGON servers with fixes resulting from the AD
Andrew Tridgell
3
-20
/
+113
2008-10-02
fixed a talloc error in the rpc handle desctructor - destructors
Andrew Tridgell
1
-1
/
+0
2008-09-30
fixed a number of places in our LSA server where we should return the
Andrew Tridgell
1
-11
/
+13
2008-09-30
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
4
-34
/
+40
2008-09-30
check call status not rpc fault code when calling to different levels
Andrew Tridgell
1
-4
/
+4
2008-09-30
cope with NULL attr
Andrew Tridgell
1
-1
/
+3
2008-09-30
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
3
-15
/
+21
2008-09-29
Rework to match new trustDomainPasswords IDL
Andrew Bartlett
1
-5
/
+5
2008-09-29
Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*
Andrew Bartlett
1
-4
/
+4
2008-09-30
s4:rpc_server: correctly handle dcerpc requests with object uuids
Stefan Metzmacher
2
-6
/
+12
2008-09-30
dcesrv: Remove use of global_loadparm.
Jelmer Vernooij
1
-19
/
+19
2008-09-29
WSPP docs say we need to check that root_dir is NULL
Andrew Tridgell
1
-0
/
+6
2008-09-29
we need to return NT_STATUS_INVALID_PARAMETER for bad levels in
Andrew Tridgell
1
-0
/
+5
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
[prev]
[next]