summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc_samsync.c
Commit message (Expand)AuthorAgeFilesLines
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett2004-02-081-52/+38
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-6/+6
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-021-2/+2
* Break out of samsync loop on error.Tim Potter2003-10-141-0/+3
* Fix error return path memory leaks in vampire code for creating users.Tim Potter2003-09-101-3/+8
* Use opt_target_workgroup instead of lp_workgroup() in vampire code soTim Potter2003-09-101-2/+2
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-2/+6
* Cosmetic fix from waider@waider.ie.Jeremy Allison2003-08-071-0/+31
* Ensure all code paths set add_script.Jeremy Allison2003-07-271-4/+3
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+3
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-25/+12
* moving more code around.Gerald Carter2003-07-111-1/+3
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-4/+11
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-0/+6
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-37/+44
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-10/+4
* Make net rpc vampire return an error if the sam sync RPC returns an error.Tim Potter2003-06-161-9/+29
* This patch modifies 'net rpc vampire' to add new and existing users to bothAndrew Bartlett2003-06-141-20/+39
* Re-enable secure channel for net rpc vampire.Tim Potter2003-05-121-8/+13
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-1/+7
* adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-4/+7
* Merge: remove unused variables.Tim Potter2003-04-141-3/+0
* Merge of Jelmer's usage updates for net.Tim Potter2003-04-141-1/+1
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-10/+8
* Waider's cosmetic change to print out the database type whenVolker Lendecke2003-03-311-1/+17
* This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-0/+2
* Merge of patch by waider to our samsync code.Andrew Bartlett2003-03-231-35/+155
* Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett2003-03-221-4/+1
* playing janitor for abartlet. :-(Gerald Carter2003-01-291-22/+15
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-3/+3
* After the lord mayors parade......Jeremy Allison2002-11-101-11/+30
* Keeping 3.0 in sync....Jeremy Allison2002-11-071-7/+11
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-39/+43
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-2/+2
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-26/+18
* This is a first working version of net rpc vampire. First do a net rpcVolker Lendecke2002-09-241-12/+264
* Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-231-2/+3
* Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke2002-09-221-3/+1
* First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke2002-09-181-0/+278
* added cli_net_auth_3 client code.Jean-François Micouleau2002-08-301-1/+3
* There's more work to be done on samsync. Intermediate commit, nowVolker Lendecke2002-08-291-5/+21
* show builtin groups in samdumpAndrew Tridgell2002-08-291-33/+40
* added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2002-08-221-0/+162