summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-05-20Fixed incorrect last arg to safe_strcpy in new wildcard code.Jeremy Allison1-1/+1
1998-05-20Minor tweak for wcard compatibility paranoia.Jeremy Allison1-1/+1
1998-05-20Fixed Samba's wildcard algorithm to be *exactly* the sameJeremy Allison1-1/+10
1998-05-19Fix to do NT wildcard matching.Jeremy Allison1-2/+24
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison4-44/+28
1998-05-19made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1-98/+97
1998-05-19oops - got some of the default (conversion) functions wrong.Luke Leighton2-35/+19
1998-05-19removed "default" system for password database api: all functions mustLuke Leighton6-196/+179
1998-05-19ldap.c :Luke Leighton8-132/+335
1998-05-19Fixed signed/unsigned warning.Jeremy Allison1-1/+1
1998-05-19Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1-0/+3
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison8-320/+328
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison17-393/+607
1998-05-18linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton2-4/+4
1998-05-18sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam()Luke Leighton1-10/+11
1998-05-18removed references to some of the smb_passwd routines from ldap and nis+Luke Leighton3-117/+96
1998-05-18creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton4-25/+14
1998-05-18no include headers in ldap.c.Luke Leighton2-0/+72
1998-05-18resolving compilation errorsLuke Leighton5-5/+7
1998-05-18received update from jean francois for ldap.c: he is doing add / modLuke Leighton2-75/+434
1998-05-18- renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton7-304/+323
1998-05-18oops. pressed ctrl-z while editing the previous cvs message: this wasLuke Leighton1-19/+105
1998-05-18Makefile:Luke Leighton10-183/+546
1998-05-15Change getpwnam to Get_Pwnam(xx , True) to allow lazy matchingJeremy Allison1-1/+1
1998-05-15Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we wereJeremy Allison1-1/+1
1998-05-15some databases have search capabilities. acknowledging this in designLuke Leighton1-19/+60
1998-05-15first non-compiling, unused, mostly stub version of NIS+ password database.Luke Leighton1-0/+330
1998-05-15adding copyright messages for Benny HolmgrenLuke Leighton2-0/+4
1998-05-15two scripts from benny holmgren which a) create NIS+ table b) populate itLuke Leighton2-0/+69
1998-05-15util.c: Re-seed the crypto random number generator after a fork, so allJeremy Allison1-0/+10
1998-05-14passdb.cJeremy Allison5-191/+210
1998-05-14sync with 1.9.18 branch (clean up comments)Herb Lewis1-19/+21
1998-05-14some pretty horrible formatting in standard_sub_basic(): makes the functionLuke Leighton1-48/+56
1998-05-14robert frank - some Next3 compilation errors detected.Luke Leighton1-1/+1
1998-05-14Fixed dce/rpc to use global_machine_sid (auto generated in server.c ifJeremy Allison4-24/+13
1998-05-14namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison4-7/+199
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison17-427/+491
1998-05-13Fixed up HPUX entry.Jeremy Allison1-2/+4
1998-05-13initialise some variables (stops warning)Andrew Tridgell1-2/+2
1998-05-13test for overflow in nmb name parsing codeAndrew Tridgell1-1/+1
1998-05-13initialise a variableAndrew Tridgell1-1/+1
1998-05-13we don't need a typedef for stringAndrew Tridgell1-2/+0
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison7-75/+15
1998-05-12- removed ldap_get_trust()Luke Leighton1-101/+74
1998-05-12function comments wrongLuke Leighton1-2/+2
1998-05-12removed lp_domain_workstation() parameterLuke Leighton3-10/+1
1998-05-12retired this file: it's not actually needed now that passdb.c providesLuke Leighton1-152/+0
1998-05-12a new slprintf() function. This one is totally portable but a bit of aAndrew Tridgell1-27/+41
1998-05-12This is a security audit change of the main source.Jeremy Allison68-787/+887
1998-05-11password back-end database supportLuke Leighton4-118/+168