Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11772: - setfileinfo needs a smb2_handle for SMB2 support | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls | Andrew Tridgell | 2 | -6/+52 |
2007-10-10 | r11756: split out the parsers for the pass-through levels of QFSINFO and | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r11740: add some EA error codes | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packets | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11724: - move checks packet size and protocol version, | Stefan Metzmacher | 1 | -0/+2 |
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 | r11675: a more general way of getting rid of compiler warnings and errors | Stefan Metzmacher | 1 | -1/+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 | r11545: Remove old #define. | Andrew Bartlett | 1 | -8/+0 |
2007-10-10 | r11404: Another torture test and a new WERR. | Andrew Bartlett | 1 | -0/+1 |
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 | r11207: Correct principal search define | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11202: Add more structs to structs.h | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r11201: New filters for searching in secrets.ldb | Andrew Bartlett | 1 | -1/+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 | r10982: Move credentials.h into auth/credentials, and add flags needed by | Andrew Bartlett | 2 | -77/+1 |
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 |
2007-10-10 | r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r10867: add WERR_UNKNOWN_REVISION errorcode | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r10852: Continuation-based programming can become a bit spaghetti... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10834: Work in progress on winbind. With some helper routines the composite ... | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r10825: Complete wbinfo -n | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10809: Add struct decl | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r10766: - make it possible to mark a wrepl_request as send only, | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r10691: This gets half-way to wbinfo -n. It acquires an lsa pipe, and does a | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10683: Samba3's wbinfo -t should give the correct answer now. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10680: Fix a warning. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r10677: Add smb_composite_connectmulti: Send out multiple SYN packets at once... | Volker Lendecke | 1 | -0/+1 |