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
...
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
1
-0
/
+2
*
Kill off the old varient of 'check_plaintext_password' (new version just
Andrew Bartlett
2002-01-20
2
-103
/
+28
*
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
2002-01-20
3
-14
/
+18
*
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
2002-01-20
1
-1
/
+1
*
Ensure identical between 2.2.3 and 3.0 - no need for difference here..
Jeremy Allison
2002-01-20
1
-1
/
+0
*
Fix file size calculations for write cache code.
Jeremy Allison
2002-01-20
1
-5
/
+41
*
Attempt to fix bugs in write cache code (yes I know it's going away :-).
Jeremy Allison
2002-01-20
2
-3
/
+21
*
Report write fail in smb_dump.
Jeremy Allison
2002-01-19
1
-1
/
+3
*
Ensure (C) message is output on startup.
Jeremy Allison
2002-01-18
1
-2
/
+2
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
4
-18
/
+25
*
don't use O_NONBLOCK in open(). This was added erroneously for kernel
Andrew Tridgell
2002-01-17
1
-4
/
+0
*
Separate out get_user_home_dir() from get_user_home_service_dir().
Jeremy Allison
2002-01-16
1
-2
/
+2
*
Fixup error mapping so we have only one table containing errno -> dos error -...
Jeremy Allison
2002-01-16
1
-38
/
+14
*
Roll back PSTRING_SANCTIFY patch; just leave non-controversial type
Martin Pool
2002-01-16
1
-16
/
+23
*
Roll back PSTR insertion.
Martin Pool
2002-01-16
1
-23
/
+21
*
Convert to the new pstring interface. This diff is a pretty good
Martin Pool
2002-01-15
1
-26
/
+29
*
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
2002-01-14
3
-27
/
+14
*
Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Andrew Bartlett
2002-01-12
1
-0
/
+1
*
Added the O_NOFOLLOW flag if follow symlinks is set off.
Jeremy Allison
2002-01-12
1
-0
/
+6
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
5
-55
/
+55
*
fixed a crash in merge_aces()
Andrew Tridgell
2002-01-11
1
-0
/
+1
*
Make this error match Win2k.
Andrew Bartlett
2002-01-11
1
-1
/
+1
*
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
2002-01-11
1
-1
/
+12
*
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy Allison
2002-01-10
2
-2
/
+170
*
Getting ready to add UNIX extensions in HEAD also.
Jeremy Allison
2002-01-10
2
-0
/
+32
*
Add two more memory-debug smbcontrol messages: these ones should
Martin Pool
2002-01-09
1
-0
/
+1
*
Better explanation message for dmalloc.
Martin Pool
2002-01-09
3
-7
/
+7
*
Add UNUSED(paramname) macro to be used in parameter lists, to quieten
Martin Pool
2002-01-09
1
-1
/
+2
*
Fixed up atomic update code.
Jeremy Allison
2002-01-09
2
-4
/
+4
*
Get this code back to where it belongs...
Andrew Bartlett
2002-01-06
1
-7
/
+7
*
Some more SPNEGO fixes.
Andrew Bartlett
2002-01-06
1
-1
/
+1
*
Fix up the SPNEGO segfault.
Andrew Bartlett
2002-01-05
1
-2
/
+2
*
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
4
-76
/
+94
*
Missed error return is can_rename fails.
Jeremy Allison
2002-01-04
1
-0
/
+1
*
Re-wrote the guts of the rename_internals code to cope with a reported
Jeremy Allison
2002-01-04
3
-41
/
+102
*
Ensure modtime is set correctly on destination files in copy command.
Jeremy Allison
2002-01-03
1
-0
/
+4
*
Fix talloc msg registration
Martin Pool
2002-01-03
1
-1
/
+1
*
smbd children should also register for POOL_USAGE
Martin Pool
2002-01-03
1
-0
/
+1
*
smbd should register to receive MSG_REQ_POOL_USAGE. Response should
Martin Pool
2002-01-03
1
-0
/
+1
*
debug statement fixups.
Jeremy Allison
2002-01-02
1
-5
/
+0
*
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-1
/
+1
*
A farily large commit:
Andrew Bartlett
2002-01-01
1
-0
/
+152
*
- portablitity fixes for cc -64 on irix
Andrew Tridgell
2001-12-31
1
-1
/
+1
*
When running interactive we want to set our own process group for
Jeremy Allison
2001-12-30
1
-0
/
+9
*
Fixup -i interactive modes.
Jeremy Allison
2001-12-29
1
-6
/
+12
*
passing NULL to print_queue_status()'s status parameter could end in a segfault
Simo Sorce
2001-12-29
1
-1
/
+2
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-8
/
+8
*
Add an output parameter to message_send_all that says how many
Martin Pool
2001-12-21
1
-1
/
+1
*
check for a winbindd username when doing a kerberos auth
Andrew Tridgell
2001-12-20
1
-0
/
+11
*
Removed global debugf. Replaced with lp_set_logfile(name).
Jeremy Allison
2001-12-20
1
-5
/
+7
[prev]
[next]