Age | Commit message (Expand) | Author | Files | Lines |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -14/+14 |
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 1 | -1/+1 |
2008-07-21 | Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -5/+10 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -74/+74 |
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -255/+255 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -46/+70 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -3/+7 |
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -3/+3 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+2 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -6/+6 |
2007-12-04 | Remove pstrings. | Jeremy Allison | 1 | -84/+166 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -5/+9 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -7/+6 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -33/+33 |
2007-10-10 | r24783: Remove unused off_t type. | Günther Deschner | 1 | -3/+2 |
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 | 1 | -1/+1 |
2007-10-10 | r22932: Use the same symbol in sizeof and cast for talloc. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r19991: Sorry for this 2000-liner... | Volker Lendecke | 1 | -4/+3 |
2007-10-10 | r19811: Decode REG_MULTI_SZ and REG_BINARY | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -10/+15 |
2007-10-10 | r14416: Remove deadcode. Coverity #198. | Jeremy Allison | 1 | -11/+1 |
2007-10-10 | r13864: Some cleanup and the samr set security object function client-side. | Günther Deschner | 1 | -130/+0 |
2007-10-10 | r12986: Use d_fprintf(stderr, ...) for any error message in net. | Lars Müller | 1 | -12/+12 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -246/+292 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 1 | -17/+20 |
2007-10-10 | r9076: fix two other issues invented along the | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r8911: cosmetic fixes. | Günther Deschner | 1 | -9/+11 |
2007-10-10 | r8654: merging cli_spoolss_XX() updates from trunk | Gerald Carter | 1 | -53/+7 |
2007-10-10 | r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r7609: Move top level dir handling in from of the loop. This makes the code | Lars Müller | 1 | -2/+1 |
2007-10-10 | r7607: Some minor fixes (typos, const) | Günther Deschner | 1 | -8/+5 |
2007-10-10 | r7512: Fix net share migrate files to also migrate the ACLs of the top level | Lars Müller | 1 | -1/+2 |
2007-10-10 | r6488: net rpc printer migrate should not try to set stuff that's not there. ... | Volker Lendecke | 1 | -16/+28 |
2007-10-10 | r5971: Check for the correct cli-struct when copying files. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r5547: Fix compile warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r5546: Fix some comments in "net rpc printer migrate settings" | Günther Deschner | 1 | -14/+5 |
2007-10-10 | r5541: Fix crash bug in the client-spoolss enumdataex-call. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r3880: Tidy up some unused/shadowed variable usage. | Jeremy Allison | 1 | -4/+5 |
2007-10-10 | r2942: Add client-side support of triggering ads printer publishing over msrpc | Günther Deschner | 1 | -0/+188 |
2007-10-10 | r2852: Oh. Allow to migrate win2k3/xp-drivers as well. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r2837: Fix printer-migration w.r.t. to new naming-convention for | Günther Deschner | 1 | -40/+37 |
2007-10-10 | r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r2476: now that PRINTER_ATTRIBUTE_PUBLISHED does not get reset anymore, migrate | Günther Deschner | 1 | -4/+13 |
2007-10-10 | r2080: Remove last traces of static migration to localhost. Needed to allow a | Günther Deschner | 1 | -10/+10 |
2007-10-10 | r2079: Clear the publish-bit from the attributes-mask when migrating | Günther Deschner | 1 | -0/+6 |