summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1998-06-033-91/+272
* Changed the mechanism for including the Samba includes.h in the ubiqx codeChristopher R. Hertel1998-06-0212-109/+87
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-015-8/+43
* This change ensures that only the processes/locked files thatPaul Blackman1998-05-301-20/+22
* Added Paul Eggerts LocalTime patch.Jeremy Allison1998-05-291-8/+28
* Adding Greek and Icelandic codepages from :Jeremy Allison1998-05-292-0/+193
* latest messing about: probably doesn't compile; doesn't matter.Luke Leighton1998-05-281-3/+54
* Ooops - fixed Win95 crash bugs with earlier code.Jeremy Allison1998-05-272-4/+7
* Newly re-written do_match and mask_match functions, with theJeremy Allison1998-05-272-103/+236
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-278-173/+266
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-265-9/+28
* added set logon, logoff, kickoff etc time functions.Luke Leighton1998-05-253-8/+47
* 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