summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"Luke Leighton1998-05-251-5/+0
* more warnings, from Tim WindersLuke Leighton1998-05-242-2/+2
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-248-53/+89
* Added more NT definitions, getting ready for nttrans code.Jeremy Allison1998-05-231-0/+57
* add_nisp21pwd_entry() finished but not tested. module now compiles.Luke Leighton1998-05-221-107/+77
* doesn't compile: don't care. checking this in so people can see what'sLuke Leighton1998-05-221-19/+107
* I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel1998-05-223-3/+9
* These two are not being used, and they would cause conflict under Andrew'sChristopher R. Hertel1998-05-222-825/+0
* Removed all ubiqx includes from includes.h. So far, this was only a problemChristopher R. Hertel1998-05-222-1/+1
* Added a disclaimer regarding the changes Andrew wants.Christopher R. Hertel1998-05-221-2/+5
* Put a do_global_tests() function that will be expanded toJeremy Allison1998-05-221-0/+18
* added:Andrew Tridgell1998-05-221-0/+4
* Fixed 'revalidate' parameter so it's only considered in security=shareJeremy Allison1998-05-211-29/+29
* printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1998-05-212-17/+19
* Along the lines that Andrew suggested, I added a header called ubi_null.h.Christopher R. Hertel1998-05-2113-44/+184
* fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1998-05-213-5/+5
* jean-francois calling the right function for the "net t.o.d" dce/rpc supportLuke Leighton1998-05-211-1/+1
* fix slprintf for sunos4 in head branchAndrew Tridgell1998-05-201-1/+2
* dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1998-05-204-1/+185
* Fixed incorrect last arg to safe_strcpy in new wildcard code.Jeremy Allison1998-05-201-1/+1
* Minor tweak for wcard compatibility paranoia.Jeremy Allison1998-05-201-1/+1
* Fixed Samba's wildcard algorithm to be *exactly* the sameJeremy Allison1998-05-201-1/+10
* Fix to do NT wildcard matching.Jeremy Allison1998-05-191-2/+24
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-194-44/+28
* made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1998-05-191-98/+97
* oops - got some of the default (conversion) functions wrong.Luke Leighton1998-05-192-35/+19
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-196-196/+179
* ldap.c :Luke Leighton1998-05-198-132/+335
* 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