Age | Commit message (Expand) | Author | Files | Lines |
2011-05-02 | s3-printing: include ../librpc/ndr/libndr.h in ads printing. | Günther Deschner | 1 | -0/+1 |
2011-05-02 | s3-smbd: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 3 | -7/+6 |
2011-05-02 | s3-printing: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 3 | -17/+16 |
2011-05-02 | s3-proto: move remaining srvsvc protos to own header file. | Günther Deschner | 4 | -5/+35 |
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 7 | -10/+45 |
2011-05-02 | s3-proto: move more rpc_server prototypes out of proto.h | Günther Deschner | 11 | -25/+60 |
2011-05-02 | s3-rpc_server: remove proto of nonexisting function | Günther Deschner | 2 | -5/+1 |
2011-05-02 | s3-util: move valid_share_pathname() to lib/util.c | Günther Deschner | 3 | -38/+35 |
2011-05-02 | s3-proto: move rpc_srv_register protos and structs to town headerfile. | Günther Deschner | 9 | -19/+49 |
2011-05-02 | s3:libsmb/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILURE | Stefan Metzmacher | 1 | -0/+2 |
2011-04-30 | s3: Make name_resolve_bcast return sockaddr_storage | Volker Lendecke | 4 | -27/+37 |
2011-04-30 | s3: Remove ip_sevice from get_ipc_connect_master_ip | Volker Lendecke | 3 | -7/+7 |
2011-04-30 | s3-build Add popt dep to fix build on FreeBSD | Andrew Bartlett | 1 | -1/+1 |
2011-04-30 | s3-lib: Rely on uint64_t in conv_str_size() | Andrew Bartlett | 2 | -31/+14 |
2011-04-30 | kerberos: Only include gssapi/gssapi_krb5.h when available | Andrew Bartlett | 2 | -2/+2 |
2011-04-30 | s3-waf: Add dependency on popt to fix build on FreeBSD | Andrew Bartlett | 1 | -1/+1 |
2011-04-30 | Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ... | Jeremy Allison | 2 | -4/+10 |
2011-04-29 | Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR. | Jeremy Allison | 1 | -2/+10 |
2011-04-30 | torture test for bug #8111 - CIFS VFS: unexpected error on SMB posix open. | Jeremy Allison | 1 | -0/+55 |
2011-04-29 | Fix bug 8111 - CIFS VFS: unexpected error on SMB posix open | Jeremy Allison | 1 | -12/+49 |
2011-04-29 | s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from. | Günther Deschner | 5 | -5/+9 |
2011-04-29 | s3-proto: remove duplicate prototypes. | Günther Deschner | 6 | -29/+9 |
2011-04-29 | s3-rpc_server: remove some unneeded headers. | Günther Deschner | 1 | -4/+0 |
2011-04-29 | s3-proto: move rpc_server/rpc_handles.c protos to ntdomain.h | Günther Deschner | 2 | -28/+28 |
2011-04-29 | s3-proto: move more librpc prototypes to librpc/rpc/dcerpc.h | Günther Deschner | 3 | -8/+10 |
2011-04-29 | s3-proto: remove remaining nss_info prototypes to nss_info.h | Günther Deschner | 2 | -7/+7 |
2011-04-29 | s3: Avoid a potential 100% CPU loop in winbindd | Volker Lendecke | 1 | -0/+27 |
2011-04-29 | s3: Make winbindd_reinit_after_fork return NTSTATUS | Volker Lendecke | 4 | -12/+23 |
2011-04-29 | s3: In winbind, close parent/child sockets | Volker Lendecke | 4 | -5/+15 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 44 | -2/+46 |
2011-04-29 | s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. | Günther Deschner | 10 | -1/+9 |
2011-04-29 | s3-build: remove some unused headers. | Günther Deschner | 4 | -7/+0 |
2011-04-29 | s3-ldap Only prototype ldap_init_fd() when we have found it in the libraries | Andrew Bartlett | 1 | -0/+3 |
2011-04-29 | build: put doserr.c into it's own subsystem, so it's no longer a duplicate | Andrew Bartlett | 1 | -1/+3 |
2011-04-29 | lib/util Re-merge the string_sub() and all_string_sub() from source3 | Andrew Bartlett | 3 | -135/+1 |
2011-04-29 | lib/util/charset Move strstr_m() to the top level | Andrew Bartlett | 1 | -81/+0 |
2011-04-29 | libcli/smb Move attrib_string in common | Andrew Bartlett | 4 | -23/+4 |
2011-04-29 | s3-client Add TALLOC_CTX argument to attrib_string(). | Andrew Bartlett | 3 | -5/+5 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 14 | -32/+29 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 21 | -87/+86 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID | Andrew Bartlett | 3 | -5/+4 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 23 | -161/+160 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 23 | -171/+170 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 10 | -22/+21 |
2011-04-29 | libcli/smb Move FILE_ATTRIBUTE defines to the top level | Andrew Bartlett | 1 | -20/+0 |
2011-04-29 | s3-libads Move variables into if (socket_wrapper_dir()) where they are used. | Andrew Bartlett | 1 | -4/+4 |
2011-04-29 | build: Fix kerberos build issues in top level build | Andrew Bartlett | 2 | -8/+9 |
2011-04-29 | s3-ldap Move ldap prototypes to inside #ifdef HAVE_LDAP_H | Andrew Bartlett | 1 | -10/+11 |
2011-04-28 | s3: Close the winbind client fds after forking | Volker Lendecke | 1 | -0/+10 |
2011-04-28 | s3: Fix a strange German translation | Volker Lendecke | 1 | -1/+1 |