Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -15/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r16409: Fix Klocwork ID's. | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r16241: Fix Klocwork #106 and others like it. | Jeremy Allison | 1 | -10/+14 |
2007-10-10 | r16054: Janitor for Volker ? Volker - some reason you didn't | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r14450: Fix more get_md4pw() breakage caused by missing "breaks" | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open() | Gerald Carter | 1 | -3/+4 |
2007-10-10 | r14443: rework get_md4pw() to ease debugging. The only functional change is that | Günther Deschner | 1 | -24/+69 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -3/+8 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -12/+12 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r13557: (Hopefully) get the creds store/restore key right from | Jeremy Allison | 1 | -18/+35 |
2007-10-10 | r13556: Ensure that any potential creds operation are protected | Jeremy Allison | 1 | -14/+31 |
2007-10-10 | r13553: Fix all our warnings at -O6 on an x86_64 box. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13548: Always use the get_remote_macinhe_name() as the key | Jeremy Allison | 1 | -49/+47 |
2007-10-10 | r13544: -O1 janitor work :-) | Volker Lendecke | 1 | -6/+5 |
2007-10-10 | r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart... | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r13519: Fix the credentials chaining across netlogon pipe disconnects. | Jeremy Allison | 1 | -43/+126 |
2007-10-10 | r13449: Ensure we don't crash if no dc struct on pipe. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r13436: Add in NET_SAM_LOGON_EX. Still needs testing. | Jeremy Allison | 1 | -12/+54 |
2007-10-10 | r13434: Add stub for NET_SAM_LOGON_EX. | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r13407: Change the credentials code to be more like the Samba4 structure, | Jeremy Allison | 1 | -6/+2 |
2007-10-10 | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 1 | -5/+9 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -46/+50 |
2007-10-10 | r13147: Raise creds_server_step fail log messages to debug level 2. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now. | Volker Lendecke | 1 | -0/+29 |
2007-10-10 | r11617: fix typo | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r11573: Adding Andrew Bartlett's patch to make machine account | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r10792: Fix the "schannel not stored across client disconnects" problem. | Jeremy Allison | 1 | -4/+6 |
2007-10-10 | r10724: Got a little ahead of myself... | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r10722: Remove unused BOOL in struct dcinfo. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -122/+147 |
2007-10-10 | r10269: Server-side fix for creds change - revert jcmd's change. | Jeremy Allison | 1 | -8/+2 |
2007-10-10 | r9261: Fix #2976: windows member servers wouldn't alloc connections from users | Jim McDonough | 1 | -0/+9 |
2007-10-10 | r9242: Fix my fix for #2953. I'd moved too much code until after we verify t... | Jim McDonough | 1 | -3/+3 |
2007-10-10 | r9112: Fix #2953 - credentials chain on DC gets out of sync with client when | Jim McDonough | 1 | -5/+12 |
2007-10-10 | r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l... | Jim McDonough | 1 | -2/+7 |
2007-10-10 | r7217: Only allow schannel connections if a successful Auth2 has been done | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r7139: trying to reduce the number of diffs between trunk and 3.0; changing v... | Gerald Carter | 1 | -6/+0 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+3 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |