Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -35/+19 |
1998-05-19 | removed "default" system for password database api: all functions must | Luke Leighton | 6 | -196/+179 |
1998-05-19 | ldap.c : | Luke Leighton | 8 | -132/+335 |
1998-05-19 | Fixed signed/unsigned warning. | Jeremy Allison | 1 | -1/+1 |
1998-05-19 | Forgot to add the initialize_password_db() call to nmbd also. | Jeremy Allison | 1 | -0/+3 |
1998-05-18 | Abstracted all the crappy password interfaces through an indirect | Jeremy Allison | 8 | -320/+328 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 17 | -393/+607 |
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 | 3 | -117/+96 |
1998-05-18 | creating and using some pdb_init_(sam/smb) routines. putting ldap headers | Luke Leighton | 4 | -25/+14 |
1998-05-18 | no include headers in ldap.c. | Luke Leighton | 2 | -0/+72 |
1998-05-18 | resolving compilation errors | Luke Leighton | 5 | -5/+7 |
1998-05-18 | received update from jean francois for ldap.c: he is doing add / mod | Luke Leighton | 2 | -75/+434 |
1998-05-18 | - renamed some of the passdb.c functions: they have a prefix pdb_ on them | Luke Leighton | 7 | -304/+323 |
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 | 10 | -183/+546 |
1998-05-15 | Change getpwnam to Get_Pwnam(xx , True) to allow lazy matching | Jeremy Allison | 1 | -1/+1 |
1998-05-15 | Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we were | Jeremy Allison | 1 | -1/+1 |
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-15 | adding copyright messages for Benny Holmgren | Luke Leighton | 2 | -0/+4 |
1998-05-15 | two scripts from benny holmgren which a) create NIS+ table b) populate it | Luke Leighton | 2 | -0/+69 |
1998-05-15 | util.c: Re-seed the crypto random number generator after a fork, so all | Jeremy Allison | 1 | -0/+10 |
1998-05-14 | passdb.c | Jeremy Allison | 5 | -191/+210 |
1998-05-14 | some pretty horrible formatting in standard_sub_basic(): makes the function | Luke Leighton | 1 | -48/+56 |
1998-05-14 | robert frank - some Next3 compilation errors detected. | Luke Leighton | 1 | -1/+1 |
1998-05-14 | Fixed dce/rpc to use global_machine_sid (auto generated in server.c if | Jeremy Allison | 4 | -24/+13 |
1998-05-14 | namequery.c: Fixed SGI IRIX 5.x compiler problem. | Jeremy Allison | 4 | -7/+199 |
1998-05-14 | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 17 | -427/+491 |
1998-05-13 | Fixed up HPUX entry. | Jeremy Allison | 1 | -2/+4 |
1998-05-13 | initialise some variables (stops warning) | Andrew Tridgell | 1 | -2/+2 |
1998-05-13 | test for overflow in nmb name parsing code | Andrew Tridgell | 1 | -1/+1 |
1998-05-13 | initialise a variable | Andrew Tridgell | 1 | -1/+1 |
1998-05-13 | we don't need a typedef for string | Andrew Tridgell | 1 | -2/+0 |
1998-05-12 | includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't | Jeremy Allison | 7 | -75/+15 |
1998-05-12 | - removed ldap_get_trust() | Luke Leighton | 1 | -101/+74 |
1998-05-12 | function comments wrong | Luke Leighton | 1 | -2/+2 |
1998-05-12 | removed lp_domain_workstation() parameter | Luke Leighton | 3 | -10/+1 |
1998-05-12 | retired this file: it's not actually needed now that passdb.c provides | Luke Leighton | 1 | -152/+0 |
1998-05-12 | a new slprintf() function. This one is totally portable but a bit of a | Andrew Tridgell | 1 | -27/+41 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 68 | -787/+887 |
1998-05-11 | password back-end database support | Luke Leighton | 4 | -118/+168 |
1998-05-11 | reply.c: Added code to not overwrite sesssetup_user when in share level security | Jeremy Allison | 2 | -2/+9 |
1998-05-11 | add lp_domain_workstations() parameter. this is a list of workstation names | Luke Leighton | 2 | -0/+6 |
1998-05-11 | ldap back-end database development | Luke Leighton | 10 | -604/+725 |
1998-05-11 | don't use system functions as arguments to qsort() as otherwise you | Andrew Tridgell | 1 | -1/+1 |
1998-05-11 | include includes.h in all the ubiqx files. I know Chris won't like | Andrew Tridgell | 5 | -4/+6 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 33 | -94/+207 |