summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell3-1/+16
1999-03-25SAM database "set user info".Luke Leighton4-41/+66
1999-03-19going to start adding inter-domain trust logons soon.Luke Leighton1-123/+130
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-0/+8
1999-03-12cli_setup_creds new arguments added.Luke Leighton1-1/+3
1999-02-24Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1-7/+10
1999-02-24Win9x user level security.Matthew Chapman1-0/+4
1999-02-15Always null-terminate strings.Matthew Chapman1-3/+3
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman2-9/+8
1999-02-11UNICODE issues.Luke Leighton1-1/+1
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-1/+1
1999-02-09when multiple independent large rpc calls come in on the same pipe,Luke Leighton1-1/+2
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-1/+1
1999-02-08reload_services needs to be called prior to init_files but afterLuke Leighton1-4/+4
1999-02-03initialise my name (used in %h) prior to loading smb.conf files.Luke Leighton1-26/+15
1999-01-25Putting back the -p flag in smbclient.Richard Sharpe1-1/+8
1998-12-14server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1-74/+4
1998-12-14trying to track down issues in get_home_dir().Luke Leighton2-3/+9
1998-12-08adding srvsvc pipe.Luke Leighton1-0/+1
1998-12-07fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1-1/+2
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-9/+10
1998-12-05Sync up critical kernel oplock bugfix. I don't want to loseJeremy Allison1-4/+37
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-49/+0
1998-12-01check server role before doing nt user to unix user mappingLuke Leighton1-12/+15
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-12-01andrej spotted that entries _not_ in domain map user were being refused.Luke Leighton1-10/+6
1998-12-01hm. removed the "if failed to map nt name to unix name, fail tcon call"Luke Leighton1-8/+2
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1-34/+56
1998-11-30- adding builtin[alias]db.Luke Leighton1-0/+5
1998-11-29"retired" two modules to preserve their cvs history.Luke Leighton1-638/+1
1998-11-29weekend work. user / group database API.Luke Leighton3-25/+26
1998-11-29don't allow ".." in service name when doing "default service"Andrew Tridgell1-1/+3
1998-11-25fixing group database issuesLuke Leighton1-35/+52
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison7-31/+31
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-11/+2
1998-11-25fixing domain join and domain login problemsLuke Leighton1-1/+1
1998-11-24Fixed oplock test path spec bug.Jeremy Allison1-1/+1
1998-11-23Fixed -Wall -Wshadow warning.Jeremy Allison1-2/+1
1998-11-23remove / add / attempt to stop remove didn't work.Luke Leighton1-0/+651
1998-11-23unix instance of group database APILuke Leighton3-627/+3
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-4/+4
1998-11-21try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1-13/+11
1998-11-21formatting changeAndrew Tridgell1-1/+1
1998-11-21smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1-1/+9
1998-11-20Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1-0/+3
1998-11-19Sync up with 2.0 code.Jeremy Allison3-9/+94
1998-11-18Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison3-6/+12
1998-11-17Fixed NT modify timestamp issue.Jeremy Allison2-2/+26
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison9-18/+18
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton6-295/+609