Age | Commit message (Expand) | Author | Files | Lines |
1999-05-06 | Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack | Luke Leighton | 1 | -1/+1 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 1 | -13/+24 |
1999-03-19 | going to start adding inter-domain trust logons soon. | Luke Leighton | 1 | -123/+130 |
1999-03-12 | cli_setup_creds new arguments added. | Luke Leighton | 1 | -1/+3 |
1998-12-14 | server_cryptkey() now calling cli_connectserverlist(). stupid microsoft | Luke Leighton | 1 | -74/+4 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -9/+10 |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1 | -49/+0 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -6/+6 |
1998-11-21 | try to use *SMBSERVER to connect to password server if the first | Andrew Tridgell | 1 | -13/+11 |
1998-11-21 | smbd/password.c: Added *SMBSERVER fix is name is too long. | Jeremy Allison | 1 | -1/+9 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -1/+1 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -106/+8 |
1998-11-09 | converted smbclient to use clientgen.c rather than clientutil.c | Andrew Tridgell | 1 | -1/+0 |
1998-11-07 | codepages/codepage_def.936: Updated comment. | Jeremy Allison | 1 | -89/+73 |
1998-10-21 | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 1 | -3/+4 |
1998-10-19 | - dce/rpc code | Luke Leighton | 1 | -7/+16 |
1998-10-16 | !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops. | Luke Leighton | 1 | -2/+2 |
1998-10-16 | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 1 | -25/+34 |
1998-10-16 | cli_nt_session_open() encrypt arg removed | Luke Leighton | 1 | -1/+1 |
1998-10-16 | setup_groups() - code clarification. no functional change. | Luke Leighton | 1 | -13/+19 |
1998-10-15 | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 1 | -23/+2 |
1998-10-15 | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1 | -4/+10 |
1998-10-14 | dce/rpc | Luke Leighton | 1 | -4/+4 |
1998-10-13 | use level 0 for DEBUG() of malformed password entry in smbpasswd | Andrew Tridgell | 1 | -4/+4 |
1998-10-06 | using wrong cli_state in "security = domain" call. | Luke Leighton | 1 | -47/+51 |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -2/+2 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 1 | -15/+20 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -1/+1 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -2/+13 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -1/+2 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -2/+2 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -2/+2 |
1998-08-27 | This is the stat cache code - seems to work fine (needs heavy | Jeremy Allison | 1 | -4/+0 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 1 | -2/+2 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -1/+1 |
1998-08-13 | Debug output formatting change. I'm trying to combine log lines that | Christopher R. Hertel | 1 | -4/+4 |
1998-08-10 | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 1 | -1041/+141 |
1998-07-29 | get rid of the runtime test for broken getgroups() and add a compile | Andrew Tridgell | 1 | -75/+33 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -80/+27 |
1998-07-27 | chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. | Jeremy Allison | 1 | -14/+3 |
1998-07-09 | New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de> | Jeremy Allison | 1 | -39/+242 |
1998-07-06 | password.c: Fixes to allow Win95 clients to have lm encrypted passwords | Jeremy Allison | 1 | -2/+5 |
1998-06-13 | Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group... | Jeremy Allison | 1 | -1/+1 |
1998-05-27 | loadparm.c: Added machine password timeout parameter - set to 7 days be default. | Jeremy Allison | 1 | -4/+5 |
1998-05-21 | Fixed 'revalidate' parameter so it's only considered in security=share | Jeremy Allison | 1 | -29/+29 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -6/+6 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -25/+25 |
1998-05-11 | ldap back-end database development | Luke Leighton | 1 | -6/+6 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -7/+7 |
1998-05-10 | Updated OSF1_ENH_SEC mode password handling. | John Terpstra | 1 | -1/+8 |