RIP BOOL. Convert BOOL -> bool. I found a few interesting
[nivanova/samba-autobuild/.git] / source3 / rpc_server / srv_samr_nt.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker25534: Apply some const
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jim McDonoughr23616: Fix bugzilla #4719: must change password is...
2007-10-10 Volker Lendecker22786: Some cleanup by Karolin Seeger: Remove unused...
2007-10-10 Volker Lendecker22767: Argl. Typed in 'svn ci' in the wrong branch...
2007-10-10 Volker Lendecker22766: Merge from 3_0:
2007-10-10 Jeremy Allisonr22587: Ensure TALLOC_ZERO_ARRAY is consistent.
2007-10-10 Jeremy Allisonr22586: Add a modified version of Simo's patch.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Alexander Bokovoyr22505: Fix build
2007-10-10 Jim McDonoughr22504: Fix bug Jerry found during his tutorial. Sorry :-(
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Volker Lendecker21784: Replace smb_register_idle_event() with event_ad...
2007-10-10 Gerald Carterr21635: Don't free talloc()'d memory. I wish people...
2007-10-10 Volker Lendecker21563: Fix a memleak: We only need dispinfo structs...
2007-10-10 Volker Lendecker21551: Ok, this is more subtle. More tomorrow :-)
2007-10-10 Volker Lendecker21550: make disp_info_list static to get_samr_dispinfo...
2007-10-10 Volker Lendecker21549: Only create DISP_INFO structs for domain handle...
2007-10-10 Gerald Carterr21507: Fix some "cannot access LDAP when no root"...
2007-10-10 Jim McDonoughr19058: Implement "user cannot change password", and...
2007-10-10 Gerald Carterr18429: fix a regression renaming local group introduce...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Gerald Carterr17797: Just say "ok" when trying to rename a local...
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17468: To minimize the diff later on, pre-commit some...
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Jeremy Allisonr17439: Fix logic error in checking TALLOC return....
2007-10-10 Volker Lendecker17364: Another NT4 join bug: The idealx tools set...
2007-10-10 Gerald Carterr17217: Fix a couple of "smbldap_open(): Cannot open...
2007-10-10 Gerald Carterr17150: MMC User & group plugins fixes:
2007-10-10 Gerald Carterr16954: Volker reminded me we already have code to...
2007-10-10 Gerald Carterr16953: Don't allow groups to be renamed to an existing...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16646: Fix bug #3888 reported by Jason Mader <jason...
2007-10-10 Jeremy Allisonr16544: Fix bug #3864 reported by jason@ncac.gwu.edu.
2007-10-10 Volker Lendecker16409: Fix Klocwork ID's.
2007-10-10 Volker Lendecker16065: Re-add a strlower_m(account) in samr_create_use...
2007-10-10 Volker Lendecker16060: This is one of the more dirty patches I've...
2007-10-10 Günther Deschnerr15455: Add rpccli_samr_query_dom_info2() and return...
2007-10-10 Günther Deschnerr15454: As testing, documentation and samba4 idl indica...
2007-10-10 Günther Deschnerr15452: Again purely cosmetic reformat of the samr...
2007-10-10 Günther Deschnerr15442: Add some more client rpc for the querydominfo...
2007-10-10 Günther Deschnerr15438: Fix samrQueryDomainInfo level 5 where we return...
2007-10-10 Günther Deschnerr14646: Adding samr querygroup infolevels 2 & 5.
2007-10-10 Gerald Carterr14634: Many bug fixes thanks to train rides and overni...
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Jeremy Allisonr13778: When deleting machine accounts it's the SeMachi...
2007-10-10 Simo Sorcer13715: Put back the code that actually modify the...
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Günther Deschnerr13622: Allow to rename machine accounts in a Samba...
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 Gerald Carterr13511: Fix bug in the samr dispinfo enumeration code.
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Günther Deschnerr13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Jeremy Allisonr13399: Get closer to passing RPC-SCHANNEL test.
2007-10-10 Jeremy Allisonr13396: Add in userinfo26, re-enable userinfo25 - took...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Simo Sorcer13138: old fix I forgot to commit
2007-10-10 Alexander Bokovoyr12935: After discussion with Volker fix bug #3397...
2007-10-10 Gerald Carterr12262: * patch from Brian Moran to fix segv in eventlo...
2007-10-10 Volker Lendecker12133: Fix an uninitialized variable in new code in...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Günther Deschnerr11964: rename flag to password_properties in SAM_UNK_I...
2007-10-10 Jeremy Allisonr11927: No users or groups to return in BUILTIN domain.
2007-10-10 Jeremy Allisonr11924: Added Volkers's (C) to srv_samr_nt.c, removed...
2007-10-10 Volker Lendecker11923: Add samr_lookup_rids for the builtin domain...
2007-10-10 Volker Lendecker11922: Looks bigger than it is: There's no point in...
2007-10-10 Volker Lendecker11921: samr_open_domain can only open "our" domain...
2007-10-10 Volker Lendecker11919: The generic mappings in srv_samr_nt.c are only...
2007-10-10 Volker Lendecker11918: Remove two unused variables
2007-10-10 Volker Lendecker11915: Remove unused extern declarations
2007-10-10 Volker Lendecker11898: Add a missing become_root().
2007-10-10 Jeremy Allisonr11865: The only way to stop multiple LDAP searches...
2007-10-10 Günther Deschnerr11856: Replace unknown1 with group_attr.
2007-10-10 Jeremy Allisonr11793: Fix the SAMR cache so it works across completel...
2007-10-10 Jeremy Allisonr11769: Looking at a performance problem enumerating...
2007-10-10 Jeremy Allisonr11451: Fix -O1 "might be using uninitialized" errors.
2007-10-10 Jeremy Allisonr11433: Fix for bug #3223 - ensure we're root before...
2007-10-10 Jim McDonoughr11236: Implement user rename for smbpasswd and ldap...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jim McDonoughr10911: part of #2861: add rename support for usrmgr...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9956: Ensure accounts with the SeAddUsersPrivilege...
2007-10-10 Gerald Carterr9660: real fix for group enumeration bug in 3.0.20...
2007-10-10 Gerald Carterr9594: return the mapped name in enum_dom_groups()
2007-10-10 Tim Potterr9275: Remove some dead code. Bugzilla #2982.
2007-10-10 Gerald Carterr9098: fix another usrmgr.exe crash when viewing user...
2007-10-10 Günther Deschnerr8971: Fix querydispinfo (still need to look at enumdom...
2007-10-10 Jeremy Allisonr8564: Sometimes we're too dumb to live... Fix samr...
2007-10-10 Volker Lendecker7836: Fix the bug where users show up as trusting...
2007-10-10 Gerald Carterr7581: fix bad merge
2007-10-10 Gerald Carterr7578: use global well known DOM_SID objects when possible
next