Fix all warnings in source3 with gcc4.3.
[nivanova/samba-autobuild/.git] / source3 / utils / net_rpc_samsync.c
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Günther Deschners3-libnet-samsync: use samsync_ops.
2008-11-18 Günther Deschners3-net: add "net rpc vampire passdb" that allows to...
2008-11-18 Günther Deschners3-net: use net_scan_dc in net rpc vampire keytab.
2008-11-18 Günther Deschners3-net-vampire: add support for partial replication...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-10 Michael Adam[s3]make keytab filename argument mandatory to "net...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-22 Karolin Seegernet: Add missing colon to unify usage messages.
2008-08-01 Michael Adamvampire keytab: add command line switch --clean-old...
2008-08-01 Michael Adamvampire keytab: introduce switch --single-obj-repl.
2008-08-01 Michael Adamlibnet dssync: rename flag single to single_object_repl...
2008-08-01 Michael Adamnet rpc vampire: rename --repl-nodiff to --force-full...
2008-08-01 Michael Adamlibnet dssync: rename repl_nodiff flag to force_full_re...
2008-08-01 Michael Adamlibnet dssync: support lists of dns (instead of one...
2008-08-01 Michael Adamvampire keytab: add switch --repl-nodiff to trigger...
2008-08-01 Michael Adamdssync: allow replications of a single obj with net...
2008-08-01 Michael Adamdssync: replace the processing_fn by startup/process...
2008-07-21 Volker LendeckeRefactoring: run_rpc_command uses ndr_syntax_id instead...
2008-07-18 Michael Adamnet rpc vampire: eliminate missing proto warning by...
2008-07-01 Günther Deschnernet_vampire: add code to vampire to a Kerberos keytab...
2008-06-24 Günther Deschnernet_vampire: add code to vampire a SAM database to...
2008-06-23 Günther Deschnernet_vampire: more libnet_samsync restructuring.
2008-06-23 Günther Deschnernet_vampire: prepend libnet_ to the public samsync...
2008-06-23 Günther Deschnernet_vampire: move out display routines to one file.
2008-06-23 Günther Deschnernet_vampire: move out passdb routines to one file.
2008-06-23 Günther Deschnernet_vampire: display more deltas while doing samdump.
2008-06-23 Günther Deschnernet_vampire: move pull_netr_AcctLockStr() to libnet.
2008-06-23 Günther Deschnertime: move uint64s_nt_time_to_unix_abs() to lib/time.c
2008-06-17 Günther Deschnernet_vampire: add error and result_message to samsync_co...
2008-06-17 Günther Deschnernet_vampire: add domain_name to samsync_context.
2008-06-17 Günther Deschnernet_vampire: use generic output filename and use correc...
2008-06-17 Günther Deschnernet_vampire: move ldif code out of net_rpc_samsync.c
2008-06-17 Günther Deschnernet_vampire: move some samsync functions to libnet.
2008-06-13 Günther Deschnernet_vampire: rename process_database to samsync_process...
2008-06-13 Günther Deschnernet_vampire: fix ldif_init_context().
2008-06-13 Günther Deschnernet_vampire: split out rpc_vampire_ldif().
2008-06-13 Günther Deschnernet_vampire: add samsync_init_context().
2008-06-13 Günther Deschnernet_vampire: add samsync_debug_str().
2008-06-13 Günther Deschnernet_vampire: restructure internal code more.
2008-06-13 Günther Deschnernet_vampire: start using talloc for the ldif vampire...
2008-06-13 Günther Deschnernet_vampire: join dump and process function into one...
2008-06-13 Günther Deschnernet_vampire: let fetch_database and fetch_database_to_l...
2008-06-13 Günther Deschnernet_vampire: let dump_database() return NTSTATUS.
2008-06-13 Günther Deschnernet: Fix bug #5542 (samsync contains empty passwords).
2008-06-11 Günther Deschnernet: remove some dead code.
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Kai Blinnet: Use true/false instead of True/False.
2008-05-10 Kai Blinnet: Remove globals
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-19 Volker LendeckeAdd "desthost" to rpc_pipe_client
2008-04-17 Gerald W. CarterMerge commit 'samba/v3-2-test' into wbc-test
2008-04-17 Jeremy AllisonFix gcc uninitialized variable used warning.
2008-04-02 Günther DeschnerFix NETLOGON credential chain with Windows 2008 all...
2008-03-29 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-28 Günther DeschnerZero initial return_authenticator in net rpc samdump.
2008-03-28 Günther DeschnerFix blob used in pull_netr_AcctLockStr().
2008-03-27 Günther DeschnerRe-add support for display and vampire of account polic...
2008-03-27 Günther DeschnerMinor fix for net rpc samdump.
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-27 Günther DeschnerAdd my copyright.
2008-02-23 Jeremy AllisonFix "used uninitialized" errors.
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Günther DeschnerConvert "net rpc vampire/samdump" to pidl generated...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Andreas SchneiderWindows 2008 (Longhorn) auth2 flag fixes.
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-19 Kai Blinutil_str: Don't return memory from talloc_tos(), use...
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_string_tos
2007-12-04 Jeremy AllisonRemove pstr_sprintf. Replace with snprintf.
2007-12-04 Jeremy AllisonBack to pstring removal.
2007-11-09 Volker LendeckeMake base64_encode_data_blob return a talloced string
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Volker Lendecker20001: Fix bug 4273, thanks to Pascal Terjan
2007-10-10 Volker Lendecker19944: Fix from Don Watson -- thanks
2007-10-10 Jim McDonoughr19158: Remove root and nobody users from ldif, from...
2007-10-10 Günther Deschnerr18703: Fix the annoying effect that happens when nscd...
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17468: To minimize the diff later on, pre-commit some...
2007-10-10 Volker Lendecker17463: A bit of cleanup work:
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Volker Lendecker17375: If a field containts only whitespace, we need...
2007-10-10 Volker Lendecker17374: Get rid of a silly "System User" default for...
2007-10-10 Volker Lendecker17356: Also transfer the sambaHomePath attribute.
2007-10-10 Volker Lendecker17335: Some more fixes to net rpc vampire ldif. Still...
2007-10-10 Volker Lendecker17313: Non-Ascii attribute values need to be encoded...
next