Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-22 | Revert "Add some initial hook to the front page" | Volker Lendecke | 1 | -3/+0 | |
This reverts commit cfce2d3611f225244fadf3d27d76371827fd6422. | |||||
2009-03-22 | Revert "Reformatting" | Volker Lendecke | 1 | -10/+5 | |
This reverts commit db447d0c476699dbf7fa0567c67f5938674ec811. | |||||
2009-03-22 | Revert "Document talloc_pool()" | Volker Lendecke | 1 | -35/+0 | |
This reverts commit 27944ed7452207ef3c686ff6bcd9c4e1cb7f36d8. | |||||
2009-03-22 | Revert "Add a talloc_internal "module"" | Volker Lendecke | 1 | -9/+0 | |
This reverts commit 02662d56c64f367bffa2febba9a396c15454cfdb. | |||||
2009-03-22 | Revert "Document _talloc" | Volker Lendecke | 1 | -10/+1 | |
This reverts commit 2ce70d4f5a30973b4cc083dbbb38b519007a31bd. | |||||
2009-03-22 | Revert "Document TALLOC_FREE()" | Volker Lendecke | 1 | -10/+0 | |
This reverts commit 3f81649b8dcadb3bd424f41d803dbd59f770b9ba. | |||||
2009-03-22 | Revert "Document talloc_parent, talloc_parent_name and talloc_is_parent" | Volker Lendecke | 1 | -29/+0 | |
This reverts commit 986c2e01cca0be993f1e52d3a27819f4044bfe4b. | |||||
2009-03-22 | Revert "Document talloc_zero_array()" | Volker Lendecke | 1 | -16/+0 | |
This reverts commit 59dff5745528a3efe585cdeb03e2bedd6b2e404a. | |||||
2009-03-21 | Document talloc_zero_array() | Volker Lendecke | 1 | -0/+16 | |
2009-03-21 | Document talloc_parent, talloc_parent_name and talloc_is_parent | Volker Lendecke | 1 | -0/+29 | |
2009-03-21 | Document TALLOC_FREE() | Volker Lendecke | 1 | -0/+10 | |
2009-03-21 | Document _talloc | Volker Lendecke | 1 | -1/+10 | |
2009-03-21 | Add a talloc_internal "module" | Volker Lendecke | 1 | -0/+9 | |
2009-03-21 | Document talloc_pool() | Volker Lendecke | 1 | -0/+35 | |
2009-03-21 | Reformatting | Volker Lendecke | 1 | -5/+10 | |
2009-03-21 | Add some initial hook to the front page | Volker Lendecke | 1 | -0/+3 | |
2009-03-21 | Add a default "undocumented" module | Volker Lendecke | 1 | -0/+9 | |
2009-03-21 | Delete talloc_guide.txt | Volker Lendecke | 1 | -694/+0 | |
2009-03-21 | Convert the contents of talloc_guide.txt to doxygen-style talloc.h comments | Volker Lendecke | 1 | -1/+1023 | |
talloc_guide.txt was partly outdated, and as going through talloc.h now shows it was incomplete. | |||||
2009-03-21 | Add a basic Doxyfile for talloc | Volker Lendecke | 1 | -0/+8 | |
2009-03-21 | s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests | Stefan Metzmacher | 3 | -0/+246 | |
This will be used as part a the franky setup, where nmbd will forward the MAILSLOT requests to the local samba4 CLDAP server. "nmbd_proxy_logon:cldap_server = 127.0.0.1" would configure and activate this feature. metze | |||||
2009-03-21 | selftest/Samba3: always use the same timeout for all servers | Stefan Metzmacher | 1 | -17/+15 | |
metze | |||||
2009-03-21 | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 3 | -16/+16 | |
metze | |||||
2009-03-21 | s4:smbd: the name of the binary is "samba" now | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-21 | socket_wrapper: fix connect() for dgram sockets, if the destination isn't ↵ | Stefan Metzmacher | 1 | -3/+7 | |
there yet metze | |||||
2009-03-21 | s4/provision: Use existing serverrole variable. | Matthias Dieter Wallnoefer | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-21 | pyldb: Let conversion to LDIF up to the user of the API rather than doing | Jelmer Vernooij | 1 | -12/+1 | |
it implicitly. | |||||
2009-03-21 | Remove unnecessary duplication of string in memory. | Jelmer Vernooij | 1 | -5/+16 | |
2009-03-20 | Adapt Zahari's test to the generic LDB Python tests. | Jelmer Vernooij | 1 | -0/+13 | |
2009-03-20 | Setting nTSecurityDescriptor via LDAP fails | zahari | 1 | -2/+4 | |
Fix for the problem was substitute talloc_strndup() with talloc_memdup(), allocate 1 more character and put null character ('\0') in the extra place so data copied is null terminated. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-20 | Add more comments. | Jelmer Vernooij | 1 | -6/+25 | |
2009-03-20 | s3-spoolss: _spoolss_EnumPrinters level 3 always returns WERR_UNKNOWN_LEVEL. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2009-03-20 | s3-spoolss: implement enumprinters_level4. | Günther Deschner | 1 | -1/+24 | |
Guenther | |||||
2009-03-20 | s3-spoolss: implement enumprinters_level5. | Günther Deschner | 1 | -2/+8 | |
Guenther | |||||
2009-03-20 | s3-spoolss: use enum_all_printers_info_level for level 1 and 2. | Günther Deschner | 1 | -110/+8 | |
Guenther | |||||
2009-03-20 | s3-spoolss: add enum_all_printers_info_level(). | Günther Deschner | 1 | -0/+77 | |
Guenther | |||||
2009-03-20 | s3-spoolss: apply some const in spoolss server. | Günther Deschner | 3 | -42/+45 | |
Guenther | |||||
2009-03-20 | s3-rpcclient: allow to set flags in enumprinters command. | Günther Deschner | 1 | -4/+9 | |
Guenther | |||||
2009-03-20 | Fix uninstallman. | Matthias Dieter Wallnoefer | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-20 | selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ↵ | Stefan Metzmacher | 1 | -1/+4 | |
the shell scripts When we kill the timelimit process with SIGKILL, it can't kill its children... metze | |||||
2009-03-20 | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 | |
Guenther | |||||
2009-03-20 | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 | |
Guenther | |||||
2009-03-20 | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 1 | -7/+3 | |
Guenther | |||||
2009-03-20 | s3-krb5: Fix Coverity #762 (REVERSE_INULL). | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2009-03-20 | s3-net: Fix Coverity #861 (UNINIT). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-20 | s3-net: Fix Coverity #898 (UNINIT). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 4 | -190/+188 | |
sorry, I just need to do that. Guenther | |||||
2009-03-20 | s3-krb5: Fix Coverity #722 (RESOURCE_LEAK). | Günther Deschner | 1 | -12/+18 | |
Guenther | |||||
2009-03-20 | s3-net: Fix Coverity #886 (FORWARD_NULL). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-20 | s3-samr: try to to fix password_expired flag handling. | Günther Deschner | 3 | -52/+161 | |
Guenther |