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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further extract our NTLMv2 code into smbencrypt.c, prior to merge into our
Andrew Bartlett
2003-02-14
2
-32
/
+51
*
Doc
Martin Pool
2003-02-14
1
-1
/
+5
*
Simplify some return values in gencache functions:
Tim Potter
2003-02-14
1
-5
/
+5
*
Fix for trusted domains scan not working inspired by Ken Cross.
Tim Potter
2003-02-14
2
-7
/
+8
*
A few typo fixes Andrew eventually let off to me.
Rafal Szczesniak
2003-02-13
3
-8
/
+8
*
Removed unused variable.
Jeremy Allison
2003-02-13
1
-1
/
+0
*
Fix typo in WIFSIGNALED (as per Waider's report)
Alexander Bokovoy
2003-02-13
1
-1
/
+1
*
Merge JohnR's patch.
Jeremy Allison
2003-02-13
1
-3
/
+1
*
Add FIXME about checking exit code for popen'd commands.
Martin Pool
2003-02-13
1
-1
/
+4
*
waitstatus audit: Correctly handle case where smbmnt is killed by a
Martin Pool
2003-02-13
1
-0
/
+3
*
Doc
Martin Pool
2003-02-13
1
-1
/
+9
*
Update towards automatic building on dp.samba.org:
Martin Pool
2003-02-13
1
-5
/
+4
*
Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid
Jeremy Allison
2003-02-12
1
-1
/
+205
*
Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...
Jeremy Allison
2003-02-12
2
-14
/
+9
*
adding more descriptions for nt status codes
Gerald Carter
2003-02-12
1
-1
/
+66
*
Match Samba 2.2 by chosing the correct desired access, and getting cupsaddsmb
Andrew Bartlett
2003-02-12
1
-1
/
+1
*
initial server side privileges implementation, using a tdb. This needs to be ...
Andrew Tridgell
2003-02-12
4
-7
/
+375
*
Prevent NULL-pointer induced segfaults.
Andrew Bartlett
2003-02-12
1
-4
/
+4
*
Correctly return access denied on share mode deny when we can't open the
Jeremy Allison
2003-02-12
1
-3
/
+19
*
setup the %U substitution in winbindd for the homedir template
Andrew Tridgell
2003-02-12
1
-0
/
+1
*
add a note about relative opens with blank paths - its a re-open!
Andrew Tridgell
2003-02-12
1
-0
/
+10
*
add a note about a better method for finding netbios name of workgroup
Andrew Tridgell
2003-02-12
1
-0
/
+7
*
pull_ucs2_talloc() should pull to a char**, not a void**
Andrew Tridgell
2003-02-12
1
-2
/
+2
*
removed a duplicate copy of smb_io_sid_array()
Andrew Tridgell
2003-02-11
1
-46
/
+0
*
added server stubs for lsa_enum_acct_with_right
Andrew Tridgell
2003-02-11
4
-0
/
+147
*
Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portability
Andrew Bartlett
2003-02-11
1
-16
/
+15
*
remove trailing 'a' from VFS_MODULES targets...fix build
Jim McDonough
2003-02-11
1
-1
/
+1
*
Fixup delete on close torture.
Jeremy Allison
2003-02-11
1
-10
/
+4
*
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Jeremy Allison
2003-02-11
2
-45
/
+46
*
Fix the msdfs proxy handling code in dfsenum to return the cumulative number of
Shirish Kalele
2003-02-11
1
-1
/
+1
*
autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
Gerald Carter
2003-02-10
2
-6
/
+23
*
Fix a mistake spotted by Metze
Richard Sharpe
2003-02-10
1
-1
/
+1
*
Clean up our NTLMv2 code by moving the grunt work into a helper function.
Andrew Bartlett
2003-02-10
2
-41
/
+34
*
added the 'lsaenumacctwithright' command to rpcclient. This allows you
Andrew Tridgell
2003-02-10
6
-5
/
+243
*
As metze mentioned, this is the proper way to find perl...
Andrew Bartlett
2003-02-10
2
-1
/
+2
*
perl might not be in /usr/bin/perl, so try and find it in the path.
Andrew Bartlett
2003-02-10
1
-1
/
+1
*
Use safe_strcpy() instead of pstrcpy() for malloced strings.
Andrew Bartlett
2003-02-10
1
-1
/
+3
*
Failure to find a CUPS printer, when auto-adding printers is not a level 0 er...
Andrew Bartlett
2003-02-10
1
-3
/
+3
*
Some cleanups:
Andrew Bartlett
2003-02-10
9
-34
/
+59
*
(only for HEAD at the moment).
Andrew Bartlett
2003-02-09
7
-112
/
+200
*
Ensure we return NOSPACE if we can't fast allocate a print job.
Jeremy Allison
2003-02-08
1
-2
/
+7
*
One more fix for the difference between FILE and X_FILE.
Andrew Bartlett
2003-02-08
1
-1
/
+1
*
Ensure we don't get problems between FILE and X_FILE buffers - always use the
Andrew Bartlett
2003-02-07
1
-3
/
+3
*
Samba janitors: applying mbp's redundant umask fix.
Jeremy Allison
2003-02-07
2
-8
/
+0
*
Samba janitor: adding mbp's umask patch :-).
Jeremy Allison
2003-02-07
1
-79
/
+69
*
check pointer before dereferencing it
Gerald Carter
2003-02-07
1
-1
/
+1
*
Revert Flag testing upon abartlet's request ;-)
Volker Lendecke
2003-02-07
1
-3
/
+5
*
Added extended audit module that logs to smbd log as well as syslog.
John Terpstra
2003-02-07
2
-1
/
+327
*
make sure we don't run over the end of 'name' in unix_convert()
Andrew Tridgell
2003-02-07
2
-9
/
+21
*
Make account flags editable with pdbedit.
Volker Lendecke
2003-02-06
1
-4
/
+22
[next]