summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r23591: Fix bug #4725. Don't crash when no eventlogs specified. NeedsJeremy Allison2007-10-101-0/+4
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r23434: Coorect a comment.Michael Adam2007-10-101-1/+1
* r23433: remove superfluous semicolon.Michael Adam2007-10-101-1/+1
* r23432: Remove superfluous comment.Michael Adam2007-10-101-2/+0
* r23402: Got bitten by a talloc hierarchy. Make sure we allocJeremy Allison2007-10-101-3/+3
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-25/+10
* r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...Gerald Carter2007-10-103-30/+165
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-102-23/+287
* r23248: Merge echo pipe implementation chanegs from SAMBA_3_0_26Gerald Carter2007-10-101-9/+28
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-2/+1
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-9/+9
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-103-6/+6
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-10/+14
* r22975: BUG 4616: Don't return a dns or forest name when replying to theGerald Carter2007-10-101-7/+7
* r22954: More messaging_registerVolker Lendecke2007-10-101-8/+16
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-103-6/+12
* r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke2007-10-102-5/+12
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-10-101-18/+15
* r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke2007-10-101-15/+18
* r22766: Merge from 3_0:Volker Lendecke2007-10-101-18/+15
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-103-30/+11
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-101-4/+4
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-3/+3
* r22675: Simo's patch for 0 size allocation. Still needJeremy Allison2007-10-101-7/+9
* r22593: Finish doing the same for raw TALLOC.Jeremy Allison2007-10-101-109/+172
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-4/+8
* r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison2007-10-103-30/+72
* r22586: Add a modified version of Simo's patch.Jeremy Allison2007-10-101-13/+28
* r22574: Fix reply when we have no dfs shares.Jeremy Allison2007-10-101-12/+27
* r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison2007-10-101-1/+1
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-101-10/+3
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-104-21/+21
* r22505: Fix buildAlexander Bokovoy2007-10-101-1/+1
* r22504: Fix bug Jerry found during his tutorial. Sorry :-(Jim McDonough2007-10-101-1/+6
* r22126: Fix a bogus uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-102-32/+30
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-101-3/+3
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-2/+0
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-102-1/+75
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-103-10/+10
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-105-12/+12
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-4/+8
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-47/+32
* r21635: Don't free talloc()'d memory. I wish people would check the callersGerald Carter2007-10-101-1/+1
* r21569: Fix bug reported by Martin Zielinski <mz@seh.de>Jeremy Allison2007-10-101-1/+1
* r21563: Fix a memleak: We only need dispinfo structs for "our" and for the bu...Volker Lendecke2007-10-101-40/+41
* r21551: Ok, this is more subtle. More tomorrow :-)Volker Lendecke2007-10-101-65/+37
* r21550: make disp_info_list static to get_samr_dispinfo_by_sid(), add a comme...Volker Lendecke2007-10-101-2/+18