summaryrefslogtreecommitdiffstats
path: root/source/libsmb/credentials.c
Commit message (Collapse)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-1/+3
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2006-02-181-4/+4
| | | | Jeremy.
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew ↵Jeremy Allison2006-02-171-9/+79
| | | | | | | Bartlett's Samba4 code. Jeremy.
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2006-02-151-6/+19
| | | | | I mean it this time :-). Jeremy.
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2006-02-091-57/+40
| | | | | | | | makes fixes much easier to port. Fix the size of dc->sess_key to be 16 bytes, not 8 bytes - only store 8 bytes in the inter-smbd store in secrets.tdb though. Should fix some uses of the dc->sess_key where we where assuming we could read 16 bytes. Jeremy.
* r13147: Raise creds_server_step fail log messages to debug level 2.Jeremy Allison2006-01-251-1/+1
| | | | | | | These can happen in normal operation (I think - not 100% sure) and don't want to alarm admins. Jerry please add this to 3.0.21b. Jeremy.
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-181-3/+3
| | | | | x86_64 box. Jeremy.
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-116/+179
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison2005-09-161-30/+2
| | | | Jeremy.
* r9112: Fix #2953 - credentials chain on DC gets out of sync with client whenJim McDonough2005-08-051-2/+30
| | | | | NT_STATUS_NO_USER returned. We were moving to the next step in the chain when the client wasn't. Only update when the user logs on.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+215
metze