Age | Commit message (Expand) | Author | Files | Lines |
1998-06-27 | nisppass.c: Fixed incorrect parameter usage. | Jeremy Allison | 1 | -1/+1 |
1998-06-20 | clitar.c: Fixed minor gcc -pedantic-error compile warnings. | Jeremy Allison | 1 | -0/+2 |
1998-06-04 | includes.h: Fixes for NetBSD and BSDI. | Jeremy Allison | 1 | -2/+2 |
1998-06-01 | clientutil.c: Don't core dump if no controlling terminal available for password. | Jeremy Allison | 2 | -8/+26 |
1998-05-28 | latest messing about: probably doesn't compile; doesn't matter. | Luke Leighton | 1 | -3/+54 |
1998-05-27 | loadparm.c: Added machine password timeout parameter - set to 7 days be default. | Jeremy Allison | 2 | -4/+16 |
1998-05-26 | smb.h: More NT SMB stuff (just defines). | Jeremy Allison | 1 | -1/+2 |
1998-05-25 | added set logon, logoff, kickoff etc time functions. | Luke Leighton | 2 | -8/+42 |
1998-05-25 | i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time" | Luke Leighton | 1 | -5/+0 |
1998-05-24 | - created pdb_sethexpwd(), to be called from all pwd apis that need to | Luke Leighton | 3 | -46/+81 |
1998-05-22 | add_nisp21pwd_entry() finished but not tested. module now compiles. | Luke Leighton | 1 | -107/+77 |
1998-05-22 | doesn't compile: don't care. checking this in so people can see what's | Luke Leighton | 1 | -19/+107 |
1998-05-21 | fixed signed / unsigned warnings spotted by tim winders. also fixed | Luke Leighton | 2 | -2/+2 |
1998-05-19 | passdb.c: Fixed typo in coment. | Jeremy Allison | 2 | -2/+6 |
1998-05-19 | made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need not | Luke Leighton | 1 | -98/+97 |
1998-05-19 | oops - got some of the default (conversion) functions wrong. | Luke Leighton | 1 | -32/+19 |
1998-05-19 | removed "default" system for password database api: all functions must | Luke Leighton | 4 | -195/+176 |
1998-05-19 | ldap.c : | Luke Leighton | 4 | -88/+286 |
1998-05-18 | Abstracted all the crappy password interfaces through an indirect | Jeremy Allison | 4 | -293/+274 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 4 | -280/+341 |
1998-05-18 | linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're not | Luke Leighton | 2 | -4/+4 |
1998-05-18 | sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam() | Luke Leighton | 1 | -10/+11 |
1998-05-18 | removed references to some of the smb_passwd routines from ldap and nis+ | Luke Leighton | 2 | -111/+91 |
1998-05-18 | creating and using some pdb_init_(sam/smb) routines. putting ldap headers | Luke Leighton | 3 | -25/+10 |
1998-05-18 | no include headers in ldap.c. | Luke Leighton | 2 | -0/+72 |
1998-05-18 | resolving compilation errors | Luke Leighton | 3 | -3/+6 |
1998-05-18 | received update from jean francois for ldap.c: he is doing add / mod | Luke Leighton | 1 | -71/+424 |
1998-05-18 | - renamed some of the passdb.c functions: they have a prefix pdb_ on them | Luke Leighton | 3 | -300/+319 |
1998-05-18 | oops. pressed ctrl-z while editing the previous cvs message: this was | Luke Leighton | 1 | -19/+105 |
1998-05-18 | Makefile: | Luke Leighton | 4 | -145/+488 |
1998-05-15 | some databases have search capabilities. acknowledging this in design | Luke Leighton | 1 | -19/+60 |
1998-05-15 | first non-compiling, unused, mostly stub version of NIS+ password database. | Luke Leighton | 1 | -0/+330 |
1998-05-14 | passdb.c | Jeremy Allison | 1 | -0/+192 |
1998-05-14 | namequery.c: Fixed SGI IRIX 5.x compiler problem. | Jeremy Allison | 1 | -4/+4 |
1998-05-13 | initialise a variable | Andrew Tridgell | 1 | -1/+1 |
1998-05-12 | - removed ldap_get_trust() | Luke Leighton | 1 | -101/+74 |
1998-05-12 | removed lp_domain_workstation() parameter | Luke Leighton | 1 | -1/+1 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 2 | -27/+28 |
1998-05-11 | password back-end database support | Luke Leighton | 3 | -13/+140 |
1998-05-11 | ldap back-end database development | Luke Leighton | 3 | -401/+596 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -9/+11 |
1998-05-08 | renamed last_change_time to pass_must_change_time. removed "if (bool==True)" | Luke Leighton | 2 | -21/+20 |
1998-05-07 | added first pass at start/get/end-ldappwent functions. unfortunately, lots | Luke Leighton | 1 | -10/+65 |
1998-05-07 | remove unused ldap functions: add stub start/get/endldappwent routines. | Luke Leighton | 2 | -146/+97 |
1998-05-07 | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 2 | -57/+0 |
1998-05-07 | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 1 | -11/+0 |
1998-05-07 | created "passdb.c" which is an interface point to (at present) either | Luke Leighton | 3 | -33/+213 |
1998-05-06 | smbpass.c: Fixed machine_passwd_lock() problems. | Jeremy Allison | 1 | -25/+21 |
1998-05-06 | loadparm.c: Added #ifdef USE_LDAP around ldap code. | Jeremy Allison | 1 | -8/+9 |
1998-05-06 | jean-francois micouleau's well-alpha code for ldap password database stuff! | Luke Leighton | 2 | -0/+572 |