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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-12-19
fixed removal of moe than one ncacn_* option from option list
Andrew Tridgell
1
-0
/
+1
2003-12-19
fixed the AddAliasMem test code
Andrew Tridgell
2
-13
/
+44
2003-12-19
added a bunch of alias functions in samr.idl based on work by Kai.
Andrew Tridgell
4
-47
/
+396
2003-12-19
added code to the IDL validator to check for common errors with
Andrew Tridgell
2
-3
/
+51
2003-12-17
fixed a segv in RPC-* when debug level > 2
Andrew Tridgell
1
-1
/
+1
2003-12-17
Fix typo.
Tim Potter
1
-1
/
+1
2003-12-17
fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR test
Andrew Tridgell
1
-5
/
+5
2003-12-17
Delete old python bindings.
Tim Potter
44
-9239
/
+0
2003-12-17
added a smb.conf flag "rpc big endian" that tells our rpc server to
Andrew Tridgell
5
-49
/
+65
2003-12-16
removed some unused functions
Andrew Tridgell
1
-87
/
+0
2003-12-16
fixed formatting of uuids in debug output
Andrew Tridgell
1
-1
/
+1
2003-12-16
added a define for the DCERPC little-endian data representation flag
Andrew Tridgell
2
-8
/
+11
2003-12-16
fixed the RPC-MGMT and RPC-SCANNER tests to work with the new
Andrew Tridgell
3
-50
/
+136
2003-12-16
no longer require the pipe name or tcp port number to be the first
Andrew Tridgell
2
-4
/
+7
2003-12-16
use bigendian mode to fix the idl for samr_LogonHours
Andrew Tridgell
1
-1
/
+1
2003-12-16
much better docs on the smbtorture ncacn syntax, including how to
Andrew Tridgell
1
-4
/
+24
2003-12-16
it turns out that a wire policy handle isn't a blob either, its a
Andrew Tridgell
5
-15
/
+39
2003-12-16
added support for big-endian ucs2 strings (as used by big-endian
Andrew Tridgell
4
-14
/
+52
2003-12-16
a fairly large commit!
Andrew Tridgell
25
-187
/
+280
2003-12-16
the out substructure is not empty if there is a return from the
Andrew Tridgell
1
-0
/
+6
2003-12-16
enable rep_inet_ntoa() for non-pthread builds
Andrew Tridgell
1
-1
/
+4
2003-12-16
more mutex portability.
Andrew Tridgell
2
-10
/
+10
2003-12-16
some compilers can't handle structures with no elements. Generate
Andrew Tridgell
1
-16
/
+46
2003-12-16
more portability fixes. We now almost compile on solaris
Andrew Tridgell
3
-15
/
+17
2003-12-16
use smb_rwlock_t instead of rwlock_t to avoid conflicts with system
Andrew Tridgell
3
-16
/
+16
2003-12-16
don't rely on the ability of perl 5.6.x to remove elements from arrays
Andrew Tridgell
1
-1
/
+4
2003-12-16
make sure we have a value for DEFAULT_PRINTING on all platforms
Andrew Tridgell
1
-2
/
+0
2003-12-16
remove a redundent second check for PAM
Andrew Tridgell
1
-19
/
+0
2003-12-16
cope with different cpp formatting on some systems, and make sure we
Andrew Tridgell
2
-2
/
+16
2003-12-15
use the @CPP@ value from configure if possible when determining cpp in
Andrew Tridgell
3
-4
/
+12
2003-12-15
lets see if "cc -E" keeps more of the build farm happy then "cpp"
Andrew Tridgell
1
-1
/
+1
2003-12-15
lots of shells don't have the -nt test, so use hackish find command
Andrew Tridgell
1
-2
/
+7
2003-12-15
added "pidl.pl --template" to dump a rough template to save typing
Andrew Tridgell
3
-2
/
+96
2003-12-15
fixed srvsvc DiskEnum call
Andrew Tridgell
2
-17
/
+19
2003-12-15
patch from metze with updates to srvsvc and changes to pidl to allow
Andrew Tridgell
3
-88
/
+126
2003-12-15
make sure we allow clients to negotiate ntlmssp seal if they want it
Andrew Tridgell
1
-1
/
+2
2003-12-15
make pidl no longer dependent on Data::Dumper, which isn't installed
Andrew Tridgell
8
-18
/
+4
2003-12-15
fixed a typo in the m4 file
Andrew Tridgell
1
-1
/
+1
2003-12-15
"make idl" is now incremental and "make idl_full" is a full idl build
Andrew Tridgell
1
-4
/
+4
2003-12-15
a script fix for the build farm
Andrew Tridgell
1
-1
/
+2
2003-12-15
disable pam in samba4 until someone fixes it (hi andrew!)
Andrew Tridgell
1
-4
/
+6
2003-12-15
don't try and build the libclient stuff in samba4 yet
Andrew Tridgell
1
-1
/
+1
2003-12-15
more flexible handling of [] in binding strings
Andrew Tridgell
1
-2
/
+14
2003-12-15
added some ncacn_* binding string examples
Andrew Tridgell
1
-0
/
+31
2003-12-15
allow the specification of full dcerpc endpoint binding strings on the
Andrew Tridgell
3
-125
/
+320
2003-12-15
switch off the default of ntlmssp on rpc on smb as some windows pipes
Andrew Tridgell
1
-1
/
+1
2003-12-15
fixed the handling of zero-length top level arrays in pidl
Andrew Tridgell
1
-3
/
+5
2003-12-15
zero length echo is not an error
Andrew Tridgell
1
-0
/
+4
2003-12-15
fixed the transfer syntax in the dcerpc bind reply
Andrew Tridgell
1
-2
/
+2
2003-12-14
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
11
-170
/
+167
[next]