Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2009-03-21 | selftest/Samba3: always use the same timeout for all servers | Stefan Metzmacher | 1 | -17/+15 |
2009-03-21 | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 3 | -16/+16 |
2009-03-21 | s4:smbd: the name of the binary is "samba" now | Stefan Metzmacher | 1 | -1/+1 |
2009-03-21 | socket_wrapper: fix connect() for dgram sockets, if the destination isn't the... | Stefan Metzmacher | 1 | -3/+7 |
2009-03-21 | s4/provision: Use existing serverrole variable. | Matthias Dieter Wallnoefer | 1 | -1/+1 |
2009-03-21 | pyldb: Let conversion to LDIF up to the user of the API rather than doing | Jelmer Vernooij | 1 | -12/+1 |
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 |
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 |
2009-03-20 | s3-spoolss: implement enumprinters_level4. | Günther Deschner | 1 | -1/+24 |
2009-03-20 | s3-spoolss: implement enumprinters_level5. | Günther Deschner | 1 | -2/+8 |
2009-03-20 | s3-spoolss: use enum_all_printers_info_level for level 1 and 2. | Günther Deschner | 1 | -110/+8 |
2009-03-20 | s3-spoolss: add enum_all_printers_info_level(). | Günther Deschner | 1 | -0/+77 |
2009-03-20 | s3-spoolss: apply some const in spoolss server. | Günther Deschner | 3 | -42/+45 |
2009-03-20 | s3-rpcclient: allow to set flags in enumprinters command. | Günther Deschner | 1 | -4/+9 |
2009-03-20 | Fix uninstallman. | Matthias Dieter Wallnoefer | 1 | -1/+1 |
2009-03-20 | selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ... | Stefan Metzmacher | 1 | -1/+4 |
2009-03-20 | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 |
2009-03-20 | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 |
2009-03-20 | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 1 | -7/+3 |
2009-03-20 | s3-krb5: Fix Coverity #762 (REVERSE_INULL). | Günther Deschner | 1 | -6/+6 |
2009-03-20 | s3-net: Fix Coverity #861 (UNINIT). | Günther Deschner | 1 | -1/+1 |
2009-03-20 | s3-net: Fix Coverity #898 (UNINIT). | Günther Deschner | 1 | -1/+1 |
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 4 | -190/+188 |
2009-03-20 | s3-krb5: Fix Coverity #722 (RESOURCE_LEAK). | Günther Deschner | 1 | -12/+18 |
2009-03-20 | s3-net: Fix Coverity #886 (FORWARD_NULL). | Günther Deschner | 1 | -1/+1 |
2009-03-20 | s3-samr: try to to fix password_expired flag handling. | Günther Deschner | 3 | -52/+161 |
2009-03-20 | s4:build: include ../libcli/cldap/config.mk | Stefan Metzmacher | 1 | -0/+1 |
2009-03-20 | Fix crash in async_smb.c | Bo Yang | 1 | -3/+6 |
2009-03-20 | s4:fullschema Use server-side sort to make the output deterministic | Andrew Bartlett | 1 | -2/+4 |
2009-03-20 | s4:ldb Allow paged_searches to be mixed with other controls | Andrew Bartlett | 1 | -3/+3 |
2009-03-20 | s4: Remove autogenerated attributes from minschema and fullschema output | Andrew Bartlett | 2 | -16/+0 |
2009-03-20 | Add minschema like tool to extract and dump the full schema from AD | Andrew Bartlett | 1 | -0/+191 |
2009-03-20 | s4:minschma Fix aggregate schema generation in minschema | Andrew Bartlett | 1 | -24/+23 |
2009-03-20 | s4:ldb Ensure to pass down options to LDB from python | Andrew Bartlett | 1 | -3/+3 |
2009-03-20 | s4:ldb Fix the paged_searches module | Andrew Bartlett | 1 | -58/+51 |
2009-03-20 | Merge branch 'master' of git://git.samba.org/samba into minschema | Jelmer Vernooij | 312 | -16985/+17712 |
2009-03-20 | Fix up minschema after the conversion from JavaScript. | Jelmer Vernooij | 1 | -88/+77 |
2009-03-20 | pyldb: Improve exception message when a list is expected. | Jelmer Vernooij | 1 | -8/+9 |
2009-03-19 | add a versiontest program to print samba_version_string(). | Michael Adam | 2 | -0/+30 |
2009-03-19 | version: fix handling of SAMBA_VERSION_VENDOR_PATCH. | Michael Adam | 1 | -1/+2 |