summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Some more talloc_tos()Volker Lendecke2008-01-101-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-292-2/+2
* Remove a silly staticVolker Lendecke2007-12-271-6/+6
* Deactive remote join code server side until some last issues are resolved.Günther Deschner2007-12-211-0/+4
* Add _wkssvc_NetrJoinDomain2() server.Günther Deschner2007-12-211-3/+66
* Some C++ fixesVolker Lendecke2007-12-214-4/+12
* Some C++ warningsVolker Lendecke2007-12-214-4/+4
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-25/+1
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-2/+6
* More static fstring elimination.Jeremy Allison2007-12-171-14/+14
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-171-9/+28
* Fix flags in call of lookup_name() in srv_samr_nt.c: can_create().Michael Adam2007-12-171-2/+2
* Make smb_np_struct talloc'edVolker Lendecke2007-12-161-8/+11
* Remove unused codeVolker Lendecke2007-12-161-14/+0
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-152-4/+4
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-1/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-154-67/+65
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-141-28/+9
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-131-9/+28
* Fix return values for invalid printers. Found by kblinJeremy Allison2007-12-101-5/+14
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-3/+3
* Don't copy the rpc function pointersVolker Lendecke2007-12-091-7/+3
* Remove some globalsVolker Lendecke2007-12-051-4/+4
* Fix some C++ warningsVolker Lendecke2007-12-011-15/+10
* Merge recent wkssvc changes from samba4.Günther Deschner2007-11-301-27/+27
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+9
* Fixed obvious typo.Jeremy Allison2007-11-271-1/+1
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-271-232/+306
* Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison2007-11-271-2/+2
* Whitespace cleanup.Jeremy Allison2007-11-271-1037/+1035
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-195/+315
* fix a obscure compiler warningGuenther Deschner2007-11-271-3/+3
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-277-268/+358
* Remove some staticsVolker Lendecke2007-11-271-1/+2
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-152-21/+27
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-3/+8
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-26/+32
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-091-4/+4
* Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison2007-11-081-1/+1
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-082-9/+11
* pstring removalVolker Lendecke2007-11-052-18/+12
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-2/+4
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-242-15/+21
* Streamline logic, reducing the amount of indentation.Michael Adam2007-10-191-16/+15
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1821-374/+374
* r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I...Volker Lendecke2007-10-181-2/+22
* r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke2007-10-171-4/+16