summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_samsync.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-9/+9
2007-10-10r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner1-1/+1
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-9/+9
2007-10-10r4877: When vampiring account policy AP_LOCK_ACCOUNT_DURATION honour "LockoutGünther Deschner1-1/+4
2007-10-10r4538: Fix bugzilla 2198, accounts which have password last set to 0 are gettingJim McDonough1-0/+3
2007-10-10r4353: Finally get length of munged_dial correct.Günther Deschner1-1/+1
2007-10-10r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'.Günther Deschner1-1/+4
2007-10-10r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.Günther Deschner1-1/+20
2007-10-10r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison1-1/+1
2007-10-10r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner1-2/+112
2007-10-10r4130: add bad_password_count and logon_count to vampire (inspired by a patchGünther Deschner1-2/+5
2007-10-10r4127: vampire munged_dial.Günther Deschner1-0/+8
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2004-02-08Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett1-52/+38
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-6/+6
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-2/+2
2003-10-14Break out of samsync loop on error.Tim Potter1-0/+3
2003-09-10Fix error return path memory leaks in vampire code for creating users.Tim Potter1-3/+8
2003-09-10Use opt_target_workgroup instead of lp_workgroup() in vampire code soTim Potter1-2/+2
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-2/+6
2003-08-07Cosmetic fix from waider@waider.ie.Jeremy Allison1-0/+31
2003-07-27Ensure all code paths set add_script.Jeremy Allison1-4/+3
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-3/+3
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter1-25/+12
2003-07-11moving more code around.Gerald Carter1-1/+3
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-4/+11
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-0/+6
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-37/+44
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-10/+4
2003-06-16Make net rpc vampire return an error if the sam sync RPC returns an error.Tim Potter1-9/+29
2003-06-14This patch modifies 'net rpc vampire' to add new and existing users to bothAndrew Bartlett1-20/+39
2003-05-12Re-enable secure channel for net rpc vampire.Tim Potter1-8/+13
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-1/+7
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-4/+7
2003-04-14Merge: remove unused variables.Tim Potter1-3/+0
2003-04-14Merge of Jelmer's usage updates for net.Tim Potter1-1/+1
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-10/+8
2003-03-31Waider's cosmetic change to print out the database type whenVolker Lendecke1-1/+17
2003-03-30This sets the domain for the user in vampire. OtherwiseVolker Lendecke1-0/+2
2003-03-23Merge of patch by waider to our samsync code.Andrew Bartlett1-35/+155
2003-03-22Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett1-4/+1
2003-01-29playing janitor for abartlet. :-(Gerald Carter1-22/+15
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-3/+3
2002-11-10After the lord mayors parade......Jeremy Allison1-11/+30
2002-11-07Keeping 3.0 in sync....Jeremy Allison1-7/+11
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-39/+43
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-2/+2
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-26/+18