Age | Commit message (Expand) | Author | Files | Lines |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -3/+3 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -195/+315 |
2007-11-27 | Remove pstring from everything in rpc_server except | Jeremy Allison | 1 | -1/+1 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -8/+13 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -3/+8 |
2007-10-19 | Streamline logic, reducing the amount of indentation. | Michael Adam | 1 | -16/+15 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -11/+11 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -1059/+1093 |
2007-10-10 | r25564: Pass sharename to delete_share_security() | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25534: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25484: Fix srvsrc_NetFileEnum listing only for one user | Volker Lendecke | 1 | -37/+57 |
2007-10-10 | r25482: Slightly simplify logic | Volker Lendecke | 1 | -48/+48 |
2007-10-10 | r25480: Fix a segfault | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -18/+24 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
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 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 1 | -3/+2 |
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 | 1 | -3/+3 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r22895: Convert some more calls from message_send_buf to messaging_send_buf | Volker Lendecke | 1 | -1/+6 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -13/+8 |
2007-10-10 | r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct | Volker Lendecke | 1 | -4/+4 |
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 | 1 | -18/+18 |
2007-10-10 | r21265: Fix some valgrind errors -- not in 3_0 | Volker Lendecke | 1 | -6/+28 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21115: notify_internal.c needs to remove the table entry if a process has cr... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20875: Pass DCE/RPC server call arguments as a struct rather than as separat... | Jelmer Vernooij | 1 | -234/+226 |
2007-10-10 | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r20718: Sync up the filename path parsing changes from SAMBA_3_0_24. | Jeremy Allison | 1 | -6/+4 |
2007-10-10 | r20020: Arglll... eventlogadm links against reg_db but not the rest of the re... | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r20019: Replace one set of tricky code by calls to another set of tricky code: | Volker Lendecke | 1 | -9/+1 |
2007-10-10 | r20017: Make srvsvc_NetShareAdd & friends take care of registry shares | Volker Lendecke | 1 | -125/+299 |
2007-10-10 | r20013: Fix segfaults: parm_error is a unique in/out ptr | Volker Lendecke | 1 | -3/+9 |
2007-10-10 | r20012: Reformatting | Volker Lendecke | 1 | -26/+40 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r19669: set_share_security does not need a mem_ctx passed | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r19468: Fix some potential NULL dereferences | Volker Lendecke | 1 | -14/+48 |
2007-10-10 | r19448: Convert delete_share_security to struct share_params plus some cleanups | Volker Lendecke | 1 | -13/+15 |
2007-10-10 | r19224: Add setting the rng_fault_state to the already converted pipes. | Volker Lendecke | 1 | -0/+35 |
2007-10-10 | r18823: Fix some errors in the srsvc handling code and start running the RPC-... | Jelmer Vernooij | 1 | -4/+8 |
2007-10-10 | r18804: resume_hnd isn't a ref pointer and can be NULL | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 1 | -630/+665 |