summaryrefslogtreecommitdiff
path: root/source3/rpcclient/samsync.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-5/+4
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-1/+2
2002-08-22Added some new delta types discovered by Ronnie from ethereal"Tim Potter1-2/+2
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell1-2/+2
2002-08-22A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett1-7/+7
2002-08-22Move commentAndrew Bartlett1-2/+3
2002-07-29Our include popt is starting to get a bit old - fixed some compileTim Potter1-3/+3
2002-07-29We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett1-13/+3
2002-07-29Started to get samsync to insert account information in the passdb. It'sTim Potter1-110/+309
2002-07-21Tpot missed one...Andrew Bartlett1-1/+1
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-1/+1
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-1/+1
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett1-48/+11
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-2/+3
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-4/+7
2001-12-12added a -V[erbose] option to samsync. Decode a lot of informationJean-François Micouleau1-17/+274
2001-12-11Compile fix.Tim Potter1-2/+2
2001-11-26dyn_CONFIGFILE fixups.Tim Potter1-4/+3
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+2
2001-11-05Fixed some compiler warnings.Tim Potter1-8/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-14Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter1-5/+24
2001-09-06Converted to NTSTATUS return codes.Tim Potter1-17/+92
2001-08-28Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter1-0/+270