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
/
source4
/
librpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6272: For 'programmed' use of an anonymous account, we should use
Andrew Bartlett
1
-2
/
+9
2007-10-10
r6248: added parsing of type 10 UAS announce netlogon packets
Andrew Tridgell
1
-1
/
+36
2007-10-10
r6247: added the server side code for receiving mailslot requests, and
Andrew Tridgell
1
-1
/
+7
2007-10-10
r6245: receive and parse the GETDC response in the NBT-DGRAM test. The test
Andrew Tridgell
1
-1
/
+13
2007-10-10
r6229: Back out these changes ...
Richard Sharpe
1
-15
/
+1
2007-10-10
r6223: added a bit more datagram infrastructure and the beginnings of a test
Andrew Tridgell
1
-6
/
+32
2007-10-10
r6219: This change allows us to fall back to authenticating without
Richard Sharpe
1
-1
/
+15
2007-10-10
r6209: started added code to support mailslot requests over UDP/138
Andrew Tridgell
1
-7
/
+79
2007-10-10
r6194: - fix some spoolss_*Form names and types
Stefan Metzmacher
1
-27
/
+73
2007-10-10
r6191: fix spoolss_Enum* push code
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r6189: move function to the right place
Stefan Metzmacher
1
-8
/
+5
2007-10-10
r6188: correct fix for rev 6182
Stefan Metzmacher
1
-6
/
+2
2007-10-10
r6184: the beginnings of the libcli/dgram/ library, and the dgram
Andrew Tridgell
1
-0
/
+62
2007-10-10
r6182: Jelmer, I think we need to initialize the switch_list, else we are
Richard Sharpe
1
-0
/
+4
2007-10-10
r6181: Use ndr_print_set_switch_value() here as well.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r6180: Use token_lists for storing switch values
Jelmer Vernooij
2
-18
/
+14
2007-10-10
r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need
Stefan Metzmacher
2
-2
/
+323
2007-10-10
r6178: fix ncacn_np connection without sign or seal against NT4
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r6135: - make use of the new dom_sid28 type
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...
Stefan Metzmacher
1
-1
/
+65
2007-10-10
r6132: allow up to 15 sub_auth in a dom_sid
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6131: decompression of DsGetNCChanges level 2 responses works now
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r6129: - add our own MSZIP decompression implementation
Stefan Metzmacher
4
-150
/
+57
2007-10-10
r6118: Make it so that we can do --with-zlib=no in configure and also a couple
Richard Sharpe
1
-21
/
+36
2007-10-10
r6115: don't try to decompress level 7 buffers yet
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r6114: the marker is const and is 0x434B 'CK'
Stefan Metzmacher
1
-5
/
+13
2007-10-10
r6112: try to decompress all chunks and put them together
Stefan Metzmacher
1
-38
/
+73
2007-10-10
r6100: - fix nondiscriminant -> nodiscriminant (that takes me 2 days to find....
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r6099: use the enum print function
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6065: revert test value
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6061: add start of compression support in our rpc code
Stefan Metzmacher
5
-4
/
+224
2007-10-10
r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobody
Andrew Bartlett
1
-1
/
+6
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
4
-428
/
+31
2007-10-10
r6000: add some notes about the cases where compression (or what ever this is)
Stefan Metzmacher
1
-0
/
+14
2007-10-10
r5998: I was wrong with the highwater mark...
Stefan Metzmacher
2
-18
/
+38
2007-10-10
r5986: Fix the build. Metze, could you please verify that this fix is correct?
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r5980: Fix double free after unexpected disconnect.
Jelmer Vernooij
1
-1
/
+5
2007-10-10
r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes the
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r5949: give things more meaning, and reuse structs where it is possible
Stefan Metzmacher
2
-90
/
+96
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
3
-127
/
+101
2007-10-10
r5932: Use cli_credentials somewhat more in the Gtk+ code
Jelmer Vernooij
1
-6
/
+3
2007-10-10
r5930: Fix initialisation of dcerpc_binding->authservice
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
3
-68
/
+48
2007-10-10
r5902: A rather large change...
Andrew Bartlett
6
-165
/
+197
2007-10-10
r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5867: winreg depends on initshutdown now (uses initshutdown_String)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5866: Add InitShutdown IDL and torture test.
Jelmer Vernooij
4
-4
/
+76
2007-10-10
r5850: enable parsing of revision 4 security acl's
Stefan Metzmacher
2
-16
/
+40
[next]