summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_samsync.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-3/+3
2008-04-17Fix gcc uninitialized variable used warning.Jeremy Allison1-6/+5
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-1/+1
2008-03-29Zero initial return_authenticator in net rpc samdump.Günther Deschner1-0/+2
2008-03-28Fix blob used in pull_netr_AcctLockStr().Günther Deschner1-1/+1
2008-03-27Re-add support for display and vampire of account policies in "net".Günther Deschner1-25/+78
2008-03-27Minor fix for net rpc samdump.Günther Deschner1-4/+5
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-22Fix "used uninitialized" errors.Jeremy Allison1-2/+6
2008-02-15Convert "net rpc vampire/samdump" to pidl generated functions.Günther Deschner1-388/+556
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin1-3/+3
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-2/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-10/+13
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-3/+3
2007-12-04Remove pstr_sprintf. Replace with snprintf.Jeremy Allison1-46/+72
2007-12-04Back to pstring removal.Jeremy Allison1-12/+27
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-1/+1
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-1/+1
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-17/+17
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-4/+8
2007-10-10r20001: Fix bug 4273, thanks to Pascal TerjanVolker Lendecke1-1/+1
2007-10-10r19944: Fix from Don Watson -- thanksVolker Lendecke1-7/+2
2007-10-10r19158: Remove root and nobody users from ldif, from Björn JackeJim McDonough1-63/+1
2007-10-10r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner1-0/+3
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-49/+10
2007-10-10r17554: CleanupVolker Lendecke1-4/+6
2007-10-10r17468: To minimize the diff later on, pre-commit some changes independently:...Volker Lendecke1-1/+1
2007-10-10r17463: A bit of cleanup work:Volker Lendecke1-3/+3
2007-10-10r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke1-6/+4
2007-10-10r17375: If a field containts only whitespace, we need to do base64 as well.Volker Lendecke1-2/+20
2007-10-10r17374: Get rid of a silly "System User" default for "description", also fetc...Volker Lendecke1-5/+9
2007-10-10r17356: Also transfer the sambaHomePath attribute.Volker Lendecke1-0/+4
2007-10-10r17335: Some more fixes to net rpc vampire ldif. Still not good though :-(Volker Lendecke1-8/+14
2007-10-10r17313: Non-Ascii attribute values need to be encoded as base64, with an attr...Volker Lendecke1-15/+60
2007-10-10r17312: Do some reformatting on net rpc samsync ldif. Not doing this checkin ...Volker Lendecke1-135/+152
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-11/+19
2007-10-10r16429: Fix final 4 Klocwork bugs we're going to fix beforeJeremy Allison1-1/+1
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke1-1/+9
2007-10-10r15608: Fix a couple of Coverity errorsVolker Lendecke1-0/+9
2007-10-10r15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix function only return NU...Volker Lendecke1-7/+16
2007-10-10r14743: Fix coverity bug #227. Possible deref of null pointerJeremy Allison1-5/+10
2007-10-10r14683: Get rid of hardcoded output file. With no arg, print to stdout,Jim McDonough1-75/+59
2007-10-10r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there aJim McDonough1-14/+19
2007-10-10r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()Jim McDonough1-5/+6
2007-10-10r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough1-0/+2