summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_rhosts.c
Commit message (Expand)AuthorAgeFilesLines
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-2/+8
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-5/+2
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-041-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-8/+11
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+4
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-0/+7
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-29/+39
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-16/+18
* A farily large commit:Andrew Bartlett2002-01-011-0/+2
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-15/+57
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-17/+23
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-2/+2
* more compiler warningsHerb Lewis2001-10-231-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-6/+0
* We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett2001-09-201-6/+6
* Some patches to authentication:Tim Potter2001-09-121-1/+1
* made a couple of local fns staticAndrew Tridgell2001-09-101-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-2/+2
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-0/+21
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+165