index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2001-03-13
simpler and more correct srvstr_push()
Andrew Tridgell
4
-451
/
+451
2001-03-13
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
5
-44
/
+120
2001-03-13
rpc_parse/parse_samr.c: Removed unneeded deubg.
Jeremy Allison
2
-17
/
+10
2001-03-13
AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...
Jeremy Allison
1
-0
/
+5
2001-03-13
We were mismarshalling a netlogon reply for bad password to W2K.
Jeremy Allison
1
-0
/
+5
2001-03-13
move charset_initialize() up in the food chain so that lp_load_services
Gerald Carter
1
-1
/
+2
2001-03-13
converted reply_tcon()
Andrew Tridgell
1
-40
/
+22
2001-03-13
converted a bunch more server functions to unicode
Andrew Tridgell
1
-10
/
+20
2001-03-13
added STR_ASCII flag to srvstr_pull()
Andrew Tridgell
1
-2
/
+2
2001-03-13
- convert chkpath
Andrew Tridgell
1
-4
/
+5
2001-03-13
converted findnext to unicode
Andrew Tridgell
1
-1
/
+1
2001-03-13
Fixed reading of strings from big-endian RPC clients.
Jeremy Allison
8
-18
/
+88
2001-03-13
this patch does a number of things:
Andrew Tridgell
6
-96
/
+127
2001-03-13
Ensure we never return passwords from a user query.
Jeremy Allison
1
-13
/
+62
2001-03-13
Ensure we return the correct names/sids on query info. AS/U showed us what
Jeremy Allison
1
-3
/
+20
2001-03-13
Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wants
Jeremy Allison
2
-8
/
+10
2001-03-12
We copy the RPC header directly from the incoming client - remember to
Jeremy Allison
1
-1
/
+6
2001-03-12
Ok - we're now sending back policy handles to bigendian AS/U correctly.
Jeremy Allison
1
-1
/
+10
2001-03-12
Looks like AS/U doesn't set the FIRST flag in a BIND packet.
Jeremy Allison
1
-1
/
+5
2001-03-11
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
Jeremy Allison
6
-134
/
+77
2001-03-11
Removed JRATEST line.
Jeremy Allison
1
-4
/
+0
2001-03-11
Dead code removal. Not used anywhere.
Jeremy Allison
3
-733
/
+3
2001-03-11
Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"
Jeremy Allison
1
-4
/
+6
2001-03-11
Sync include files between 2.2 and HEAD except for acoount info.
Jeremy Allison
1
-4
/
+4
2001-03-11
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
9
-32
/
+30
2001-03-11
Added JF's new util.
Jeremy Allison
1
-0
/
+64
2001-03-11
Ok - everything now compiles in HEAD (at least the default stuff). We
Jeremy Allison
2
-10
/
+3
2001-03-11
No longer used...
Jeremy Allison
2
-2590
/
+0
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
86
-6949
/
+6708
2001-03-10
Notused.
Jeremy Allison
1
-708
/
+0
2001-03-10
Sync up Urbans changes from 2.2 into HEAD.
Jeremy Allison
2
-5
/
+46
2001-03-10
Merge .cvsignore between 2.2 and HEAD.
Jeremy Allison
1
-0
/
+4
2001-03-10
converted reply_open, reply_open_and_x and reply_fclose
Andrew Tridgell
1
-8
/
+11
2001-03-10
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
5
-37
/
+235
2001-03-10
to use the same macros in the client and server rename the CLISTR_
Andrew Tridgell
10
-511
/
+522
2001-03-10
More documentation in the header in doxygen format
Richard Sharpe
1
-3
/
+12
2001-03-09
Missed some prs_inits.
Jeremy Allison
2
-29
/
+29
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
24
-242
/
+514
2001-03-09
merge of 'lanman auth' and 'min protocol' from 2.2
Gerald Carter
4
-12
/
+35
2001-03-09
More SGI type fixes ...
Richard Sharpe
1
-5
/
+7
2001-03-09
Fixes to testsmbc to ensure it will compile on SGI ...
Richard Sharpe
1
-18
/
+31
2001-03-08
Fixed double fclose() call (I love insure :-).
Jeremy Allison
1
-2
/
+0
2001-03-08
Fix for AS/U not liking it's own assoc_gid.
Jeremy Allison
1
-1
/
+1
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
13
-79
/
+67
2001-03-07
Fix the definition and implementation of smbc_lseekdir ...
Richard Sharpe
2
-74
/
+89
2001-03-06
Implement smbc_lseekdir, but it will have to change ... because it has the
Richard Sharpe
1
-1
/
+52
2001-03-05
smb.h: add one error code for no such printer job
Richard Sharpe
2
-3
/
+29
2001-03-03
Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...
Jeremy Allison
1
-2
/
+4
2001-03-03
Roll back to using malloc/realloc on some of spoolss in head.
Jeremy Allison
5
-100
/
+79
2001-03-02
Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.
Jeremy Allison
4
-10
/
+9
[prev]
[next]