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 "nt status support" parameter. Fix offline synchronisation.
Jeremy Allison
2002-02-27
1
-0
/
+1
*
|
fix a few defines
Gerald Carter
2002-02-27
1
-0
/
+1
*
|
bcopy must DIE ! Stop people creeping use of bcopy back into the code
Jeremy Allison
2002-02-26
1
-0
/
+5
*
|
Merge of printing performance fixes from appliance.
Tim Potter
2002-02-25
1
-1
/
+1
*
|
Added error for invalid form size.
Tim Potter
2002-02-25
1
-0
/
+1
*
|
Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.
Andrew Bartlett
2002-02-22
1
-1
/
+4
*
|
Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explict
Andrew Bartlett
2002-02-19
1
-2
/
+2
*
|
Added some splint annotations from andreas.
Tim Potter
2002-02-16
2
-0
/
+14
*
|
Removed some random crap that isn't used anymore.
Tim Potter
2002-02-16
2
-48
/
+0
*
|
Add ability to extend ads modification list on the fly. Added ADS_MODLIST type.
Jim McDonough
2002-02-11
1
-0
/
+6
*
|
Bring printing in HEAD inline with 2.2.x and app-head.
Jeremy Allison
2002-02-09
1
-2
/
+3
*
|
preparing for release of 3.0-alpha15
Samba Release Account
2002-02-09
1
-1
/
+1
*
|
Change ADS_ERROR family of macros - removed semicolon from the end, since the...
Jim McDonough
2002-02-02
1
-4
/
+4
*
|
Add ads printer information
Jim McDonough
2002-02-01
1
-0
/
+55
*
|
Added some constants for the flags field in the FORM_1 structure.
Tim Potter
2002-01-31
1
-1
/
+5
*
|
Added constant for WERR_FILE_EXISTS.
Tim Potter
2002-01-31
1
-0
/
+1
*
|
preparing for release of 3.0-alpha14
Samba Release Account
2002-01-30
1
-1
/
+1
*
|
Added wrepld_proto.h
Tim Potter
2002-01-30
1
-0
/
+1
*
|
Removed version number from file header.
Tim Potter
2002-01-30
56
-104
/
+55
*
|
Move the lsa code across to the changed args for lookup_name, and surround it
Andrew Bartlett
2002-01-26
1
-4
/
+2
*
|
This always points at a string literal, so it probably should be 'const'.
Andrew Bartlett
2002-01-26
1
-1
/
+1
*
|
Fixed ADDPRINTEREX to take a devmode and a security descriptor...
Jeremy Allison
2002-01-26
1
-9
/
+4
*
|
rewrote nmbd's wins backend to use a tdb instead of a flat text file.
Jean-François Micouleau
2002-01-25
1
-0
/
+56
*
|
new message type for nmbd
Jean-François Micouleau
2002-01-25
1
-0
/
+1
*
|
Return correct RPC fault PDU on bad handle incoming.
Jeremy Allison
2002-01-25
1
-0
/
+6
*
|
minor fixes
Simo Sorce
2002-01-25
1
-4
/
+3
*
|
This is another *BIG* change...
Andrew Bartlett
2002-01-20
3
-4
/
+69
*
|
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
3
-1
/
+5
*
|
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
2002-01-20
1
-8
/
+85
*
|
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-0
/
+2
*
|
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
[prev]
[next]