summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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
1998-05-11reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison2-2/+9
1998-05-11add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton2-0/+6
1998-05-11ldap back-end database developmentLuke Leighton10-604/+725
1998-05-11don't use system functions as arguments to qsort() as otherwise youAndrew Tridgell1-1/+1
1998-05-11include includes.h in all the ubiqx files. I know Chris won't likeAndrew Tridgell5-4/+6
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell33-94/+207
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-05-10Updated OSF1_ENH_SEC mode password handling.John Terpstra1-1/+8
1998-05-08added sam_passwd structure: don't want smb_passwd to be "polluted".Luke Leighton1-6/+50
1998-05-08removed proto.h from cvsignoreLuke Leighton1-1/+0
1998-05-08clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison4-48/+35
1998-05-08Ho hum, someone deleted proto.h from cvs... re-adding.Jeremy Allison1-0/+2070
1998-05-08proto.h was being a pain. use "make proto" instead. check release andLuke Leighton1-2070/+0
1998-05-08added proto.h to .cvsignoreLuke Leighton1-0/+1
1998-05-08added smb_grpid to smb_passwd structLuke Leighton1-0/+1
1998-05-08Se-submitting clitar.c/Richard Sharpe2-58/+436
1998-05-08renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton2-21/+20
1998-05-08added extra fields to struct smb_passwdLuke Leighton1-7/+37
1998-05-08The globals section now shows non-default variables (like theHerb Lewis2-23/+125
1998-05-08added FLAG_BASIC to some browse options for swat.Herb Lewis1-4/+4
1998-05-08smb.h: Supporting defines for NT trans calls.Jeremy Allison2-4/+33
1998-05-08Initial cut at the code that will do NT SMB calls. Not linked in, notJeremy Allison1-0/+225
1998-05-07added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1-10/+65
1998-05-07remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton2-146/+97
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton5-67/+38