summaryrefslogtreecommitdiffstats
path: root/source/libsmb/credentials.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison2007-03-231-1/+3
| | | | | by valgrind on the build farm. Jeremy.
* 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