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
...
*
|
merge from 2.2
Gerald Carter
2001-11-22
2
-8
/
+65
*
|
--with-msdfs wsa removed
Gerald Carter
2001-11-22
1
-1
/
+0
*
|
Made a libsmbclient doxygen group and moved all the libsmbclient groups
Tim Potter
2001-11-22
1
-13
/
+21
*
|
samr_querydom_info level 1: found the meaning of the unknow fields. And
Jean-François Micouleau
2001-11-21
1
-4
/
+48
*
|
Fix up libsmbclient in head.
Richard Sharpe
2001-11-21
1
-93
/
+96
*
|
forgot this file
Andrew Tridgell
2001-11-20
1
-0
/
+29
*
|
added the beginnings of ADS support in smbd
Andrew Tridgell
2001-11-20
2
-0
/
+35
*
|
added ANS1 integer define
Andrew Tridgell
2001-11-20
1
-0
/
+1
*
|
Move all other paths into dynconfig
Martin Pool
2001-11-19
1
-0
/
+3
*
|
Fix obvious typo.
Martin Pool
2001-11-19
1
-1
/
+1
*
|
Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the moment
Martin Pool
2001-11-19
1
-1
/
+4
*
|
dyn_LOCKDIR should be const because it's never modified directly --
Martin Pool
2001-11-19
1
-1
/
+2
*
|
LIBDIR and LOCKDIR are dynamically configured too.
Martin Pool
2001-11-19
2
-5
/
+1
*
|
LMHOSTSFILE is now dynamically configured too.
Martin Pool
2001-11-19
1
-1
/
+1
*
|
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
2
-0
/
+32
*
|
I *love* removing code :-). Removed 4 files that weren't being used.
Jeremy Allison
2001-11-16
1
-0
/
+1
*
|
Tidyups and things I discovered during the merge...
Jeremy Allison
2001-11-15
1
-1
/
+1
*
|
more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())
Gerald Carter
2001-11-15
1
-0
/
+2
*
|
SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.
Gerald Carter
2001-11-15
1
-1
/
+1
*
|
Fix compile on RedHat 7.2 systems with broken system headers.
Jeremy Allison
2001-11-14
1
-3
/
+1
*
|
verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()
Gerald Carter
2001-11-13
1
-6
/
+3
*
|
Fix typo.
Martin Pool
2001-11-13
1
-2
/
+0
*
|
new Win2k spoolss rpc opnum (unknown right now).
Gerald Carter
2001-11-13
1
-0
/
+6
*
|
Fixed allocation bug in database prog. Some format fixes.
Jeremy Allison
2001-11-12
2
-0
/
+4
*
|
Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the
Gerald Carter
2001-11-09
1
-1
/
+8
*
|
Fixup __LPID -> _LPID.
Jeremy Allison
2001-11-09
1
-1
/
+1
*
|
Added more define bits. Fixed error in vol attributes.
Jeremy Allison
2001-11-08
1
-3
/
+6
*
|
Wrote some stubs for new win2k only spoolss rpc commands:
Tim Potter
2001-11-05
1
-1
/
+40
*
|
Fix for broken-as-shipped RedHat 7.2 system headers. Now we have
Jeremy Allison
2001-11-04
1
-0
/
+12
*
|
a big one:
Simo Sorce
2001-11-04
2
-0
/
+11
*
|
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
2
-3
/
+5
*
|
Added many more defines in service category, user category and others
Steve French
2001-11-03
1
-0
/
+26
*
|
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
2
-33
/
+24
*
|
Added some extra fields to the auth_serversupplied_info structure.
Tim Potter
2001-10-31
1
-0
/
+5
*
|
Fix up smbpasswd -e/-d so that it doesn't change the password under you any
Andrew Bartlett
2001-10-30
1
-0
/
+1
*
|
This commit is number 2 of 4.
Andrew Bartlett
2001-10-29
1
-7
/
+0
*
|
Add popt for parsing commandline options
Jim McDonough
2001-10-23
2
-1
/
+6
*
|
a quick fix to get rpcclient working again. This just disables
Andrew Tridgell
2001-10-22
1
-0
/
+1
*
|
- fixed link order of krb5 libs
Andrew Tridgell
2001-10-22
1
-6
/
+0
*
|
Converted a bunch of 0x85 constants to SMBkeepalive.
Tim Potter
2001-10-20
1
-0
/
+1
*
|
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
2001-10-20
1
-20
/
+23
*
|
Ensure we mask off deny modes correctly on being set (this shouldn't have
Jeremy Allison
2001-10-19
1
-1
/
+1
*
|
Added include guards around file.
Jeremy Allison
2001-10-19
1
-0
/
+4
*
|
Add rap.h for net utility and libsmb
Jim McDonough
2001-10-19
1
-0
/
+2
*
|
Add header for common RAP definitions
Jim McDonough
2001-10-19
1
-0
/
+478
*
|
Restored old Bmpx code - actually used by OS/2.
Jeremy Allison
2001-10-19
2
-0
/
+13
*
|
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
2001-10-18
1
-0
/
+4
*
|
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
2001-10-17
1
-0
/
+6
*
|
very simple asynchronous "lpq" thread patch
Jean-François Micouleau
2001-10-16
1
-0
/
+1
*
|
forgot to add intl.h
Andrew Tridgell
2001-10-14
1
-0
/
+25
[prev]
[next]