summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc_samsync.c
Commit message (Expand)AuthorAgeFilesLines
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-140/+1
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-9/+24
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-111/+72
* r8786: Fix amazing and long-standing bug where user-accounts are just crippledGünther Deschner2007-10-101-2/+1
* r8396: fix some compile warnings.Günther Deschner2007-10-101-8/+11
* r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...Jim McDonough2007-10-101-3/+1002
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-4/+4
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2007-10-101-7/+1
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-2/+0
* r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter2007-10-101-1/+1
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-9/+9
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2007-10-101-1/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-9/+9
* r4877: When vampiring account policy AP_LOCK_ACCOUNT_DURATION honour "LockoutGünther Deschner2007-10-101-1/+4
* r4538: Fix bugzilla 2198, accounts which have password last set to 0 are gettingJim McDonough2007-10-101-0/+3
* r4353: Finally get length of munged_dial correct.Günther Deschner2007-10-101-1/+1
* r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'.Günther Deschner2007-10-101-1/+4
* r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.Günther Deschner2007-10-101-1/+20
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-1/+1
* r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner2007-10-101-2/+112
* r4130: add bad_password_count and logon_count to vampire (inspired by a patchGünther Deschner2007-10-101-2/+5
* r4127: vampire munged_dial.Günther Deschner2007-10-101-0/+8
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* 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