Age | Commit message (Expand) | Author | Files | Lines |
2008-03-03 | Zero out the out policy handler in lsa_Close | Volker Lendecke | 1 | -0/+1 |
2008-03-03 | Fix gp_find_file() which broke during the pstring removal. | Günther Deschner | 1 | -2/+5 |
2008-03-03 | Update WHATSNEW. | Karolin Seeger | 1 | -2/+2 |
2008-03-02 | Remove use of deprecated function | Derrell Lipman | 5 | -8/+8 |
2008-03-02 | fixed missing white space | Derrell Lipman | 1 | -0/+1 |
2008-03-01 | Update WHATSNEW for libsmbclient changes | Derrell Lipman | 1 | -0/+65 |
2008-03-01 | Return NULL, not 0, from a function which returns a pointer. | Derrell Lipman | 2 | -3/+2 |
2008-03-01 | change variable name from f to fn for function pointers | Derrell Lipman | 1 | -37/+37 |
2008-03-01 | Comment was in wrong place | Derrell Lipman | 1 | -4/+3 |
2008-03-01 | Mark smbc_option_{get,set} as deprecated | Derrell Lipman | 1 | -23/+3 |
2008-03-01 | Additional revamped libsmbclient documentation | Derrell Lipman | 14 | -2165/+2583 |
2008-03-01 | Modified revamp of the libsmbclient interface. | Derrell Lipman | 11 | -231/+566 |
2008-03-01 | Initial revamp of the libsmbclient interface. | Derrell Lipman | 18 | -7635/+9227 |
2008-03-01 | Make sure we are still able to join Windows 2008. | Günther Deschner | 1 | -2/+1 |
2008-03-01 | Revert "Add basic infrastructure for general async requests" | Volker Lendecke | 4 | -159/+1 |
2008-03-01 | Revert "Add infrastructure to support async SMB requests" | Volker Lendecke | 5 | -577/+1 |
2008-03-01 | Revert "Add async cli_pull support" | Volker Lendecke | 2 | -440/+27 |
2008-03-01 | Revert "Convert cli_read to use cli_pull" | Volker Lendecke | 1 | -15/+163 |
2008-03-01 | Revert "Fix warnings" | Volker Lendecke | 1 | -1/+2 |
2008-03-01 | Fix init_registry_data for subkeyless top-level keys. | Günther Deschner | 1 | -1/+18 |
2008-02-29 | Restore 3.0 behaviour with empty /etc/hosts | Volker Lendecke | 1 | -2/+5 |
2008-02-29 | Check the right variable for being NULL | Volker Lendecke | 1 | -1/+1 |
2008-02-29 | Fix the build w/o ldap. | Günther Deschner | 1 | -1/+4 |
2008-02-29 | Add gp_get_machine_token(). | Günther Deschner | 2 | -0/+75 |
2008-02-29 | Revert "what a wurst." | Günther Deschner | 2 | -75/+0 |
2008-02-29 | what a wurst. | Günther Deschner | 2 | -0/+75 |
2008-02-29 | Add "registry" Group Policy extension. | Günther Deschner | 4 | -1/+660 |
2008-02-29 | Add Group Policy extension infrastructure. | Günther Deschner | 6 | -2/+867 |
2008-02-29 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 10 | -41/+1153 |
2008-02-29 | Patch to fix the "Invalid read of size 4" errors. Bug #3617. | Jeremy Allison | 1 | -0/+18 |
2008-02-29 | Add infrastructure for reading/storing Group Policy state and control data in... | Günther Deschner | 4 | -2/+1126 |
2008-02-29 | Fix warnings | Volker Lendecke | 1 | -2/+1 |
2008-02-29 | Pure cosmetics, trying to get my group policy diff smaller. | Günther Deschner | 5 | -37/+26 |
2008-02-29 | Fix part of bug #3617 from valgrind trace. | Jeremy Allison | 2 | -3/+4 |
2008-02-29 | Eliminate tons of build warnings on non-IPV6 system. | Michael Adam | 2 | -1/+6 |
2008-02-29 | Revert "make idl: Only compile idl files newer than the output to be generated." | Michael Adam | 1 | -1/+1 |
2008-02-29 | Revert "Add libnet_join.idl to the IDL files to be processed by "make idl"." | Michael Adam | 1 | -1/+1 |
2008-02-29 | Rename the 'hidden' variable to 'administrative share'. | Andreas Schneider | 2 | -6/+6 |
2008-02-29 | Fix linking of smbget when there is no shared library support. | Michael Adam | 1 | -1/+1 |
2008-02-29 | Fill in WHATSNEW.txt. | Günther Deschner | 1 | -2/+42 |
2008-02-29 | Attempt to fix the build | Volker Lendecke | 1 | -5/+0 |
2008-02-29 | configure: only build vfs_syncops if dirfd() is available | Stefan Metzmacher | 1 | -1/+6 |
2008-02-29 | configure: Remove lib/repdir.c and related stuff | Stefan Metzmacher | 3 | -449/+0 |
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 4 | -0/+786 |
2008-02-29 | Fix creation of replacetort. | Michael Adam | 1 | -0/+1 |
2008-02-29 | libreplace: add snprintf.c to test code for getifaddrs - needed on some systems. | Michael Adam | 1 | -0/+4 |
2008-02-29 | libreplace: ifdef out ip6 code if unsupported. | Michael Adam | 1 | -0/+2 |
2008-02-29 | libreplace: fix rep_freeifaddrs to not segfault on NULL input. | Michael Adam | 1 | -6/+7 |
2008-02-29 | libreplace: fix silly crashbug in getifaddrs_test(). | Michael Adam | 1 | -1/+3 |
2008-02-29 | libreplace: add missing newline in output of getifaddrs test. | Michael Adam | 1 | -1/+1 |