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
/
include
/
structs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13210: Revert my named pipes patch until it passes not just 'make quicktest'...
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r13208: Clearly separate named pipes from the IPC$ NTVFS type.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12698: Declare model_ops (required for NetBSD)
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
1
-220
/
+7
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
1
-5
/
+3
2007-10-10
r12523: Convert the registry subsystem to use a seperate prototype header
Jelmer Vernooij
1
-4
/
+2
2007-10-10
r12489: Forward declare nbtd_iface_name
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12454: Forward declare struct nbt_iface_name
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12451: Add 'struct libnet_context;' - apparently the order of the prototypes
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12446: Merge mkproto.sh's functionality into mkproto.pl
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12411: Add 'net samdump keytab <keytab>'.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r12200: - move the the winsreplication client and server code to the packet_c...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12122: add forward declaration for packet_context
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11888: - added SMB2 trans support
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11885: Add forgotten files
Volker Lendecke
1
-0
/
+1
2007-10-10
r11801: - added basic SMB2 find support
Andrew Tridgell
1
-2
/
+1
2007-10-10
r11789: - add the start of a SMB2 server
Stefan Metzmacher
1
-4
/
+9
2007-10-10
r11772: - setfileinfo needs a smb2_handle for SMB2 support
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11723: fix the build
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r11721: Fix warnings
Volker Lendecke
1
-0
/
+5
2007-10-10
r11697: - added a generic SMB2 getinfo call
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11680: added smb2_close(). This also demonstrates that file handles are 16
Andrew Tridgell
1
-2
/
+1
2007-10-10
r11679: opening/creating files in SMB2 now works. Lots of unknown parameters
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11674: SMB2 tree connect now works. We do 2 session setups and 2 tree
Andrew Tridgell
1
-0
/
+5
2007-10-10
r11666: filled in the basic session setup. Vista happily accepts the first
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11665: started to put some meat on the structure used for the SMB2 library
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11664: forgot to commit the structs.h change
Andrew Tridgell
1
-0
/
+3
2007-10-10
r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in
Volker Lendecke
1
-0
/
+1
2007-10-10
r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r11202: Add more structs to structs.h
Andrew Bartlett
1
-0
/
+3
2007-10-10
r11193: Implement wbinfo -m
Volker Lendecke
1
-0
/
+1
2007-10-10
r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,...
Volker Lendecke
1
-0
/
+1
2007-10-10
r11052: bring samba4 uptodate with the samba4-winsrepl branch,
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r11051: fix the build,
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r11039: r10352@SERNOX: metze | 2005-09-20 16:50:04 +0200
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r11035: r10347@SERNOX: metze | 2005-09-20 13:40:24 +0200
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r11034: r10344@SERNOX: metze | 2005-09-20 11:35:54 +0200
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r11032: r10342@SERNOX: metze | 2005-09-20 11:00:26 +0200
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r11007: r10109@SERNOX: metze | 2005-09-09 12:29:12 +0200
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r10941: Hmmm. Making that fn static is more correct.
Volker Lendecke
1
-1
/
+0
2007-10-10
r10940: add struct definition
Volker Lendecke
1
-0
/
+1
[next]