Fix returns in void functions.
[ira/wip.git] / source3 / rpc_server /
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-27 Volker LendeckeRemove a silly static
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerDeactive remote join code server side until some last...
2007-12-21 Günther DeschnerAdd _wkssvc_NetrJoinDomain2() server.
2007-12-21 Volker LendeckeSome C++ fixes
2007-12-21 Volker LendeckeSome C++ warnings
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-18 Jeremy AllisonMore static fstring elimination.
2007-12-17 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-17 Michael AdamFix flags in call of lookup_name() in srv_samr_nt.c...
2007-12-16 Volker LendeckeMake smb_np_struct talloc'ed
2007-12-16 Volker LendeckeRemove unused code
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-14 Stefan MetzmacherRevert "Fix for bug #4801: Correctly implement lsa...
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-10 Jeremy AllisonFix return values for invalid printers. Found by kblin
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-09 Volker LendeckeDon't copy the rpc function pointers
2007-12-05 Volker LendeckeRemove some globals
2007-12-01 Volker LendeckeFix some C++ warnings
2007-11-30 Günther DeschnerMerge recent wkssvc changes from samba4.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-28 Jeremy AllisonFixed obvious typo.
2007-11-28 Jeremy AllisonRemove pstring from srv_spoolss_nt.c. All gone from...
2007-11-28 Jeremy AllisonFix old cut-and-paste bug where the wrong field was...
2007-11-28 Jeremy AllisonWhitespace cleanup.
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-27 Guenther Deschnerfix a obscure compiler warning
2007-11-27 Jeremy AllisonRemove pstring from everything in rpc_server except
2007-11-27 Volker LendeckeRemove some statics
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-11-12 Jeremy AllisonRemove all pstrings from smbd/chgpasswd.c.
2007-11-09 Volker LendeckeMake base64_encode_data_blob return a talloced string
2007-11-09 Jeremy AllisonFix case where we have no dns domain name. Return a...
2007-11-09 Jeremy AllisonRemove more fstring/pstring bad useage. Go talloc !
2007-11-05 Volker Lendeckepstring removal
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Gerald (Jerry) CarterMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-10-19 Michael AdamStreamline logic, reducing the amount of indentation.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-18 Volker Lendecker16050: Set the session key "SystemLibraryDTC" on ntlms...
2007-10-17 Volker Lendecker17064: lsa_GetUserName needs to return the name for...
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker25564: Pass sharename to delete_share_security()
2007-10-10 Volker Lendecker25534: Apply some const
2007-10-10 Volker Lendecker25484: Fix srvsrc_NetFileEnum listing only for one...
2007-10-10 Volker Lendecker25482: Slightly simplify logic
2007-10-10 Volker Lendecker25480: Fix a segfault
2007-10-10 Jeremy Allisonr25389: Fix crash bug using DFS info struct uninitialized.
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25119: Fix a couple of warnings.
2007-10-10 Jeremy Allisonr25118: More pstring elimination.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Jeremy Allisonr25023: Coverity #455. Not actually a bug, but this...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Stefan Metzmacherr24561: merge from SAMBA_4_0:
2007-10-10 Volker Lendecker24316: Fix an uninitialized read
2007-10-10 Volker Lendecker24165: Fix Coverity ID 369.
2007-10-10 Volker Lendecker24106: Pass fnum instead of buf/offset into get_rpc_pipe_p
2007-10-10 Volker Lendecker23991: Some const
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23758: Fix Coverity id 385
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23709: C++ warnings
2007-10-10 Volker Lendecker23661: Another static pstring
2007-10-10 Gerald Carterr23633: Fix a couple of crash bugs pointed out by Volke...
2007-10-10 Günther Deschnerr23623: Fix rpcclient and rpc_server with new DFS idl.
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 Jim McDonoughr23616: Fix bugzilla #4719: must change password is...
2007-10-10 Jeremy Allisonr23591: Fix bug #4725. Don't crash when no eventlogs...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Michael Adamr23434: Coorect a comment.
2007-10-10 Michael Adamr23433: remove superfluous semicolon.
2007-10-10 Michael Adamr23432: Remove superfluous comment.
2007-10-10 Jeremy Allisonr23402: Got bitten by a talloc hierarchy. Make sure...
2007-10-10 Jeremy Allisonr23400: Fix lsa crash bug #4683. The "names" enum struct
2007-10-10 Gerald Carterr23274: merge CloseEventlog() pidl conversion from...
2007-10-10 Gerald Carterr23271: merge service control pidl change for CloseServ...
2007-10-10 Gerald Carterr23248: Merge echo pipe implementation chanegs from...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
next