Age | Commit message (Expand) | Author | Files | Lines |
2008-02-04 | str_list_free is not needed anymore | Volker Lendecke | 1 | -17/+1 |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 2 | -13/+6 |
2008-02-04 | Simplify str_list_xxx | Volker Lendecke | 1 | -111/+47 |
2008-02-04 | popt: Use SMB_CONF_PATH environment var if no other configfile is set. | Kai Blin | 1 | -3/+12 |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -23/+2 |
2008-02-02 | Convert receive_smb_raw to NTSTATUS | Volker Lendecke | 1 | -44/+7 |
2008-02-02 | read_socket_with_timeout_ntstatus->read_socket_with_timeout | Volker Lendecke | 1 | -8/+7 |
2008-02-02 | Get rid of read_socket_with_timeout | Volker Lendecke | 1 | -22/+23 |
2008-02-02 | Convert read_smb_length to return NTSTATUS | Volker Lendecke | 1 | -18/+5 |
2008-02-02 | Convert read_smb_length_return_keepalive to return NTSTATUS | Volker Lendecke | 1 | -36/+44 |
2008-02-02 | Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatus | Volker Lendecke | 1 | -2/+19 |
2008-02-02 | Add read_socket_with_timeout_ntstatus | Volker Lendecke | 1 | -23/+48 |
2008-02-02 | Return NOTFOUND from db_tdb_delete if the record does not exist | Volker Lendecke | 1 | -2/+9 |
2008-02-01 | NetBSD needs LD_LIBRARY_PATH | Volker Lendecke | 1 | -0/+3 |
2008-02-01 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2008-02-01 | Ensure that convert_string_allocate() allocates 2 extra | Jeremy Allison | 1 | -6/+14 |
2008-02-01 | NetBSD does not support AI_ADDRCONFIG | Volker Lendecke | 1 | -0/+7 |
2008-01-31 | Re-run make idl. | Günther Deschner | 1 | -2/+2 |
2008-01-31 | merged tdb transaction fix | Andrew Tridgell | 1 | -0/+3 |
2008-01-29 | Eliminate remote tree of dsgetdcname (which will happen in libnetapi then). | Günther Deschner | 1 | -3/+3 |
2008-01-27 | We need to leave the corepath around | Volker Lendecke | 1 | -1/+0 |
2008-01-27 | Adding missing calls to va_end(). | Tim Potter | 4 | -2/+16 |
2008-01-25 | Tiny simplification | Volker Lendecke | 1 | -8/+7 |
2008-01-25 | Remove a pointless while loop | Volker Lendecke | 1 | -11/+7 |
2008-01-25 | Add LIBNETAPI_LOCAL_SERVER() macro. | Günther Deschner | 1 | -0/+5 |
2008-01-25 | No need to close registry on libnetapi_free() anymore. | Günther Deschner | 1 | -1/+0 |
2008-01-24 | More read_data -> read_socket_with_timeout | Volker Lendecke | 1 | -16/+3 |
2008-01-23 | read_socket_with_timeout has timeout=0 handling | Volker Lendecke | 1 | -38/+1 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 2 | -16/+18 |
2008-01-23 | Fix tab_depth: it should not create an extra debug header. | Michael Adam | 1 | -1/+1 |
2008-01-22 | Move samba_extended_info_version to smbd/trans2.c | Volker Lendecke | 1 | -32/+0 |
2008-01-22 | Avoid use of uninitialized memory | Volker Lendecke | 1 | -1/+4 |
2008-01-22 | Get Samba version or capability information from Windows | Corinna Vinschen | 1 | -0/+29 |
2008-01-22 | libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_t | Stefan Metzmacher | 1 | -0/+25 |
2008-01-21 | util_sock: Don't return a pointer to freed memory. | Kai Blin | 1 | -1/+2 |
2008-01-21 | util_sock: Fix memcache bug in get_mydnsfullname. | Kai Blin | 1 | -3/+3 |
2008-01-21 | Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c | Michael Adam | 1 | -97/+0 |
2008-01-20 | Fix some "set but never used" warnings | Volker Lendecke | 1 | -3/+1 |
2008-01-20 | Some systems do not have XATTR_ defined | Volker Lendecke | 1 | -5/+0 |
2008-01-19 | Add "split_ntfs_stream_name()" together with a torture test | Volker Lendecke | 1 | -0/+90 |
2008-01-19 | Add an error mapping for ENOATTR | Volker Lendecke | 1 | -0/+3 |
2008-01-19 | Use SAFE_FREE instead of free | Volker Lendecke | 1 | -1/+2 |
2008-01-19 | Tiny memory leak in lib/version.c | Corinna Vinschen | 1 | -0/+1 |
2008-01-19 | afs: Use talloc_stackframe() instead of talloc_init() | Kai Blin | 1 | -1/+1 |
2008-01-19 | util_str: Don't return memory from talloc_tos(), use mem_ctx instead. | Kai Blin | 2 | -13/+16 |
2008-01-18 | Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor... | Stefan Metzmacher | 1 | -4/+0 |
2008-01-18 | libreplace: Escape asterisk. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-18 | Try to fix the build on Tru64; avoid single quotes because they get expanded ... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-18 | r26550: libreplace: fallback to __ss_family of struct sockaddr_storage | Stefan Metzmacher | 2 | -0/+29 |
2008-01-18 | r26102: libreplace: remove system/printing.h as it only contains samba3 stuff | Stefan Metzmacher | 2 | -51/+0 |