r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
[ira/wip.git] / source3 / rpc_server / srv_netlog_nt.c
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
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 Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Jeremy Allisonr13557: (Hopefully) get the creds store/restore key...
2007-10-10 Jeremy Allisonr13556: Ensure that any potential creds operation are...
2007-10-10 Jeremy Allisonr13553: Fix all our warnings at -O6 on an x86_64 box.
2007-10-10 Jeremy Allisonr13548: Always use the get_remote_macinhe_name() as...
2007-10-10 Volker Lendecker13544: -O1 janitor work :-)
2007-10-10 Jeremy Allisonr13539: Add 128 bit creds processing client and server...
2007-10-10 Jeremy Allisonr13519: Fix the credentials chaining across netlogon...
2007-10-10 Jeremy Allisonr13449: Ensure we don't crash if no dc struct on pipe.
2007-10-10 Jeremy Allisonr13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.
2007-10-10 Jeremy Allisonr13439: Fix NET_SAM_LOGON_EX.
2007-10-10 Jeremy Allisonr13436: Add in NET_SAM_LOGON_EX. Still needs testing.
2007-10-10 Jeremy Allisonr13434: Add stub for NET_SAM_LOGON_EX.
2007-10-10 Jeremy Allisonr13407: Change the credentials code to be more like...
2007-10-10 Jeremy Allisonr13399: Get closer to passing RPC-SCHANNEL test.
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13147: Raise creds_server_step fail log messages to...
2007-10-10 Volker Lendecker11917: Move nt_token_to_group_list to srv_netlog_nt...
2007-10-10 Gerald Carterr11617: fix typo
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jeremy Allisonr10792: Fix the "schannel not stored across client...
2007-10-10 Jeremy Allisonr10724: Got a little ahead of myself...
2007-10-10 Jeremy Allisonr10722: Remove unused BOOL in struct dcinfo.
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10269: Server-side fix for creds change - revert jcmd...
2007-10-10 Jim McDonoughr9261: Fix #2976: windows member servers wouldn't alloc...
2007-10-10 Jim McDonoughr9242: Fix my fix for #2953. I'd moved too much code...
2007-10-10 Jim McDonoughr9112: Fix #2953 - credentials chain on DC gets out...
2007-10-10 Jim McDonoughr8432: Fix #2077 - login to trusted domain doesn't...
2007-10-10 Volker Lendecker7217: Only allow schannel connections if a successful...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr2761: Print the decrypted, not encrypted key.
2007-10-10 Andrew Bartlettr2137: This is a patch I've been running at Hawker...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Gerald Carterr991: Allow winbindd to use the domain trust account...
2007-10-10 Gerald Carterr196: merging struct uuid from trunk
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-18 Volker LendeckeFix sambaUserWorkstations for network samlogons against...
2004-03-18 Volker LendeckeFix sambaUserWorkstations for network samlogons against...
2004-02-19 Gerald Cartercomment out server portion of DsEnumerateDomainTrusts...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-09 Andrew BartlettMerge from 3.0:
2003-11-07 Andrew BartlettRemove compleatly wrong comments. (There were correct...
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-17 Gerald Carter* fix some compile warnings in the gums code
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-23 Tim PotterTypo in comment.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Andrew BartlettThis patch takes the work the jerry did for beta2,...
2003-07-03 Gerald Carterwell this was easy...
2003-06-30 Gerald Carter* cleanup more DC name resolution issues in check_...
2003-06-29 Gerald CarterHere's the code to make winbindd work on a Samba DC
2003-04-22 Volker LendeckeSetting the credentials for the netsec netlogon pipe...
2003-04-22 Volker LendeckeSetting the credentials for the netsec netlogon pipe...
2003-04-06 Volker LendeckeMerge the TNG netlogon schannel from HEAD.
2003-04-04 Volker LendeckeThis is a merge of the NETLOGON schannel server code...
2003-02-24 Andrew BartlettMerge of server-side authentication changes to 3.0:
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-02 Andrew BartlettMerge from HEAD: Send the session key to the client...
2003-02-02 Andrew BartlettSend the user's session key in the SAMLOGON reply,...
2003-01-04 Andrew BartlettMerge from HEAD - extract user's list of SIDs from...
2003-01-04 Andrew BartlettFix another pstring/fstring typo
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-25 Andrew BartlettInstead of walking the entire group database, grabbing...
2002-11-20 Andrew Tridgellmerged the %U changes to 3.0
2002-11-20 Andrew Tridgellmore %U fixes for head
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-23 Volker LendeckeOk, what's this? Samba as a PDC wants to authenticate...
2002-08-17 Jelmer VernooijSync 3.0 branch with HEAD
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-21 Tim PotterName get and set dir drive functions consistently.
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-15 Andrew BartlettUpdate the netlogon code to better cope with trusted...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-05-18 Andrew BartlettPassdb:
next