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
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dcerpc over tcp in the samba4 server now works to some extent. It
Andrew Tridgell
2003-12-13
15
-91
/
+496
*
rpcdump.exe now works fine against a Samba4 server
Andrew Tridgell
2003-12-13
5
-13
/
+68
*
added the epm_Map() call.
Andrew Tridgell
2003-12-13
4
-68
/
+170
*
added a basic dcerpc endpoint mapper to Samba4. Currently only
Andrew Tridgell
2003-12-13
14
-39
/
+562
*
after chatting with jeremy I decided to use a separate directory for
Andrew Tridgell
2003-12-12
2
-1
/
+1
*
Small cleanup of test code. Rename enum indexes to be the same name
Tim Potter
2003-12-12
2
-114
/
+88
*
Got winreg_EnumValue working - what a mess!
Tim Potter
2003-12-12
2
-20
/
+86
*
Added routines for arrays of uint16s.
Tim Potter
2003-12-12
1
-0
/
+33
*
added support for sending bind_nak replies in the rpc server
Andrew Tridgell
2003-12-12
2
-17
/
+79
*
added the echo pipe test calls
Andrew Tridgell
2003-12-12
1
-2
/
+45
*
we now support pdu fragmentation on both input and output in the rpc
Andrew Tridgell
2003-12-12
2
-41
/
+103
*
added handling of fragmented requests in the rpc server
Andrew Tridgell
2003-12-12
2
-8
/
+67
*
handle the auto-allocation of [ref] output arrays in pidl. This
Andrew Tridgell
2003-12-12
2
-11
/
+9
*
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
2003-12-12
21
-68
/
+485
*
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
2003-12-11
9
-33
/
+232
*
more portable array of endpoints code from pidl
Andrew Tridgell
2003-12-10
2
-5
/
+8
*
the rest of the initial rpc server side infrastructure
Andrew Tridgell
2003-12-10
7
-80
/
+195
*
initial rpc server side infrastructure
Andrew Tridgell
2003-12-10
3
-0
/
+280
*
* removed some unused code
Andrew Tridgell
2003-12-10
20
-911
/
+552
*
remove the tdbsam code for now. I have other plans for SAM backends :)
Andrew Tridgell
2003-12-08
1
-10
/
+2
*
some systems don't have "which" and some systems don't have the "-nt"
Andrew Tridgell
2003-12-08
3
-61
/
+54
*
fixed shell scripting error
Andrew Tridgell
2003-12-08
1
-1
/
+1
*
cope with yapp not being installed
Andrew Tridgell
2003-12-08
1
-2
/
+6
*
"make proto" now depends on "make idl_test"
Andrew Tridgell
2003-12-08
1
-1
/
+1
*
commit idl.pm now, as many build farm machines don't have 'yapp'
Andrew Tridgell
2003-12-08
4
-36
/
+1999
*
* reduced the number of grammer conflicts a lot using (arbitrary)
Andrew Tridgell
2003-12-08
3
-8
/
+14
*
don't save the intermediate form to disk unless we need to
Andrew Tridgell
2003-12-07
1
-19
/
+14
*
a bit more speed and better line matching in errors
Andrew Tridgell
2003-12-07
1
-4
/
+8
*
make pidl a little less verbose
Andrew Tridgell
2003-12-07
1
-4
/
+2
*
re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This
Andrew Tridgell
2003-12-07
7
-3075
/
+317
*
removed an unused file
Andrew Tridgell
2003-12-04
1
-325
/
+0
*
merged more updates from Jim Myers
Andrew Tridgell
2003-12-04
7
-53
/
+662
*
* added a debug thread id hook from jim myers
Andrew Tridgell
2003-12-04
3
-1
/
+18
*
* patch based on work by Jim Myers to unify the ioctl handling to be
Andrew Tridgell
2003-12-04
13
-100
/
+224
*
don't use c++ comments
Andrew Tridgell
2003-12-04
2
-4
/
+8
*
we can't have two functions with the same name
Andrew Tridgell
2003-12-04
1
-1
/
+1
*
don't use c++ style comments
Andrew Tridgell
2003-12-04
1
-2
/
+2
*
some OSes already have a uint_t
Andrew Tridgell
2003-12-04
2
-7
/
+1
*
my debian unstable box uses "autoconf2.50" - i wish there were a
Andrew Tridgell
2003-12-04
1
-2
/
+2
*
Updated some of the function names in the IDL.
Tim Potter
2003-12-03
1
-56
/
+57
*
My first stab at Samba4 IDL!
Andrew Bartlett
2003-12-03
2
-4
/
+150
*
added netr_LogonControl2Ex()
Andrew Tridgell
2003-12-02
2
-16
/
+100
*
added netr_DatabaseSync2()
Andrew Tridgell
2003-12-02
2
-10
/
+65
*
added netr_LogonControl2() and netr_ServerAuthenticate2()
Andrew Tridgell
2003-12-02
2
-27
/
+173
*
Initial step at cleaning and splitting up configure.in.
Jelmer Vernooij
2003-12-02
10
-563
/
+515
*
added netr_LogonControl() and netr_GetAnyDCName()
Andrew Tridgell
2003-12-02
2
-43
/
+109
*
Add script useful for finding checks for headers that are never used
Jelmer Vernooij
2003-12-02
1
-0
/
+38
*
added netr_GetDcName() - quite a useful call
Andrew Tridgell
2003-12-02
2
-10
/
+36
*
added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED call
Andrew Tridgell
2003-12-02
2
-17
/
+56
*
added netr_AccountDeltas(), which w2k3 gives
Andrew Tridgell
2003-12-02
2
-6
/
+54
[prev]
[next]