summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Removed all ubiqx includes from includes.h. So far, this was only a problemChristopher R. Hertel1998-05-221-1/+0
* dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1998-05-202-1/+44
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-191-11/+0
* oops - got some of the default (conversion) functions wrong.Luke Leighton1998-05-191-3/+0
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-192-1/+3
* ldap.c :Luke Leighton1998-05-192-7/+36
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-182-27/+45
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-182-29/+31
* removed references to some of the smb_passwd routines from ldap and nis+Luke Leighton1998-05-181-6/+5
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-181-0/+4
* resolving compilation errorsLuke Leighton1998-05-181-1/+0
* received update from jean francois for ldap.c: he is doing add / modLuke Leighton1998-05-181-4/+10
* Makefile:Luke Leighton1998-05-183-23/+43
* passdb.cJeremy Allison1998-05-141-1/+2
* robert frank - some Next3 compilation errors detected.Luke Leighton1998-05-141-1/+1
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-0/+1
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-142-11/+13
* Fixed up HPUX entry.Jeremy Allison1998-05-131-2/+4
* 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-122-6/+3
* removed lp_domain_workstation() parameterLuke Leighton1998-05-121-6/+0
* This is a security audit change of the main source.Jeremy Allison1998-05-123-7/+32
* add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton1998-05-111-0/+3
* ldap back-end database developmentLuke Leighton1998-05-112-20/+50
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-112-0/+6
* added sam_passwd structure: don't want smb_passwd to be "polluted".Luke Leighton1998-05-081-6/+50
* clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1998-05-081-39/+6
* 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 smb_grpid to smb_passwd structLuke Leighton1998-05-081-0/+1
* Se-submitting clitar.c/Richard Sharpe1998-05-081-5/+3
* added extra fields to struct smb_passwdLuke Leighton1998-05-081-7/+37
* smb.h: Supporting defines for NT trans calls.Jeremy Allison1998-05-081-0/+25
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-071-0/+1
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-1/+1
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-4/+16
* smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1998-05-061-5/+5
* jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1998-05-062-3/+22
* Real fix for clitar.c problems. Have now made all the rightRichard Sharpe1998-05-061-3/+3
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-062-3/+4
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-2/+2
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-2/+4
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-0/+1
* clientgen.c: Fixed null session setup bug.Jeremy Allison1998-04-292-1/+2
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-293-10/+47
* This looks like a big change but really isn't.Jeremy Allison1998-04-252-52/+63
* ABOUT time. dce/rpc long packet format now works, server-side.Luke Leighton1998-04-241-0/+2
* Makefile: Added nterr.c into the mix.Jeremy Allison1998-04-232-1/+6
* clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1998-04-231-2/+3
* genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1998-04-231-2/+8