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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-15
lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, not
Günther Deschner
1
-1
/
+4
2011-07-15
lsa: rename auth info argument in lsa_CreateTrustedDomainEx2
Günther Deschner
1
-5
/
+5
2011-07-14
s3-rpc_server: Pass event and messaging context to accept function.
Andreas Schneider
1
-5
/
+14
2011-07-14
s3-librpc: Pass messaging context to dcerpc register functions.
Andreas Schneider
1
-0
/
+1
2011-07-13
s3-epmapper: Fix adding tcpip endpoints.
Andreas Schneider
1
-0
/
+8
2011-07-08
s3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINREG was pulling in rpc ...
Günther Deschner
1
-3
/
+3
2011-07-07
s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...
Günther Deschner
1
-148
/
+191
2011-07-07
s3-printing: use winreg_internal functions.
Günther Deschner
1
-73
/
+73
2011-07-07
s3-printing: add winreg_internal functions.
Günther Deschner
3
-1
/
+540
2011-07-07
s3-printing: add winreg_printer_binding_handle and remove most of srv_spoolss...
Günther Deschner
2
-4772
/
+12
2011-07-07
s3-printing: move driver_info_ctr_to_info8 to init_spoolss.h
Günther Deschner
1
-0
/
+1
2011-07-07
s3-printing: move os2 related functions to printing/nt_printing_os2.c.
Günther Deschner
1
-0
/
+1
2011-07-07
s3-waf: Fix linking bugs causing segfaults.
Andreas Schneider
1
-1
/
+1
2011-07-05
s3: Remove some unused variables
Volker Lendecke
1
-4
/
+0
2011-07-05
s3: Return "granted" from share_access_check
Volker Lendecke
1
-2
/
+2
2011-07-04
s3: Fix an enum/int mixup
Volker Lendecke
1
-9
/
+10
2011-07-04
s3-samr Send IP address only to PAM remote hostname hook on password set
Andrew Bartlett
1
-44
/
+12
2011-07-04
s3-rpc_server: Remove client_id and server_id from pipes struct.
Andreas Schneider
2
-60
/
+0
2011-07-04
s3-epmapper: Replace server_id in the epmapper.
Andreas Schneider
1
-4
/
+17
2011-07-04
s3-spoolss: Replace client_id in the spoolss server.
Andreas Schneider
1
-8
/
+63
2011-07-04
s3-samr: Replace client_id in samr server.
Andreas Schneider
1
-7
/
+72
2011-07-04
s3-rpc_server: Replace client_id in dcerpc gssapi server.
Andreas Schneider
3
-8
/
+27
2011-07-04
s3-rpc_server: Remove unused client_id in srv_pipe.c.
Andreas Schneider
1
-3
/
+0
2011-07-04
s3-auth: Pass the remote_address down to user_info.
Andreas Schneider
1
-0
/
+2
2011-07-04
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
5
-2
/
+21
2011-07-04
s3-rpc_server: Migrate rpc function to tsocket_address.
Andreas Schneider
7
-40
/
+93
2011-07-04
s3-rpc_server: Add local and remote address to pipes struct.
Andreas Schneider
1
-30
/
+43
2011-07-02
param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()
Andrew Bartlett
1
-1
/
+1
2011-07-01
s3-printing: split out printing migration code into a smaller library.
Günther Deschner
1
-1
/
+1
2011-06-28
s3-waf: add some missing tdb dependencies.
Günther Deschner
1
-1
/
+1
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
2
-10
/
+10
2011-06-21
s3-spoolss: Fix some valgrind warnings.
Andreas Schneider
2
-8
/
+8
2011-06-21
lib/util Remove samba-util-common!
Andrew Bartlett
1
-12
/
+12
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
1
-1
/
+1
2011-06-16
s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()
Stefan Metzmacher
1
-1
/
+1
2011-06-16
s3:rpc_server/svcctl: fix valgrind bugs in _svcctl_QueryServiceConfig2W()
Stefan Metzmacher
1
-9
/
+5
2011-06-16
s3:rpc_server/svcctl: don't allocate return values on a temporary stackframe
Stefan Metzmacher
1
-5
/
+3
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
7
-26
/
+26
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
3
-35
/
+35
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
9
-54
/
+54
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2
-14
/
+14
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
8
-27
/
+27
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
3
-18
/
+18
2011-06-08
s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...
Günther Deschner
1
-0
/
+4
2011-06-05
s3: Fix a valgrind error
Volker Lendecke
1
-2
/
+2
2011-06-01
Fix bug where format arguments were reversed. Please compile with -Wall !
Jeremy Allison
1
-2
/
+2
2011-06-01
s3-epmapper: Register ports on IPv4 too.
Andreas Schneider
2
-2
/
+2
2011-06-01
s3-rpc_server: Remove unused variable pipes_open.
Andreas Schneider
1
-4
/
+2
2011-06-01
s3-rpc_server: Remove syntax from pipes_struct.
Andreas Schneider
2
-2
/
+0
[next]