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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added some guards.
Tim Potter
2002-01-17
1
-0
/
+4
*
|
Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
Jeremy Allison
2002-01-16
1
-3
/
+3
*
|
Fixup error mapping so we have only one table containing errno -> dos error -...
Jeremy Allison
2002-01-16
1
-0
/
+7
*
|
Added CIFS UNIX extension code to client.
Jeremy Allison
2002-01-16
1
-0
/
+6
*
|
At leadt don't lose this - I need to re-sync trans2.c between 2.2.x and
Jeremy Allison
2002-01-16
1
-27
/
+66
*
|
Roll back PSTRING_SANCTIFY patch; just leave non-controversial type
Martin Pool
2002-01-16
2
-40
/
+4
*
|
Split pstring definitions into their own header.
Martin Pool
2002-01-15
2
-53
/
+72
*
|
Integrate with PSTRING_SANCTIFY.
Martin Pool
2002-01-15
1
-4
/
+4
*
|
Change the passdb interface to use allocated strings.
Andrew Bartlett
2002-01-15
1
-13
/
+17
*
|
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
2002-01-14
1
-1
/
+2
*
|
PSTRING_SANCTIFY:
Martin Pool
2002-01-14
1
-3
/
+50
*
|
Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...
Jeremy Allison
2002-01-12
1
-0
/
+20
*
|
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
1
-18
/
+24
*
|
preparing for release of 3.0-alpha13
Samba Release Account
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
/
+7
*
|
Correct4ed comment.
Tim Potter
2002-01-11
1
-1
/
+1
*
|
added structure members referred to by recent changes in vfs-wrap.c
Herb Lewis
2002-01-10
1
-1
/
+5
*
|
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy Allison
2002-01-10
2
-0
/
+7
*
|
Oh joy - the original code didn't do mapping of the perms onto the wire.
Jeremy Allison
2002-01-10
1
-11
/
+41
*
|
We need to test for major/minor macros.
Jeremy Allison
2002-01-10
2
-0
/
+13
*
|
Getting ready to add UNIX extensions in HEAD also.
Jeremy Allison
2002-01-10
4
-27
/
+96
*
|
Added tests for st_blocks in struct stat, and added a (hateful) constant
Jeremy Allison
2002-01-09
1
-0
/
+2
*
|
Add two more memory-debug smbcontrol messages: these ones should
Martin Pool
2002-01-09
1
-0
/
+8
*
|
With --enable-dmalloc, also use dmalloc's wrappers around routines
Martin Pool
2002-01-09
1
-1
/
+4
*
|
Add UNUSED(paramname) macro to be used in parameter lists, to quieten
Martin Pool
2002-01-09
1
-1
/
+10
*
|
Fix macro name controlling inclusion of DMALLOC.
Martin Pool
2002-01-09
1
-1
/
+1
*
|
Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERROR
Tim Potter
2002-01-07
2
-2
/
+2
*
|
DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent
Tim Potter
2002-01-06
1
-0
/
+1
*
|
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
1
-13
/
+21
*
|
Add a talloc varient of the data_blob functions.
Andrew Bartlett
2002-01-05
1
-1
/
+2
*
|
Added WERROR for non local domain.
Jeremy Allison
2002-01-03
1
-0
/
+1
*
|
Update the NT_STATUS -> DOS error table.
Andrew Bartlett
2002-01-03
1
-0
/
+2
*
|
Clarify doc for SAFE_FREE.
Martin Pool
2002-01-03
1
-3
/
+7
*
|
Add talloc_asprintf_append, which grows an existing string buffer to
Martin Pool
2002-01-03
1
-0
/
+6
*
|
Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE to
Tim Potter
2002-01-03
1
-0
/
+3
*
|
Removed unused #define
Tim Potter
2002-01-03
1
-1
/
+0
*
|
removed stuff I wasn't using
Gerald Carter
2002-01-02
1
-49
/
+0
*
|
ooops./ forgot one
Gerald Carter
2002-01-02
1
-1
/
+1
*
|
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-48
/
+55
*
|
Make user enumeration work for w2k and win9x.
Jeremy Allison
2002-01-02
1
-1
/
+4
*
|
Doc.
Martin Pool
2002-01-02
1
-2
/
+1
*
|
struct cli_state remembers the pipe name that it's talking to, if any,
Martin Pool
2002-01-02
1
-0
/
+3
*
|
renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headers
Andrew Tridgell
2002-01-01
2
-1
/
+1
*
|
A farily large commit:
Andrew Bartlett
2002-01-01
1
-2
/
+5
*
|
Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k
Jeremy Allison
2001-12-31
1
-1
/
+1
*
|
cope with systems that don't have full gssapi libs
Andrew Tridgell
2001-12-31
2
-2
/
+3
*
|
Add 'net rpc shutdown' and 'net rpc abortshutdown'.
Andrew Bartlett
2001-12-31
1
-0
/
+4
*
|
some merges from 2.2. Still need to merge in changes from pdb_tdb.c
Gerald Carter
2001-12-31
1
-0
/
+1
*
|
Make Samba compile on RH 6.2 again.
Andrew Bartlett
2001-12-30
2
-0
/
+7
*
|
When running interactive we want to set our own process group for
Jeremy Allison
2001-12-30
1
-1
/
+4
[prev]
[next]