index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
2
-2
/
+2
*
Remove a silly static
Volker Lendecke
2007-12-27
1
-6
/
+6
*
Deactive remote join code server side until some last issues are resolved.
Günther Deschner
2007-12-21
1
-0
/
+4
*
Add _wkssvc_NetrJoinDomain2() server.
Günther Deschner
2007-12-21
1
-3
/
+66
*
Some C++ fixes
Volker Lendecke
2007-12-21
4
-4
/
+12
*
Some C++ warnings
Volker Lendecke
2007-12-21
4
-4
/
+4
*
Change the prototype of the vfs function get_nt_acl().
Michael Adam
2007-12-19
1
-25
/
+1
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-2
/
+6
*
More static fstring elimination.
Jeremy Allison
2007-12-17
1
-14
/
+14
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-17
1
-9
/
+28
*
Fix flags in call of lookup_name() in srv_samr_nt.c: can_create().
Michael Adam
2007-12-17
1
-2
/
+2
*
Make smb_np_struct talloc'ed
Volker Lendecke
2007-12-16
1
-8
/
+11
*
Remove unused code
Volker Lendecke
2007-12-16
1
-14
/
+0
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
2
-4
/
+4
*
Replace sid_string_static with sid_to_string
Volker Lendecke
2007-12-15
1
-1
/
+3
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
4
-67
/
+65
*
Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...
Stefan Metzmacher
2007-12-14
1
-28
/
+9
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-13
1
-9
/
+28
*
Fix return values for invalid printers. Found by kblin
Jeremy Allison
2007-12-10
1
-5
/
+14
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-3
/
+3
*
Don't copy the rpc function pointers
Volker Lendecke
2007-12-09
1
-7
/
+3
*
Remove some globals
Volker Lendecke
2007-12-05
1
-4
/
+4
*
Fix some C++ warnings
Volker Lendecke
2007-12-01
1
-15
/
+10
*
Merge recent wkssvc changes from samba4.
Günther Deschner
2007-11-30
1
-27
/
+27
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-3
/
+9
*
Fixed obvious typo.
Jeremy Allison
2007-11-27
1
-1
/
+1
*
Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c
Jeremy Allison
2007-11-27
1
-232
/
+306
*
Fix old cut-and-paste bug where the wrong field was being written to.
Jeremy Allison
2007-11-27
1
-2
/
+2
*
Whitespace cleanup.
Jeremy Allison
2007-11-27
1
-1037
/
+1035
*
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
2007-11-27
1
-195
/
+315
*
fix a obscure compiler warning
Guenther Deschner
2007-11-27
1
-3
/
+3
*
Remove pstring from everything in rpc_server except
Jeremy Allison
2007-11-27
7
-268
/
+358
*
Remove some statics
Volker Lendecke
2007-11-27
1
-1
/
+2
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
2
-21
/
+27
*
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
2007-11-13
1
-3
/
+8
*
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
2007-11-12
1
-26
/
+32
*
Make base64_encode_data_blob return a talloced string
Volker Lendecke
2007-11-09
1
-4
/
+4
*
Fix case where we have no dns domain name. Return a talloc of "".
Jeremy Allison
2007-11-08
1
-1
/
+1
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
2
-9
/
+11
*
pstring removal
Volker Lendecke
2007-11-05
2
-18
/
+12
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-2
/
+2
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-1
/
+1
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-2
/
+4
*
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
2
-15
/
+21
*
Streamline logic, reducing the amount of indentation.
Michael Adam
2007-10-19
1
-16
/
+15
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
21
-374
/
+374
*
r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I...
Volker Lendecke
2007-10-18
1
-2
/
+22
*
r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...
Volker Lendecke
2007-10-17
1
-4
/
+16
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-2
/
+2
[next]