Age | Commit message (Expand) | Author | Files | Lines |
2007-11-13 | Fix potential orphaned open files. | Michael Adam | 1 | -2/+4 |
2007-11-13 | Remove last pstring from smbd/*.c | Jeremy Allison | 5 | -241/+311 |
2007-11-13 | Fix build of the zfs_acl module. | Michael Adam | 1 | -1/+3 |
2007-11-13 | Fix the build: correct prototype. | Michael Adam | 1 | -1/+1 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 14 | -87/+112 |
2007-11-12 | More pstring removal from smbd/*.c | Jeremy Allison | 1 | -11/+17 |
2007-11-12 | Remove pstrings from lanman.c | Jeremy Allison | 1 | -54/+148 |
2007-11-12 | Remove all pstrings from smbd/chgpasswd.c. | Jeremy Allison | 4 | -124/+191 |
2007-11-12 | Fix bug #5073. Allow "delete readonly = yes" to correctly | Jeremy Allison | 1 | -1/+2 |
2007-11-11 | Three more pstring removals. | Jeremy Allison | 3 | -8/+17 |
2007-11-11 | Remove a pstring. | Jeremy Allison | 1 | -4/+11 |
2007-11-11 | Some pstring removal | Volker Lendecke | 4 | -40/+61 |
2007-11-11 | Cosmetic fix | Volker Lendecke | 1 | -3/+5 |
2007-11-11 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2 | -12/+79 |
2007-11-11 | Remove a static fstring | Volker Lendecke | 1 | -11/+12 |
2007-11-11 | Remove a static fstring | Volker Lendecke | 1 | -1/+1 |
2007-11-11 | Convert ctdb_conn.c to enum ndr_error_code | Volker Lendecke | 1 | -12/+13 |
2007-11-11 | Add ndr_errstr | Volker Lendecke | 1 | -0/+66 |
2007-11-10 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 6 | -42/+55 |
2007-11-10 | Remove last pstring from sesssetup.c | Jeremy Allison | 1 | -19/+21 |
2007-11-10 | Fix the build when realpath doesn't take null | Jeremy Allison | 1 | -1/+1 |
2007-11-10 | Remove pstring from service.c. | Jeremy Allison | 1 | -71/+109 |
2007-11-09 | Remove more static fstring/pstrings. Fix socket option | Jeremy Allison | 4 | -123/+212 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) | Stefan Metzmacher | 4 | -30/+40 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (ndrdump) | metze | 1 | -8/+14 |
2007-11-09 | rerun make idl | Stefan Metzmacher | 40 | -4946/+4946 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff) | Stefan Metzmacher | 4 | -94/+94 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (basic stuff) | metze | 4 | -193/+206 |
2007-11-09 | prepare changes in ndr code | Stefan Metzmacher | 1 | -3/+2 |
2007-11-09 | Sanitize smbcacls slightly | Volker Lendecke | 1 | -94/+144 |
2007-11-09 | Fix some warnings | Volker Lendecke | 1 | -9/+18 |
2007-11-09 | nss_wrapper: Fix some warnings | Volker Lendecke | 1 | -1/+1 |
2007-11-09 | Fix some warnings | Volker Lendecke | 2 | -2/+3 |
2007-11-09 | Add some comments | Volker Lendecke | 1 | -3/+3 |
2007-11-09 | Make base64_encode_data_blob return a talloced string | Volker Lendecke | 5 | -20/+21 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 8 | -25/+18 |
2007-11-09 | pstring removal | Volker Lendecke | 1 | -4/+5 |
2007-11-09 | Fix dbwrap debug output | Volker Lendecke | 2 | -5/+6 |
2007-11-09 | make test: try to get a more portable way to get UID and GID | Stefan Metzmacher | 1 | -2/+2 |
2007-11-09 | Fix typo | Karolin Seeger | 1 | -1/+1 |
2007-11-09 | use samba4's librpc/ndr/uuid.c | Stefan Metzmacher | 3 | -127/+229 |
2007-11-09 | The FSF has moved around a lot. This fixes their Mass Ave address. | Michael Adam | 2 | -4/+2 |
2007-11-09 | Find and fix more GPL2 -> GPL3. | Michael Adam | 2 | -2/+2 |
2007-11-09 | r23714: This script allows for adding lists of users (or other objects) | Michael Adam | 1 | -0/+167 |
2007-11-09 | r23711: Refactor the actual creation of object into its own small function. | Michael Adam | 1 | -7/+10 |
2007-11-09 | r23706: Add a script to create domainusers,-groups and -aliases. | Michael Adam | 1 | -0/+155 |
2007-11-09 | make test: start winbindd | Stefan Metzmacher | 3 | -1/+71 |
2007-11-09 | we don't have build-farm specific tests anymore | Stefan Metzmacher | 1 | -4/+1 |
2007-11-09 | remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now | Stefan Metzmacher | 2 | -85/+0 |
2007-11-09 | make test: activate nss_wrapper for make test | Stefan Metzmacher | 2 | -5/+30 |