summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* removed proto.h from cvsignoreLuke Leighton1998-05-081-1/+0
* clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1998-05-084-48/+35
* Ho hum, someone deleted proto.h from cvs... re-adding.Jeremy Allison1998-05-081-0/+2070
* proto.h was being a pain. use "make proto" instead. check release andLuke Leighton1998-05-081-2070/+0
* added proto.h to .cvsignoreLuke Leighton1998-05-081-0/+1
* added smb_grpid to smb_passwd structLuke Leighton1998-05-081-0/+1
* Se-submitting clitar.c/Richard Sharpe1998-05-082-58/+436
* renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1998-05-082-21/+20
* added extra fields to struct smb_passwdLuke Leighton1998-05-081-7/+37
* The globals section now shows non-default variables (like theHerb Lewis1998-05-082-23/+125
* added FLAG_BASIC to some browse options for swat.Herb Lewis1998-05-081-4/+4
* smb.h: Supporting defines for NT trans calls.Jeremy Allison1998-05-082-4/+33
* Initial cut at the code that will do NT SMB calls. Not linked in, notJeremy Allison1998-05-081-0/+225
* added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1998-05-071-10/+65
* remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton1998-05-072-146/+97