summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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