summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed signed/unsigned warning.Jeremy Allison1998-05-191-1/+1
* Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1998-05-191-0/+3
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-188-320/+328
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-1817-393/+607
* linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton1998-05-182-4/+4
* sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam()Luke Leighton1998-05-181-10/+11
* removed references to some of the smb_passwd routines from ldap and nis+Luke Leighton1998-05-183-117/+96
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-184-25/+14
* no include headers in ldap.c.Luke Leighton1998-05-182-0/+72
* resolving compilation errorsLuke Leighton1998-05-185-5/+7
* received update from jean francois for ldap.c: he is doing add / modLuke Leighton1998-05-182-75/+434
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-187-304/+323
* oops. pressed ctrl-z while editing the previous cvs message: this wasLuke Leighton1998-05-181-19/+105
* Makefile:Luke Leighton1998-05-1810-183/+546
* Change getpwnam to Get_Pwnam(xx , True) to allow lazy matchingJeremy Allison1998-05-151-1/+1
* Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we wereJeremy Allison1998-05-151-1/+1
* some databases have search capabilities. acknowledging this in designLuke Leighton1998-05-151-19/+60
* first non-compiling, unused, mostly stub version of NIS+ password database.Luke Leighton1998-05-151-0/+330
* adding copyright messages for Benny HolmgrenLuke Leighton1998-05-152-0/+4
* two scripts from benny holmgren which a) create NIS+ table b) populate itLuke Leighton1998-05-152-0/+69
* util.c: Re-seed the crypto random number generator after a fork, so allJeremy Allison1998-05-151-0/+10
* passdb.cJeremy Allison1998-05-145-191/+210
* sync with 1.9.18 branch (clean up comments)Herb Lewis1998-05-141-19/+21
* some pretty horrible formatting in standard_sub_basic(): makes the functionLuke Leighton1998-05-141-48/+56
* robert frank - some Next3 compilation errors detected.Luke Leighton1998-05-141-1/+1
* Fixed dce/rpc to use global_machine_sid (auto generated in server.c ifJeremy Allison1998-05-144-24/+13
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-144-7/+199
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-1417-427/+491
* Fixed up HPUX entry.Jeremy Allison1998-05-131-2/+4
* initialise some variables (stops warning)Andrew Tridgell1998-05-131-2/+2
* test for overflow in nmb name parsing codeAndrew Tridgell1998-05-131-1/+1
* initialise a variableAndrew Tridgell1998-05-131-1/+1
* we don't need a typedef for stringAndrew Tridgell1998-05-131-2/+0
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-127-75/+15
* - removed ldap_get_trust()Luke Leighton1998-05-121-101/+74
* function comments wrongLuke Leighton1998-05-121-2/+2
* removed lp_domain_workstation() parameterLuke Leighton1998-05-123-10/+1
* retired this file: it's not actually needed now that passdb.c providesLuke Leighton1998-05-121-152/+0
* a new slprintf() function. This one is totally portable but a bit of aAndrew Tridgell1998-05-121-27/+41
* This is a security audit change of the main source.Jeremy Allison1998-05-1268-787/+887
* password back-end database supportLuke Leighton1998-05-114-118/+168
* reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1998-05-112-2/+9
* add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton1998-05-112-0/+6
* ldap back-end database developmentLuke Leighton1998-05-1110-604/+725
* don't use system functions as arguments to qsort() as otherwise youAndrew Tridgell1998-05-111-1/+1
* include includes.h in all the ubiqx files. I know Chris won't likeAndrew Tridgell1998-05-115-4/+6
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-1133-94/+207
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* Updated OSF1_ENH_SEC mode password handling.John Terpstra1998-05-101-1/+8
* added sam_passwd structure: don't want smb_passwd to be "polluted".Luke Leighton1998-05-081-6/+50