Age | Commit message (Expand) | Author | Files | Lines |
2007-12-10 | Make the Linux rbtrees compile within Samba | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | After conversations with Jerry, remove smbctool until it's | Jeremy Allison | 1 | -12/+0 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -16/+0 |
2007-12-07 | Remove pstrings completely except for smbctool (what does this do ?). | Jeremy Allison | 1 | -8/+8 |
2007-12-06 | Missed smbmnt popt. | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | Get closer to building with smbmount. Move parameter line changes | Jeremy Allison | 1 | -5/+4 |
2007-12-06 | Add popt to binaries in makefile. Hack clitar to compile until I fix it. | Jeremy Allison | 1 | -40/+41 |
2007-12-05 | * Adds support for cifs.spnego helper into configure and Makefile.in | Igor Mammedov | 1 | -3/+17 |
2007-12-03 | Reanimate rpcclient wkssvc command. | Günther Deschner | 1 | -0/+1 |
2007-11-30 | Add "net dom" command suite to "net". | Günther Deschner | 1 | -2/+2 |
2007-11-30 | Add NetJoinDomain call. | Günther Deschner | 1 | -1/+3 |
2007-11-30 | Move param helper routines to one place. | Günther Deschner | 1 | -1/+1 |
2007-11-22 | Do not link in SOCKET_WRAPPER_OBJ twice | Volker Lendecke | 1 | -1/+1 |
2007-11-21 | Fix unresolved symbols in smbumount from addition of talloc_stackframe(). | Gerald (Jerry) Carter | 1 | -2/+3 |
2007-11-09 | use samba4's librpc/ndr/uuid.c | Stefan Metzmacher | 1 | -1/+2 |
2007-11-09 | make test: start winbindd | Stefan Metzmacher | 1 | -0/+1 |
2007-11-09 | make test: activate nss_wrapper for make test | Stefan Metzmacher | 1 | -2/+2 |
2007-11-09 | use nss_wrapper code in samba3 when --enable-nss-wrapper is given | Stefan Metzmacher | 1 | -1/+2 |
2007-11-06 | Move some access check functions that are not posix-acl specific | Michael Adam | 1 | -0/+1 |
2007-11-01 | Patch from Debian Samba package maintainers: | Gerald (Jerry) Carter | 1 | -3/+13 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Two patches | Volker Lendecke | 1 | -2/+3 |
2007-10-23 | added a syncops VFS module for filesystems which do not guarantee meta-data o... | Andrew Tridgell | 1 | -0/+5 |
2007-10-22 | r25570: move code of the locator child into its own file | Stefan Metzmacher | 1 | -0/+1 |
2007-10-22 | r25568: move idmap related functions into their own file. | Stefan Metzmacher | 1 | -0/+1 |
2007-10-13 | remove unused print_test.c code | Stefan Metzmacher | 1 | -1/+1 |
2007-10-12 | Merge branch 'v3-2-stable' into my_branch | Jelmer Vernooij | 1 | -1/+1 |
2007-10-12 | Fix valgrind window title. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-11 | Rename krb5 locator plugin to "winbind_krb5_locator". | Guenther Deschner | 1 | -5/+5 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -118/+22 |
2007-10-10 | r25570: move code of the locator child into its own file | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r25568: move idmap related functions into their own file. | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r25470: use --immediate like in samba4 to get more usefull output | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce | James Peach | 1 | -5/+6 |
2007-10-10 | r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4'... | Jelmer Vernooij | 1 | -3/+21 |
2007-10-10 | r25406: Make the Linux nss client code thread-safe. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 1 | -35/+33 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24955: Reformat some object lists in Makefile.in to minimize the diff. | Michael Adam | 1 | -11/+22 |
2007-10-10 | r24841: The locator has no dependencies to ldap libs anymore. Also fix the bu... | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r24833: Move locator to nsswitch (does not belong to libads anymore). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24806: Fix the build, sorry... | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r24805: When we can build the locator, build it. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24788: Cleanup some linking msgs and remove references to libmsrpc | Gerald Carter | 1 | -29/+13 |
2007-10-10 | r24748: Remove all dependencies to samba internals and convert the krb5 locat... | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r24745: Merge Simo's shared lib build fix from svn r22842 that was lost | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for... | Günther Deschner | 1 | -4/+5 |
2007-10-10 | r24416: Some more minor edits for libgpo, mostly reformatting and moving of f... | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24302: add a module that overloads the file_id_create VFS function | Stefan Metzmacher | 1 | -0/+5 |