summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison9-52/+57
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton12-140/+334
1998-05-07Fixed changed calls to machine password locking code.Jeremy Allison1-5/+4
1998-05-06Andrew redefines the free() function to do some memory management testing.Christopher R. Hertel1-1/+19
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison4-37/+33
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison6-38/+43
1998-05-06Rolling back again to the equivalent of revision 1.22, as the currentJeremy Allison1-382/+25
1998-05-06jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton7-55/+859
1998-05-06compiler warning for unimportant uninitialised variableLuke Leighton1-4/+4
1998-05-06Real fix for clitar.c problems. Have now made all the rightRichard Sharpe2-28/+385
1998-05-06much faster pstrcpy() and fstrcpy()Andrew Tridgell1-16/+24
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison9-25/+38
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison11-26/+28
1998-05-05Rolling clitar.c back to the previous rev 1.22 as the current oneJeremy Allison1-382/+25
1998-05-05Added bug fixes to clitar to ensure proper longfile name restoresRichard Sharpe1-25/+382
1998-05-05patches from jean francois: couple of minor bugsLuke Leighton2-3/+2
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison9-12/+56
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison7-47/+343
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison8-33/+66
1998-04-29password.c:Luke Leighton2-10/+21
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison14-172/+234
1998-04-28Fixed checked in code that didn't compile.Jeremy Allison1-9/+5
1998-04-28added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>Luke Leighton1-0/+59
1998-04-28First version that compiles. Much more to do.....Jeremy Allison3-228/+178
1998-04-25This looks like a big change but really isn't.Jeremy Allison36-439/+341
1998-04-24ABOUT time. dce/rpc long packet format now works, server-side.Luke Leighton3-5/+92
1998-04-24cli_pipe.c: Corrected cli_api_pipe() calls.Jeremy Allison1-30/+41
1998-04-23Makefile: Added nterr.c into the mix.Jeremy Allison6-19/+78
1998-04-23These don't compile yet - but they are the core code in whatJeremy Allison3-1086/+1004
1998-04-23We will need this new nterr.c for the DOMAIN_CLIENT code.Jeremy Allison1-3/+30
1998-04-23clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison4-124/+233
1998-04-23genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison5-90/+359
1998-04-22Fixed bug found by Gerald Carter <cartegw@Eng.Auburn.EDU> whereJeremy Allison3-4/+0
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison6-13/+93