Age | Commit message (Expand) | Author | Files | Lines |
2007-11-24 | Remove a static | Volker Lendecke | 1 | -3/+5 |
2007-11-23 | Make remote_password_change return malloced error strings | Volker Lendecke | 1 | -2/+3 |
2007-11-23 | add talloc_stackframe() to eventlogadm | Volker Lendecke | 1 | -0/+2 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 1 | -5/+7 |
2007-11-20 | Add talloc stackframe for ntlm_auth.c | Jeremy Allison | 1 | -0/+2 |
2007-11-19 | Add error message to net rap file and net rap file user | Karolin Seeger | 1 | -0/+8 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 2 | -2/+2 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -2/+1 |
2007-11-13 | Remove pstring from param/ | Jeremy Allison | 1 | -4/+4 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) | Stefan Metzmacher | 1 | -3/+6 |
2007-11-09 | Sanitize smbcacls slightly | Volker Lendecke | 1 | -94/+144 |
2007-11-09 | Make base64_encode_data_blob return a talloced string | Volker Lendecke | 2 | -12/+12 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -5/+9 |
2007-11-05 | Ensure we null out the address correctly. | Jeremy Allison | 1 | -1/+2 |
2007-11-06 | Fix another segfault and make smbfilter run again. | Michael Adam | 1 | -1/+3 |
2007-11-06 | Fix a segfault. | Michael Adam | 1 | -0/+2 |
2007-11-06 | Try to fix the build. There was one forgotten caller | Michael Adam | 1 | -2/+2 |
2007-11-05 | Make sure we can read SACLs from the registry. | Günther Deschner | 1 | -1/+5 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 2 | -2/+2 |
2007-11-02 | Forgot one more getnameinfo. | Jeremy Allison | 1 | -1/+1 |
2007-11-02 | Fix Solaris by ensuring we use the IPv4 or IPv6 length | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 3 | -3/+3 |
2007-10-26 | Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE). | Jeremy Allison | 1 | -4/+4 |
2007-10-26 | Fix a few more sockaddr -> sockaddr_storgage. | Jeremy Allison | 1 | -3/+3 |
2007-10-26 | one more struct in_addr => struct sockaddr_storage | Stefan Metzmacher | 1 | -6/+12 |
2007-10-25 | Fixed missing in_addr -> sockaddr_storage conversion (how did | Jeremy Allison | 1 | -10/+14 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 12 | -361/+469 |
2007-10-21 | Don't segfault if locking.tdb can't be opened | Volker Lendecke | 1 | -0/+13 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 11 | -56/+111 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 35 | -296/+296 |
2007-10-18 | Add net rap file user | Karolin Seeger | 1 | -6/+18 |
2007-10-15 | Correctly free memory in regfio paths | Alexander Bokovoy | 1 | -1/+4 |
2007-10-12 | Fix the build WITH_DNS_UPDATES. | Günther Deschner | 1 | -2/+8 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 6 | -13/+15 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 4 | -213/+302 |
2007-10-10 | r25592: Allow to set sec_info for registry security descriptor queries. | Günther Deschner | 1 | -8/+16 |
2007-10-10 | r25526: Fix usage output. | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r25525: Add "net rpc registry getsd <keyname>" to display security descriptors. | Günther Deschner | 1 | -0/+83 |
2007-10-10 | r25499: Fix rpc_file_list_internals | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r25481: Fix some typos, don't panic as non-root on net getdomainsid | Volker Lendecke | 2 | -4/+13 |
2007-10-10 | r25472: Fix the interfaces code to detect IPv6 interfaces, using the | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 2 | -3/+3 |
2007-10-10 | r25402: BUG 4997 (3.2 only): Fix enumration level for smbtree | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 2 | -3/+3 |
2007-10-10 | r25314: Add HKEY_CURRENT_USER to reg_hive_key(). | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to | Michael Adam | 2 | -22/+22 |
2007-10-10 | r25239: fix cut-n-paste bug in code with LIBUNWIND support | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r25201: Fight those red bars... | Michael Adam | 1 | -182/+183 |
2007-10-10 | r25200: Fix a debug message. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r25198: Change net_rpc_join_ok() to return NTSTATUS for better | Michael Adam | 2 | -14/+25 |