Age | Commit message (Expand) | Author | Files | Lines |
2009-01-27 | s3:smbd: make kernel oplocks event driven | Stefan Metzmacher | 1 | -2/+0 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 1 | -0/+7 |
2009-01-22 | s3:smbd: restructure kernel oplocks code | Stefan Metzmacher | 1 | -6/+13 |
2009-01-20 | "userdom_struct" does not need "full_name" anymore -- unused | Volker Lendecke | 1 | -1/+0 |
2009-01-16 | Add a new implementation of chain_reply | Volker Lendecke | 1 | -0/+9 |
2009-01-09 | s3:smbd: handle incoming smb requests via event handlers | Stefan Metzmacher | 1 | -1/+1 |
2009-01-05 | s3:events: move prototypes to event.h | Stefan Metzmacher | 1 | -3/+0 |
2009-01-04 | async libwbclient infrastructure | Volker Lendecke | 1 | -0/+1 |
2009-01-02 | Happy New Year! | Stefan Metzmacher | 1 | -1/+1 |
2008-12-17 | s3/smb.h: Remove unused LDAP_SSL_ON. | Karolin Seeger | 1 | -1/+1 |
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 1 | -12/+1 |
2008-12-09 | s3: [3/3]: Fix a delete on close divergence from windows and the associated t... | Tim Prouty | 1 | -1/+0 |
2008-12-03 | s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument | Tim Prouty | 1 | -0/+5 |
2008-11-02 | Remove some inbuf references by adding "cmd" to smb_request | Volker Lendecke | 1 | -0/+1 |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 1 | -0/+1 |
2008-11-01 | Remove a bunch of direct inbuf references by adding "buf" to smb_request | Volker Lendecke | 1 | -0/+1 |
2008-11-01 | Add a "buflen" struct member to smb_request | Volker Lendecke | 1 | -0/+1 |
2008-10-31 | Get closer to passing S4 RAW-ACLs. | Jeremy Allison | 1 | -1/+1 |
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -6/+6 |
2008-10-13 | Remove the chain_fsp global | Volker Lendecke | 1 | -0/+1 |
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 1 | -9/+0 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -3/+0 |
2008-10-10 | If you have a large number of cups printers, then scanning for print info can... | Jeremy Allison | 1 | -0/+1 |
2008-09-08 | smbd: some write time fixes | Stefan Metzmacher | 1 | -0/+1 |
2008-09-05 | Write times code update. | Jeremy Allison | 1 | -1/+0 |
2008-08-20 | smbd: fix the handling of create_options to pass RAW-OPEN | Stefan Metzmacher | 1 | -4/+11 |
2008-08-01 | dssync keytab: add support for keeping track of the up-to-date-ness vector. | Michael Adam | 1 | -0/+1 |
2008-07-26 | Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_struct | Volker Lendecke | 1 | -1/+1 |
2008-07-21 | YESS -- remove the PI_* pipe constants | Volker Lendecke | 1 | -18/+0 |
2008-07-19 | The PIPE_ pipename macros are only used in cli_pipe.c | Volker Lendecke | 1 | -20/+0 |
2008-06-27 | libads: Add API call to connect to a global catalog server. | Gerald W. Carter | 1 | -0/+1 |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 1 | -2/+2 |
2008-05-28 | Fix Bug #5285. (libcap header mismatch) | Günther Deschner | 1 | -1/+2 |
2008-05-23 | drsuapi: add all code required for our drsuapi rpc client. | Günther Deschner | 1 | -1/+4 |
2008-05-21 | Compile endpoint mapper pidl output | Volker Lendecke | 1 | -1/+4 |
2008-05-16 | Simplify fake_file logic | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | Remove "user" from connection_struct | Volker Lendecke | 1 | -1/+0 |
2008-05-10 | Add a comment explaining server_info in connection_struct | Volker Lendecke | 1 | -0/+4 |
2008-05-10 | Remove the unix token info from connection_struct | Volker Lendecke | 1 | -8/+0 |
2008-05-10 | Replace nt_user_token with server_info in connection_struct | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | Next try at making the vuid cache circular | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | Add "server_info" to connection_struct | Volker Lendecke | 1 | -0/+2 |
2008-05-10 | Remove unused "force_group" from connection_struct | Volker Lendecke | 1 | -1/+0 |
2008-05-05 | Remove unused dir_status_struct | Volker Lendecke | 1 | -10/+0 |
2008-05-05 | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 1 | -2/+0 |
2008-05-05 | Remove "session_key" from "struct user_struct" | Volker Lendecke | 1 | -2/+0 |
2008-05-05 | Remove "guest" from "struct user_struct" | Volker Lendecke | 1 | -2/+0 |
2008-05-05 | Remove the unix token info from "struct user_struct" | Volker Lendecke | 1 | -7/+0 |
2008-05-05 | Remove "nt_user_token" from "struct user_struct" | Volker Lendecke | 1 | -2/+0 |