summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Some C++ warningsVolker Lendecke4-4/+4
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam1-25/+1
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-2/+6
2007-12-17More static fstring elimination.Jeremy Allison1-14/+14
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-9/+28
2007-12-17Fix flags in call of lookup_name() in srv_samr_nt.c: can_create().Michael Adam1-2/+2
2007-12-16Make smb_np_struct talloc'edVolker Lendecke1-8/+11
2007-12-16Remove unused codeVolker Lendecke1-14/+0
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke2-4/+4
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke4-67/+65
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher1-28/+9
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-9/+28
2007-12-10Fix return values for invalid printers. Found by kblinJeremy Allison1-5/+14
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-3/+3
2007-12-09Don't copy the rpc function pointersVolker Lendecke1-7/+3
2007-12-05Remove some globalsVolker Lendecke1-4/+4
2007-12-01Fix some C++ warningsVolker Lendecke1-15/+10
2007-11-30Merge recent wkssvc changes from samba4.Günther Deschner1-27/+27
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+9
2007-11-27Fixed obvious typo.Jeremy Allison1-1/+1
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison1-232/+306
2007-11-27Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison1-2/+2
2007-11-27Whitespace cleanup.Jeremy Allison1-1037/+1035
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-195/+315
2007-11-27fix a obscure compiler warningGuenther Deschner1-3/+3
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison7-268/+358
2007-11-27Remove some staticsVolker Lendecke1-1/+2
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison2-21/+27
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-3/+8
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-26/+32
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke1-4/+4
2007-11-08Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison1-1/+1
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2-9/+11
2007-11-05pstring removalVolker Lendecke2-18/+12
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-2/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-2/+4
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2-15/+21
2007-10-19Streamline logic, reducing the amount of indentation.Michael Adam1-16/+15
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison21-374/+374
2007-10-18r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I...Volker Lendecke1-2/+22
2007-10-17r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke1-4/+16
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter11-1576/+1889
2007-10-10r25564: Pass sharename to delete_share_security()Volker Lendecke1-1/+1
2007-10-10r25534: Apply some constVolker Lendecke6-13/+13
2007-10-10r25484: Fix srvsrc_NetFileEnum listing only for one userVolker Lendecke1-37/+57
2007-10-10r25482: Slightly simplify logicVolker Lendecke1-48/+48