summaryrefslogtreecommitdiff
path: root/source3/auth/auth_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-19* add a few useful debug linesGerald Carter1-1/+2
2003-10-07make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter1-8/+8
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-07-07and so it begins....Gerald Carter1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-3/+11
2003-06-30Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison1-1/+1
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-1/+1
2003-05-27volker's fix for crash when my_private_data == NULLGerald Carter1-2/+8
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-28Add cast for compilerAndrew Bartlett1-1/+1
2003-04-24Merge auth changes from HEAD:Andrew Bartlett1-2/+14
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-0/+5
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-2/+2
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-2/+1
2002-11-15Updates from HEAD:Andrew Bartlett1-7/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-21/+49
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Bring auth_winbind into line with the protocol changesAndrew Bartlett1-0/+3
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-12/+9
2002-01-01A farily large commit:Andrew Bartlett1-3/+4
2001-11-26challange -> challengeTim Potter1-2/+2
2001-11-24And add the winbind module I missed in the last run.Andrew Bartlett1-0/+111