summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r25480: Fix a segfaultVolker Lendecke1-1/+1
2007-10-10r25389: Fix crash bug using DFS info struct uninitialized.Jeremy Allison1-4/+28
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2-32/+32
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-2/+4
2007-10-10r25119: Fix a couple of warnings.Jeremy Allison2-2/+3
2007-10-10r25118: More pstring elimination.Jeremy Allison1-3/+3
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-83/+125
2007-10-10r25023: Coverity #455. Not actually a bug, but this clarifiesJeremy Allison1-0/+1
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-18/+24
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke3-8/+7
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher3-8/+8
2007-10-10r24316: Fix an uninitialized readVolker Lendecke1-0/+1
2007-10-10r24165: Fix Coverity ID 369.Volker Lendecke1-5/+5
2007-10-10r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke1-3/+1
2007-10-10r23991: Some constVolker Lendecke1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell29-58/+29
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison30-30/+30
2007-10-10r23758: Fix Coverity id 385Volker Lendecke1-2/+7
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-4/+4
2007-10-10r23709: C++ warningsVolker Lendecke1-2/+2
2007-10-10r23661: Another static pstringVolker Lendecke1-10/+15
2007-10-10r23633: Fix a couple of crash bugs pointed out by Volker caused by an oldGerald Carter1-1/+6
2007-10-10r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner1-12/+13
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison1-3/+2
2007-10-10r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2-0/+52
2007-10-10r23591: Fix bug #4725. Don't crash when no eventlogs specified. NeedsJeremy Allison1-0/+4
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1