summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-22Document the dirsort moduleVolker Lendecke1-0/+69
2009-03-22Use StrCaseCmp in the dirsort moduleVolker Lendecke1-1/+1
2009-03-22Add dirsort moduleAndy Kelk3-1/+201
2009-03-22Revert "Add a basic Doxyfile for talloc"Volker Lendecke1-8/+0
This reverts commit f55e84e904173bed8dc9099ad523ca1e7be12355.
2009-03-22Revert "Convert the contents of talloc_guide.txt to doxygen-style talloc.h ↵Volker Lendecke1-1023/+1
comments" This reverts commit d21212c9192b41a3fdc7e96cb9bf0125a1dc6c2d.
2009-03-22Revert "Delete talloc_guide.txt"Volker Lendecke1-0/+694
This reverts commit 3f9c30022a53a37ad829f8882a9a5161fcadda8b.
2009-03-22Revert "Add a default "undocumented" module"Volker Lendecke1-9/+0
This reverts commit ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318.
2009-03-22Revert "Add some initial hook to the front page"Volker Lendecke1-3/+0
This reverts commit cfce2d3611f225244fadf3d27d76371827fd6422.
2009-03-22Revert "Reformatting"Volker Lendecke1-10/+5
This reverts commit db447d0c476699dbf7fa0567c67f5938674ec811.
2009-03-22Revert "Document talloc_pool()"Volker Lendecke1-35/+0
This reverts commit 27944ed7452207ef3c686ff6bcd9c4e1cb7f36d8.
2009-03-22Revert "Add a talloc_internal "module""Volker Lendecke1-9/+0
This reverts commit 02662d56c64f367bffa2febba9a396c15454cfdb.
2009-03-22Revert "Document _talloc"Volker Lendecke1-10/+1
This reverts commit 2ce70d4f5a30973b4cc083dbbb38b519007a31bd.
2009-03-22Revert "Document TALLOC_FREE()"Volker Lendecke1-10/+0
This reverts commit 3f81649b8dcadb3bd424f41d803dbd59f770b9ba.
2009-03-22Revert "Document talloc_parent, talloc_parent_name and talloc_is_parent"Volker Lendecke1-29/+0
This reverts commit 986c2e01cca0be993f1e52d3a27819f4044bfe4b.
2009-03-22Revert "Document talloc_zero_array()"Volker Lendecke1-16/+0
This reverts commit 59dff5745528a3efe585cdeb03e2bedd6b2e404a.
2009-03-21Document talloc_zero_array()Volker Lendecke1-0/+16
2009-03-21Document talloc_parent, talloc_parent_name and talloc_is_parentVolker Lendecke1-0/+29
2009-03-21Document TALLOC_FREE()Volker Lendecke1-0/+10
2009-03-21Document _tallocVolker Lendecke1-1/+10
2009-03-21Add a talloc_internal "module"Volker Lendecke1-0/+9
2009-03-21Document talloc_pool()Volker Lendecke1-0/+35
2009-03-21ReformattingVolker Lendecke1-5/+10
2009-03-21Add some initial hook to the front pageVolker Lendecke1-0/+3
2009-03-21Add a default "undocumented" moduleVolker Lendecke1-0/+9
2009-03-21Delete talloc_guide.txtVolker Lendecke1-694/+0
2009-03-21Convert the contents of talloc_guide.txt to doxygen-style talloc.h commentsVolker Lendecke1-1/+1023
talloc_guide.txt was partly outdated, and as going through talloc.h now shows it was incomplete.
2009-03-21Add a basic Doxyfile for tallocVolker Lendecke1-0/+8
2009-03-21s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher3-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-21selftest/Samba3: always use the same timeout for all serversStefan Metzmacher1-17/+15
metze
2009-03-21s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRINDStefan Metzmacher3-16/+16
metze
2009-03-21s4:smbd: the name of the binary is "samba" nowStefan Metzmacher1-1/+1
metze
2009-03-21socket_wrapper: fix connect() for dgram sockets, if the destination isn't ↵Stefan Metzmacher1-3/+7
there yet metze
2009-03-21s4/provision: Use existing serverrole variable.Matthias Dieter Wallnoefer1-1/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-03-21pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij1-12/+1
it implicitly.
2009-03-21Remove unnecessary duplication of string in memory.Jelmer Vernooij1-5/+16
2009-03-20Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij1-0/+13
2009-03-20Setting nTSecurityDescriptor via LDAP failszahari1-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-20Add more comments.Jelmer Vernooij1-6/+25
2009-03-20s3-spoolss: _spoolss_EnumPrinters level 3 always returns WERR_UNKNOWN_LEVEL.Günther Deschner1-3/+0
Guenther
2009-03-20s3-spoolss: implement enumprinters_level4.Günther Deschner1-1/+24
Guenther
2009-03-20s3-spoolss: implement enumprinters_level5.Günther Deschner1-2/+8
Guenther
2009-03-20s3-spoolss: use enum_all_printers_info_level for level 1 and 2.Günther Deschner1-110/+8
Guenther
2009-03-20s3-spoolss: add enum_all_printers_info_level().Günther Deschner1-0/+77
Guenther
2009-03-20s3-spoolss: apply some const in spoolss server.Günther Deschner3-42/+45
Guenther
2009-03-20s3-rpcclient: allow to set flags in enumprinters command.Günther Deschner1-4/+9
Guenther
2009-03-20Fix uninstallman.Matthias Dieter Wallnoefer1-1/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-03-20selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ↵Stefan Metzmacher1-1/+4
the shell scripts When we kill the timelimit process with SIGKILL, it can't kill its children... metze
2009-03-20s3-netapi: Fix Coverity #774 (REVERSE_INULL).Günther Deschner1-6/+3
Guenther
2009-03-20s3-netapi: Fix Coverity #775 (REVERSE_INULL).Günther Deschner1-6/+3
Guenther
2009-03-20s3-netapi: Fix Coverity #776 (REVERSE_INULL).Günther Deschner1-7/+3
Guenther