Age | Commit message (Expand) | Author | Files | Lines |
2003-11-23 | Patch by emil@disksites.com <Emil Rasamat> to ensure we always always | Andrew Bartlett | 1 | -2/+13 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -0/+3 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -2/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -2/+2 |
2003-07-18 | Fix memleak | Volker Lendecke | 1 | -1/+1 |
2003-07-05 | PAM should operate on the Unix username, not the NT username (which might not | Andrew Bartlett | 1 | -6/+6 |
2003-07-03 | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 1 | -10/+11 |
2003-07-01 | fix typos in log messages and comments. | Gerald Carter | 1 | -2/+2 |
2003-06-29 | Here's the code to make winbindd work on a Samba DC | Gerald Carter | 1 | -3/+9 |
2003-06-28 | add check for NT_STATUS_NOT_IMPLEMENTED in auth check so that | Gerald Carter | 1 | -1/+13 |
2003-06-23 | fix typo (bug #170) | Gerald Carter | 1 | -1/+1 |
2003-05-25 | Get 'add user script' working again for Samba 3.0. | Andrew Bartlett | 1 | -6/+0 |
2003-05-16 | add metze's patch for smb_register functions | Simo Sorce | 1 | -1/+1 |
2003-05-15 | Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of | Jelmer Vernooij | 1 | -9/+17 |
2003-04-30 | Make the version numbers ints (patch from metze) | Jelmer Vernooij | 1 | -1/+1 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -12/+19 |
2003-04-24 | Merge auth changes from HEAD: | Andrew Bartlett | 1 | -40/+51 |
2003-04-16 | Add support for the new modules system to auth/ (merge from HEAD) | Jelmer Vernooij | 1 | -37/+63 |
2003-03-17 | Merge from HEAD - doxygen | Andrew Bartlett | 1 | -2/+2 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+9 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -4/+4 |
2002-12-11 | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 1 | -55/+44 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -1/+1 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -7/+7 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -40/+42 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -3/+3 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -0/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | Spelling fixes. | Tim Potter | 1 | -6/+6 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -107/+258 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 1 | -4/+10 |
2001-12-30 | Add a pile of doxygen style comments to various parts of Samba. Many of these | Andrew Bartlett | 1 | -29/+56 |
2001-12-19 | added trusted realm support to ADS authentication | Andrew Tridgell | 1 | -13/+15 |
2001-11-27 | fixed the panics on basicsmb-sharelist on sun1 | Andrew Tridgell | 1 | -1/+3 |
2001-11-27 | fix sense of lp_allow_trusted_domains() | Andrew Tridgell | 1 | -1/+1 |
2001-11-26 | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 1 | -1/+1 |
2001-11-26 | challange -> challenge | Tim Potter | 1 | -4/+4 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -79/+86 |
2001-11-11 | Minor updates. A small dose of const. | Andrew Bartlett | 1 | -1/+1 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 1 | -24/+43 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -145/+118 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -1/+13 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 1 | -0/+4 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 1 | -10/+13 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -13/+20 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -8/+8 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -8/+8 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -8/+9 |