index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
We are not meant to touch the username, so use the pass->pw_name output rather
Andrew Bartlett
2001-09-20
1
-6
/
+6
*
Rearrange the ordering of the checks in make_connection(). The new order has
Andrew Bartlett
2001-09-20
1
-37
/
+56
*
Fix for MiXed and UPPER case usernames with plaintext PAM passwords.
Andrew Bartlett
2001-09-20
1
-1
/
+1
*
Revert this one: The NTLMv2 checks need the original username as found
Andrew Bartlett
2001-09-20
1
-1
/
+1
*
- Fix up to use sampass->username insted of user_info->smb_username
Andrew Bartlett
2001-09-19
1
-7
/
+7
*
Adding the appropirate files might help...
Andrew Bartlett
2001-09-19
1
-0
/
+714
*
Add the ability to display Samba's build options with smbd -b and as a level 4
Andrew Bartlett
2001-09-19
1
-16
/
+23
*
printf() -> d_printf()
Andrew Bartlett
2001-09-19
1
-1
/
+1
*
Removed unneeded variable, added comment on deadlock prevention.
Jeremy Allison
2001-09-19
1
-9
/
+9
*
removed anti-race code that could cause a classic ABBA deadlock
Andrew Tridgell
2001-09-19
1
-21
/
+1
*
added a hook to reopen all tdb's after the server fork
Andrew Tridgell
2001-09-19
1
-0
/
+3
*
Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by
Andrew Bartlett
2001-09-19
1
-4
/
+10
*
got rid of bogus write list substitution error messages
Andrew Tridgell
2001-09-19
1
-15
/
+18
*
don't try to initgroups in non root mode
Andrew Tridgell
2001-09-19
1
-0
/
+4
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
27
-162
/
+118
*
fixed ctemp in server and client. It turns out that ctemp on NT is completely...
Andrew Tridgell
2001-09-17
1
-9
/
+20
*
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
2001-09-16
3
-17
/
+62
*
Start pushing the NTSTATUS stuff out to the wire for session setups.
Andrew Bartlett
2001-09-16
1
-51
/
+27
*
use variables _before_ freeing them!
Simo Sorce
2001-09-15
1
-3
/
+2
*
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
2001-09-15
3
-93
/
+21
*
Oops... For reference, NTLMv2 passwords are > 24 chars in length, while
Andrew Bartlett
2001-09-15
1
-1
/
+1
*
This looked suspicious now we are attempting to to NTLMv2.
Andrew Bartlett
2001-09-15
1
-2
/
+2
*
Actually fill in the status for sainity checks
Andrew Bartlett
2001-09-15
1
-1
/
+1
*
Now that we always get back an NTSTATUS code actually pass it on to the
Andrew Bartlett
2001-09-14
2
-17
/
+5
*
Some patches to authentication:
Tim Potter
2001-09-12
5
-19
/
+29
*
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2001-09-12
2
-5
/
+1
*
Fix for second logic bug when handing oplock breaks and client messages
Jeremy Allison
2001-09-10
1
-1
/
+11
*
made a couple of local fns static
Andrew Tridgell
2001-09-10
2
-6
/
+12
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-5
/
+0
*
convert more code to using d_printf
Andrew Tridgell
2001-09-08
2
-2
/
+2
*
Don't fail if no owner/group owner set. Use existing owners.
Jeremy Allison
2001-09-07
1
-3
/
+7
*
#ifdef out function when not used.
Jeremy Allison
2001-09-07
1
-0
/
+2
*
Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.
Jeremy Allison
2001-09-06
1
-0
/
+32
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
2
-2
/
+2
*
Removed unneeded set of delete on close in fsp->share_mode.
Jeremy Allison
2001-09-05
1
-7
/
+0
*
Fix I think for the fcntl spinning problem. Re-prioritize so
Jeremy Allison
2001-09-05
2
-1
/
+21
*
when you update the share mode in the db you must also update
Andrew Tridgell
2001-09-05
1
-0
/
+7
*
fixed formatting to make the code vaguely readable. It's still a dogs
Andrew Tridgell
2001-09-05
1
-142
/
+143
*
merge profile data changes from 2.2
Herb Lewis
2001-09-05
1
-6
/
+36
*
added filename to error_packet()
Andrew Tridgell
2001-09-05
1
-7
/
+8
*
Fixes to ensure invalid vuids cannot stop oplock breaks.
Jeremy Allison
2001-09-04
1
-5
/
+7
*
Merge of transfer file code from 2.2, fix for readbraw.
Jeremy Allison
2001-09-04
4
-350
/
+286
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
12
-158
/
+143
*
tidied up some unused vars in JFs new fns
Andrew Tridgell
2001-09-03
1
-12
/
+0
*
more NTSTATUS changes
Andrew Tridgell
2001-09-01
1
-17
/
+4
*
Fix crash bug with indirecting through null pointer on recursive delete.
Jeremy Allison
2001-08-30
1
-134
/
+119
*
if no ACL elements then use chmod - fixes ability to set read-only bit
Herb Lewis
2001-08-30
1
-2
/
+2
*
this was a stupid typo,
Simo Sorce
2001-08-30
1
-1
/
+1
*
Ouch ! I didn't think I would have to do that: add 2 new rap calls !
Jean-François Micouleau
2001-08-28
1
-0
/
+127
*
Added dummy handlers for SAM_SYNC and SAM_REPL messages.
Tim Potter
2001-08-28
1
-0
/
+30
[prev]
[next]