Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24316: Fix an uninitialized read | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r24165: Fix Coverity ID 369. | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r24106: Pass fnum instead of buf/offset into get_rpc_pipe_p | Volker Lendecke | 1 | -3/+1 |
2007-10-10 | r23991: Some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 29 | -58/+29 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 30 | -30/+30 |
2007-10-10 | r23758: Fix Coverity id 385 | Volker Lendecke | 1 | -2/+7 |
2007-10-10 | r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r23709: C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23661: Another static pstring | Volker Lendecke | 1 | -10/+15 |
2007-10-10 | r23633: Fix a couple of crash bugs pointed out by Volker caused by an old | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r23623: Fix rpcclient and rpc_server with new DFS idl. | Günther Deschner | 1 | -12/+13 |
2007-10-10 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe. | Jim McDonough | 2 | -0/+52 |
2007-10-10 | r23591: Fix bug #4725. Don't crash when no eventlogs specified. Needs | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r23434: Coorect a comment. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23433: remove superfluous semicolon. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23432: Remove superfluous comment. | Michael Adam | 1 | -2/+0 |
2007-10-10 | r23402: Got bitten by a talloc hierarchy. Make sure we alloc | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23400: Fix lsa crash bug #4683. The "names" enum struct | Jeremy Allison | 1 | -25/+10 |
2007-10-10 | r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c... | Gerald Carter | 3 | -30/+165 |
2007-10-10 | r23271: merge service control pidl change for CloseServiceHandle() from SAMBA... | Gerald Carter | 2 | -23/+287 |
2007-10-10 | r23248: Merge echo pipe implementation chanegs from SAMBA_3_0_26 | Gerald Carter | 1 | -9/+28 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 1 | -9/+9 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 3 | -6/+6 |
2007-10-10 | r23015: Make message_(de)register static to messages.c | Volker Lendecke | 1 | -10/+14 |
2007-10-10 | r22975: BUG 4616: Don't return a dns or forest name when replying to the | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r22954: More messaging_register | Volker Lendecke | 1 | -8/+16 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 3 | -6/+12 |
2007-10-10 | r22895: Convert some more calls from message_send_buf to messaging_send_buf | Volker Lendecke | 2 | -5/+12 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change | Volker Lendecke | 1 | -18/+15 |
2007-10-10 | r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert. | Volker Lendecke | 1 | -15/+18 |
2007-10-10 | r22766: Merge from 3_0: | Volker Lendecke | 1 | -18/+15 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 3 | -30/+11 |
2007-10-10 | r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r22675: Simo's patch for 0 size allocation. Still need | Jeremy Allison | 1 | -7/+9 |
2007-10-10 | r22593: Finish doing the same for raw TALLOC. | Jeremy Allison | 1 | -109/+172 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r22587: Ensure TALLOC_ZERO_ARRAY is consistent. | Jeremy Allison | 3 | -30/+72 |
2007-10-10 | r22586: Add a modified version of Simo's patch. | Jeremy Allison | 1 | -13/+28 |
2007-10-10 | r22574: Fix reply when we have no dfs shares. | Jeremy Allison | 1 | -12/+27 |
2007-10-10 | r22573: Fix old bug mixing free() and talloc_free() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22561: Fix a memleak in lanman.c: Nobody would free the session_list. | Volker Lendecke | 1 | -10/+3 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 4 | -21/+21 |
2007-10-10 | r22505: Fix build | Alexander Bokovoy | 1 | -1/+1 |