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
2007-12-09
Don't copy the rpc function pointers
Volker Lendecke
1
-7
/
+3
2007-12-05
Remove some globals
Volker Lendecke
1
-4
/
+4
2007-12-01
Fix some C++ warnings
Volker Lendecke
1
-15
/
+10
2007-11-30
Merge recent wkssvc changes from samba4.
Günther Deschner
1
-27
/
+27
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-3
/
+9
2007-11-27
Fixed obvious typo.
Jeremy Allison
1
-1
/
+1
2007-11-27
Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c
Jeremy Allison
1
-232
/
+306
2007-11-27
Fix old cut-and-paste bug where the wrong field was being written to.
Jeremy Allison
1
-2
/
+2
2007-11-27
Whitespace cleanup.
Jeremy Allison
1
-1037
/
+1035
2007-11-27
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
1
-195
/
+315
2007-11-27
fix a obscure compiler warning
Guenther Deschner
1
-3
/
+3
2007-11-27
Remove pstring from everything in rpc_server except
Jeremy Allison
7
-268
/
+358
2007-11-27
Remove some statics
Volker Lendecke
1
-1
/
+2
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2
-21
/
+27
2007-11-13
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
1
-3
/
+8
2007-11-12
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
1
-26
/
+32
2007-11-09
Make base64_encode_data_blob return a talloced string
Volker Lendecke
1
-4
/
+4
2007-11-08
Fix case where we have no dns domain name. Return a talloc of "".
Jeremy Allison
1
-1
/
+1
2007-11-08
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2
-9
/
+11
2007-11-05
pstring removal
Volker Lendecke
2
-18
/
+12
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
1
-2
/
+2
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
1
-1
/
+1
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
1
-2
/
+4
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-2
/
+2
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2
-15
/
+21
2007-10-19
Streamline logic, reducing the amount of indentation.
Michael Adam
1
-16
/
+15
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
21
-374
/
+374
2007-10-18
r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I...
Volker Lendecke
1
-2
/
+22
2007-10-17
r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...
Volker Lendecke
1
-4
/
+16
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-2
/
+2
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
11
-1576
/
+1889
2007-10-10
r25564: Pass sharename to delete_share_security()
Volker Lendecke
1
-1
/
+1
2007-10-10
r25534: Apply some const
Volker Lendecke
6
-13
/
+13
2007-10-10
r25484: Fix srvsrc_NetFileEnum listing only for one user
Volker Lendecke
1
-37
/
+57
2007-10-10
r25482: Slightly simplify logic
Volker Lendecke
1
-48
/
+48
2007-10-10
r25480: Fix a segfault
Volker Lendecke
1
-1
/
+1
2007-10-10
r25389: Fix crash bug using DFS info struct uninitialized.
Jeremy Allison
1
-4
/
+28
2007-10-10
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
Michael Adam
2
-32
/
+32
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-2
/
+4
2007-10-10
r25119: Fix a couple of warnings.
Jeremy Allison
2
-2
/
+3
2007-10-10
r25118: More pstring elimination.
Jeremy Allison
1
-3
/
+3
2007-10-10
r25102: Rewrite msdfs code to use talloced filenames. Passes make test
Jeremy Allison
1
-83
/
+125
2007-10-10
r25023: Coverity #455. Not actually a bug, but this clarifies
Jeremy Allison
1
-0
/
+1
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-18
/
+24
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
3
-8
/
+7
2007-10-10
r24561: merge from SAMBA_4_0:
Stefan Metzmacher
3
-8
/
+8
2007-10-10
r24316: Fix an uninitialized read
Volker Lendecke
1
-0
/
+1
2007-10-10
r24165: Fix Coverity ID 369.
Volker Lendecke
1
-5
/
+5
2007-10-10
r24106: Pass fnum instead of buf/offset into get_rpc_pipe_p
Volker Lendecke
1
-3
/
+1
2007-10-10
r23991: Some const
Volker Lendecke
1
-1
/
+1
[next]