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
/
source3
/
rpc_server
/
srv_wkssvc_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-22
Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...
Jeremy Allison
1
-2
/
+2
2010-10-22
Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...
Jeremy Allison
1
-2
/
+2
2010-10-14
s3-auth Use security_token_debug() from common code
Andrew Bartlett
1
-3
/
+3
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-11
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
1
-2
/
+2
2010-08-07
s3: Remove some references to smbd_messaging_context()
Volker Lendecke
1
-2
/
+2
2010-07-28
s3-wkssvc: Use struct pipes_struct.
Andreas Schneider
1
-31
/
+60
2010-07-13
s3-libnet: better separate headers.
Günther Deschner
1
-1
/
+2
2010-05-18
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
1
-2
/
+2
2010-02-14
s3-rpc: convert wkssvc to use TYPESAFE_QSORT()
Andrew Tridgell
1
-10
/
+4
2009-12-06
s3: Fix a const discard warning
Volker Lendecke
1
-7
/
+9
2009-12-06
s3: talloc_array_length deals file with a NULL argument
Volker Lendecke
1
-3
/
+3
2009-12-06
s3: Small simplification: qsort deals fine with just one entry
Volker Lendecke
1
-7
/
+2
2009-12-06
s3: Simplify usr_info_cmp by calling timeval_compare()
Volker Lendecke
1
-3
/
+1
2009-12-06
s3: Complete support for NetWkstaGetInfo/NetWkstaEnumUsers
Ian Puleston
1
-22
/
+380
2009-12-06
s3: First cut at _wkssvc_NetWkstaEnumUsers
Volker Lendecke
1
-3
/
+52
2009-12-06
s3: Support NetWkstaGetInfo 101 and 102
Volker Lendecke
1
-15
/
+113
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-08-07
s3-wkssvcs: fix check for BUILTIN\Administrators membership in wkssvc_Netr{Jo...
Günther Deschner
1
-2
/
+2
2009-08-03
Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2009-05-11
s3-net: add "net dom renamecomputer" to rename machines in a domain.
Günther Deschner
1
-2
/
+1
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-0
/
+1
2008-11-24
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
1
-2
/
+2
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-2
/
+2
2008-06-26
Now that we have p->server_info, use p->server_info->user_session_key
Volker Lendecke
1
-8
/
+6
2008-05-09
dsgetdcname: use existing messaging_context if possible.
Günther Deschner
1
-0
/
+2
2008-04-17
NetrUnjoinDomain2: Honor registry config to try config changes.
Günther Deschner
1
-0
/
+1
2008-04-14
WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...
Günther Deschner
1
-0
/
+1
2008-03-28
Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.
Günther Deschner
1
-2
/
+22
2008-03-28
Let libnetjoin find the dc in wkssvc NetrJoinDomain2/UnjoinDomain2.
Günther Deschner
1
-30
/
+0
2008-02-28
While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation.
Günther Deschner
1
-4
/
+64
2008-02-28
Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ...
Günther Deschner
1
-6
/
+13
2008-02-28
Fix one dsgetdcname call in wkssvc rpc server.
Günther Deschner
1
-2
/
+2
2008-01-29
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
1
-1
/
+0
2008-01-16
Fix (non-activated) _wkssvc_NetrJoinDomain2 server code.
Günther Deschner
1
-13
/
+12
2008-01-13
Fix Compiler warnings by including the proper header.
Michael Adam
1
-2
/
+1
2007-12-21
Deactive remote join code server side until some last issues are resolved.
Günther Deschner
1
-0
/
+4
2007-12-21
Add _wkssvc_NetrJoinDomain2() server.
Günther Deschner
1
-3
/
+66
2007-12-21
Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-12-05
Remove some globals
Volker Lendecke
1
-4
/
+4
2007-11-30
Merge recent wkssvc changes from samba4.
Günther Deschner
1
-27
/
+27
2007-11-05
pstring removal
Volker Lendecke
1
-15
/
+8
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...
Jelmer Vernooij
1
-41
/
+33
2007-10-10
r19224: Add setting the rng_fault_state to the already converted pipes.
Volker Lendecke
1
-0
/
+30
2007-10-10
r18756: cleanup copyrights after moving to new wkssvc implementation code
Gerald Carter
1
-4
/
+3
2007-10-10
r18742: this function returns WERROR
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18739: * Get the wkssvc patch right this time.
Gerald Carter
1
-22
/
+301
[next]