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
...
*
don't use server_info after its been freed
Andrew Tridgell
2001-12-20
1
-2
/
+4
*
support "map to guest" with spnego
Andrew Tridgell
2001-12-20
1
-21
/
+43
*
fixed long filenames on win98
Andrew Tridgell
2001-12-20
1
-1
/
+3
*
Grr - numbers printed in hexadecimal should be preceeded by 0x
Tim Potter
2001-12-20
1
-7
/
+7
*
Allow ACL set to fail gracefully on HP HFS filesystems.
Jeremy Allison
2001-12-19
1
-0
/
+12
*
added trusted realm support to ADS authentication
Andrew Tridgell
2001-12-19
1
-5
/
+10
*
Tidyup utmp code to cope with hostname = NULL.
Jeremy Allison
2001-12-18
1
-11
/
+13
*
Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.
Jeremy Allison
2001-12-18
2
-2
/
+2
*
Fixed the bug with descending into mangled directories.
Jeremy Allison
2001-12-18
1
-5
/
+8
*
Made "hide unreadable" work much more reliably (just for Volker :-).
Jeremy Allison
2001-12-17
1
-1
/
+37
*
removed unused variable
Andrew Tridgell
2001-12-17
1
-1
/
+0
*
Moved fchown_acl change to the point where we *really* know if we
Jeremy Allison
2001-12-16
1
-10
/
+10
*
Ensured filetimes set (by name) after close. Ignore errors. This is the
Jeremy Allison
2001-12-16
2
-16
/
+24
*
Patch for string legths from TAKAHASHI, Motonobu(monyo).
Jeremy Allison
2001-12-13
1
-17
/
+46
*
add *.po32 to ignore list
Herb Lewis
2001-12-12
1
-0
/
+1
*
cleanup a little namespace pollution
Andrew Tridgell
2001-12-10
1
-1
/
+1
*
Ensure that 'use spnego' restricts, rather than just advises our clients.
Andrew Bartlett
2001-12-08
1
-1
/
+6
*
added a "use spnego" option
Andrew Tridgell
2001-12-07
1
-0
/
+1
*
again an intrusive patch:
Jean-François Micouleau
2001-12-06
1
-1
/
+3
*
Ensure we fill in the %U for NTLMSSP connections
Andrew Bartlett
2001-12-05
1
-1
/
+3
*
added a REALLY gross hack into kerberos_kinit_password so that
Andrew Tridgell
2001-12-05
2
-2
/
+2
*
Merge from 2.2
Herb Lewis
2001-12-04
1
-0
/
+6
*
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
2001-12-04
1
-1
/
+1
*
Stop using getgrgid() - a very expensive call with winbindd, to look up
Jeremy Allison
2001-12-04
1
-13
/
+10
*
Moved name_is_local to the correct place. Ooops.
Jeremy Allison
2001-12-04
1
-10
/
+0
*
Tidyup of lib/username. Add name_is_local fn to determine if name is
Jeremy Allison
2001-12-04
1
-0
/
+10
*
added a tdb to store the account policy informations.
Jean-François Micouleau
2001-12-03
1
-4
/
+9
*
XFS quota patch for Linux.
Jeremy Allison
2001-11-30
1
-2
/
+33
*
Renamed sid field in SEC_ACE to trustee to be more in line with MS's
Tim Potter
2001-11-30
1
-23
/
+23
*
Make better use of the ads_init() function to get the kerberos relam etc.
Andrew Bartlett
2001-11-29
2
-16
/
+25
*
fixed some krb5 ifdefs
Andrew Tridgell
2001-11-28
1
-2
/
+2
*
space -> tab.
Jeremy Allison
2001-11-28
1
-24
/
+20
*
Spelling pedents strike again :-).
Jeremy Allison
2001-11-28
1
-1
/
+1
*
Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from
Jeremy Allison
2001-11-28
2
-2
/
+11
*
Re-added "Share modes" meaning don't allow deny mode conflict. Due to
Jeremy Allison
2001-11-28
1
-2
/
+10
*
always send an OID list until we handle raw (unwrapped) NTLMSSP
Andrew Tridgell
2001-11-27
1
-6
/
+15
*
Fix for the logic bug wrt. existant oplocks. See long message
Jeremy Allison
2001-11-27
1
-5
/
+2
*
nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.
Jeremy Allison
2001-11-27
1
-1
/
+1
*
fixed another memory leak
Andrew Tridgell
2001-11-27
1
-1
/
+1
*
more memory leak fixes
Andrew Tridgell
2001-11-27
1
-1
/
+6
*
don't try to auto-change the trust password unless we are in domain
Andrew Tridgell
2001-11-27
1
-1
/
+4
*
we can safely give NO_SUCH_USER if the ticket decodes but the local
Andrew Tridgell
2001-11-26
1
-1
/
+1
*
Another merge from appliance-head: in [ug]id_to_sid don't call the
Tim Potter
2001-11-26
1
-14
/
+30
*
challange -> challenge
Tim Potter
2001-11-26
3
-9
/
+9
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-2
/
+0
*
This compleats the of the authenticaion subystem into the new 'auth'
Andrew Bartlett
2001-11-26
10
-2715
/
+0
*
fixed spnego, non-kerberos negprot
Andrew Tridgell
2001-11-26
1
-2
/
+2
*
added 'security=ADS'
Andrew Tridgell
2001-11-25
1
-0
/
+7
*
#ifdefed DMF fix so not compiled by default. We need to look at this...
Jeremy Allison
2001-11-25
1
-22
/
+39
*
Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS error
Andrew Bartlett
2001-11-25
2
-0
/
+36
[prev]
[next]