summaryrefslogtreecommitdiff
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().Günther Deschner2008-05-162-3/+160
* lm_session_key is only 8 bytes. Don't confuse developers (ie. me :-)Jeremy Allison2008-05-141-2/+2
* Merge 3fc1ab210b8772ee9f867499c0b1a7bb4bcdd285 from 3.2.Jeremy Allison2008-05-061-2/+7
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-041-1/+6
* A level 25 setuserinfo does change the pwdlastset.Karolin Seeger2008-03-271-7/+24
* Rename the 'hidden' variable to 'administrative share'.Andreas Schneider2008-02-291-1/+1
* Add variable to define if a share should be hidden.Andreas Schneider2008-02-261-4/+1
* Fix flags in call of lookup_name() in srv_samr_nt.c:can_create().Michael Adam2007-12-171-2/+2
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-121-9/+28
* Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison2007-11-271-2/+2
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-1027-4521/+5174
* r23758: Fix Coverity id 385Volker Lendecke2007-10-101-2/+7
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-4/+4
* r23709: C++ warningsVolker Lendecke2007-10-101-2/+2
* r23661: Another static pstringVolker Lendecke2007-10-101-10/+15
* r23633: Fix a couple of crash bugs pointed out by Volker caused by an oldGerald Carter2007-10-101-1/+6
* r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner2007-10-101-12/+13
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-3/+2
* r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2007-10-102-0/+52
* 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