RIP BOOL. Convert BOOL -> bool. I found a few interesting
[amitay/samba.git] / source3 / utils / net_rpc_samsync.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Volker Lendecker20001: Fix bug 4273, thanks to Pascal Terjan
2007-10-10 Volker Lendecker19944: Fix from Don Watson -- thanks
2007-10-10 Jim McDonoughr19158: Remove root and nobody users from ldif, from...
2007-10-10 Günther Deschnerr18703: Fix the annoying effect that happens when nscd...
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17468: To minimize the diff later on, pre-commit some...
2007-10-10 Volker Lendecker17463: A bit of cleanup work:
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Volker Lendecker17375: If a field containts only whitespace, we need...
2007-10-10 Volker Lendecker17374: Get rid of a silly "System User" default for...
2007-10-10 Volker Lendecker17356: Also transfer the sambaHomePath attribute.
2007-10-10 Volker Lendecker17335: Some more fixes to net rpc vampire ldif. Still...
2007-10-10 Volker Lendecker17313: Non-Ascii attribute values need to be encoded...
2007-10-10 Volker Lendecker17312: Do some reformatting on net rpc samsync ldif...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16429: Fix final 4 Klocwork bugs we're going to fix...
2007-10-10 Volker Lendecker16360: Fix Klocwork ID 136 520 521 522 523 542 574...
2007-10-10 Volker Lendecker15608: Fix a couple of Coverity errors
2007-10-10 Volker Lendecker15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix...
2007-10-10 Jeremy Allisonr14743: Fix coverity bug #227. Possible deref of null...
2007-10-10 Jim McDonoughr14683: Get rid of hardcoded output file. With no...
2007-10-10 Jim McDonoughr14681: Get rid of hardcoded /tmp/add.ldif and /tmp...
2007-10-10 Jim McDonoughr14156: Fix coverity #114: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14155: Fix coverity #115: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14153: Fix coverity #116: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14152: Fix coverity #117: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14150: Fix coverity #118: not freeing alloc'ed storage...
2007-10-10 Jim McDonoughr14147: Fix coverity #119. alloc'ed memory returned...
2007-10-10 Jim McDonoughr14135: Fix for Coverity #123: resource leak. Also...
2007-10-10 Jim McDonoughr14053: Implement Simo's suggestion: don't use /dev...
2007-10-10 Volker Lendecker14036: Ok, the last one generated a const warning...
2007-10-10 Volker Lendecker14035: Fix Coverity bug # 124
2007-10-10 Jim McDonoughr13968: fix typo, caught by Guenther
2007-10-10 Jim McDonoughr13957: Based on patch from Richard Renard <richard...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Lars Müllerr12986: Use d_fprintf(stderr, ...) for any error messag...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Günther Deschnerr8786: Fix amazing and long-standing bug where user...
2007-10-10 Günther Deschnerr8396: fix some compile warnings.
2007-10-10 Jim McDonoughr8189: commit vampire ldif patch, mostly from Don Watso...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr7130: remove 'winbind enable local accounts' code...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Tim Potterr5909: Remove some unecessary casts. Patch from Jason...
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Günther Deschnerr5264: Log with loglevel 0 when account-administration...
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Günther Deschnerr4877: When vampiring account policy AP_LOCK_ACCOUNT_DU...
2007-10-10 Jim McDonoughr4538: Fix bugzilla 2198, accounts which have password...
2007-10-10 Günther Deschnerr4353: Finally get length of munged_dial correct.
2007-10-10 Günther Deschnerr4352: Base64-encode munged-dial with correct length...
2007-10-10 Günther Deschnerr4351: Vampire Logon-Hours. Update Logon-Hours only...
2007-10-10 Jeremy Allisonr4291: More *alloc fixes inspired by Albert Chin (china...
2007-10-10 Günther Deschnerr4287: Vampire SAM_DELTA_DOMAIN_INFO.
2007-10-10 Günther Deschnerr4130: add bad_password_count and logon_count to vampir...
2007-10-10 Günther Deschnerr4127: vampire munged_dial.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Tim Potterr2835: Since we always have -I. and -I$(srcdir) in...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettMake it possible to 'net rpc samdump' of any domain...
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-02 Andrew BartlettJHT came up with a nasty (broken) torture case in prepa...
2003-10-14 Tim PotterBreak out of samsync loop on error.
2003-10-10 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-09-12 Tim PotterFix another crash bug in samsync.
2003-09-11 Tim PotterMerge from samba-3.0:
2003-09-10 Tim PotterFix error return path memory leaks in vampire code...
2003-09-10 Tim PotterUse opt_target_workgroup instead of lp_workgroup()...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-07 Jeremy AllisonTurns out I had my packet sequences wrong for oplock...
2003-08-07 Jeremy AllisonCosmetic fix from waider@waider.ie.
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-27 Jeremy AllisonEnsure all code paths set add_script.
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-16 Gerald Carterfixes for 'net rpc vampire'. I can now take a blank...
2003-07-11 Gerald Cartermoving more code around.
2003-07-09 Gerald CarterLarge set of changes to add UNIX account/group management
2003-07-05 Andrew BartlettAdd some debug statments to our vampire code - try...
2003-07-05 Andrew BartlettFixes to our LDAP/vampire codepaths:
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-06-16 Tim PotterMake net rpc vampire return an error if the sam sync...
2003-06-14 Andrew BartlettThis patch modifies 'net rpc vampire' to add new and...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next