summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/samsync.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-5/+4
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* added cli_net_auth_3 client code.Jean-François Micouleau2002-08-301-1/+2
* Added some new delta types discovered by Ronnie from ethereal"Tim Potter2002-08-221-2/+2
* added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2002-08-221-2/+2
* A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett2002-08-221-7/+7
* Move commentAndrew Bartlett2002-08-221-2/+3
* Our include popt is starting to get a bit old - fixed some compileTim Potter2002-07-291-3/+3
* We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett2002-07-291-13/+3
* Started to get samsync to insert account information in the passdb. It'sTim Potter2002-07-291-110/+309
* Tpot missed one...Andrew Bartlett2002-07-211-1/+1
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-1/+1
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
* Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-231-48/+11
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-021-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-2/+3
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-4/+7
* added a -V[erbose] option to samsync. Decode a lot of informationJean-François Micouleau2001-12-121-17/+274
* Compile fix.Tim Potter2001-12-111-2/+2
* dyn_CONFIGFILE fixups.Tim Potter2001-11-261-4/+3
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-2/+2
* Fixed some compiler warnings.Tim Potter2001-11-051-8/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter2001-09-141-5/+24
* Converted to NTSTATUS return codes.Tim Potter2001-09-061-17/+92
* Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter2001-08-281-0/+270