Age | Commit message (Expand) | Author | Files | Lines |
1999-01-13 | Fixed the "You password will expire in 0 days. Would you like to | Gerald Carter | 2 | -1/+30 |
1998-12-14 | trying to track down issues in get_home_dir(). | Luke Leighton | 1 | -0/+4 |
1998-12-11 | %U substitution should be unix user not nt user | Luke Leighton | 2 | -4/+9 |
1998-12-08 | ldap_getpw() also needs to be (void) | Luke Leighton | 1 | -3/+2 |
1998-12-08 | compilation warnings due to missing (void) in ldap_close_connection. | Luke Leighton | 1 | -2/+6 |
1998-12-07 | added ldap files by Matthew Chapman. | Luke Leighton | 2 | -0/+623 |
1998-12-07 | Matthew Chapman spotted that smbpasschange was assuming the existence | Luke Leighton | 1 | -29/+0 |
1998-12-07 | matthew chapman's ldap code, to date. plus docs! | Luke Leighton | 3 | -817/+289 |
1998-11-30 | attempting to fix "domain user map" up, but it's a bit complicated. | Luke Leighton | 1 | -4/+13 |
1998-11-30 | passdb.c now calls getpwnam() which returns results in a static buffer. | Luke Leighton | 1 | -7/+21 |
1998-11-30 | - adding builtin[alias]db. | Luke Leighton | 2 | -20/+32 |
1998-11-29 | "retired" two modules to preserve their cvs history. | Luke Leighton | 2 | -0/+713 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 8 | -880/+209 |
1998-11-26 | we have a problem: resolution of "Primary Group RID" which we assumed | Luke Leighton | 1 | -1/+14 |
1998-11-25 | fixing group database issues | Luke Leighton | 2 | -7/+8 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 1 | -23/+29 |
1998-11-25 | fixing domain join and domain login problems | Luke Leighton | 1 | -1/+0 |
1998-11-24 | clearer debug comments | Luke Leighton | 1 | -2/+2 |
1998-11-24 | oops, forgot to rename smbfilegrp to smbunixgrp. | Luke Leighton | 1 | -11/+11 |
1998-11-24 | initialise not initialize... | Luke Leighton | 2 | -2/+2 |
1998-11-23 | remove unused variable | Luke Leighton | 1 | -1/+0 |
1998-11-23 | someone had added code to convert rids to rids, assuming that the rids | Luke Leighton | 1 | -9/+1 |
1998-11-23 | unix instance of group database API | Luke Leighton | 5 | -20/+263 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 5 | -15/+14 |
1998-11-17 | swapped username:uid:[groupridlist]:[aliasridlist] to | Luke Leighton | 1 | -9/+9 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 5 | -719/+388 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -1/+1 |
1998-11-12 | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1 | -11/+18 |
1998-11-12 | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1 | -0/+162 |
1998-11-10 | util functions split into relevant modules, first pass. | Luke Leighton | 1 | -43/+0 |
1998-11-07 | codepages/codepage_def.936: Updated comment. | Jeremy Allison | 1 | -5/+3 |
1998-11-05 | the start of the start of the SAM database API | Luke Leighton | 2 | -0/+417 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -5/+6 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 4 | -0/+40 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 2 | -0/+2 |
1998-10-16 | trust password | Luke Leighton | 1 | -2/+2 |
1998-10-15 | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 2 | -2/+38 |
1998-10-15 | getpwnam() failing is a serious error (corrupt smbpasswd database) | Luke Leighton | 1 | -1/+6 |
1998-10-15 | bug-fixing against: | Luke Leighton | 1 | -0/+2 |
1998-10-09 | anders blomdell spotted an unititialised fstring causing strlen to go | Luke Leighton | 1 | -0/+1 |
1998-09-29 | Fixed warning in get_time_from_string(). | Jeremy Allison | 1 | -1/+1 |
1998-09-29 | missed the pdb_sam_to_smb function needed by nispass.c | Luke Leighton | 1 | -19/+22 |
1998-09-29 | added in some pdb_xxx routines that are needed by nispass.c | Luke Leighton | 1 | -0/+121 |
1998-09-28 | Added fix from gildea@intouchsys.com - smbpasswd file could be left | Jeremy Allison | 1 | -1/+5 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -2/+2 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-26 | Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se> | Jeremy Allison | 1 | -1/+3 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 3 | -2/+12 |
1998-09-24 | Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s | Jeremy Allison | 4 | -71/+109 |
1998-09-24 | removed function names printed out in debug statements (duplicated in | Luke Leighton | 1 | -33/+37 |