Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2009-03-20 | s4:build: include ../libcli/cldap/config.mk | Stefan Metzmacher | 1 | -0/+1 | |
This fixes commit 84a140f18722518eb0f40737085dd3b3958a3a02, sorry! metze | |||||
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 | |
I want to mix this with the server-side sort in particular. Andrew Bartlett | |||||
2009-03-20 | s4: Remove autogenerated attributes from minschema and fullschema output | Andrew Bartlett | 2 | -16/+0 | |
These attributes will be generated by Samba on import, and do not need to be in the schema file. Andrew Bartlett | |||||
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 | |
The conversion from EJS to python I did with Jelmer this morning was not quite complete, due mostly to the difference between print in EJS and python (python implies a newline). Andrew Bartlett | |||||
2009-03-20 | s4:ldb Ensure to pass down options to LDB from python | Andrew Bartlett | 1 | -3/+3 | |
This is needed for things such as to load modules, like the paged_searches module. Andrew Bartlett | |||||
2009-03-20 | s4:ldb Fix the paged_searches module | Andrew Bartlett | 1 | -58/+51 | |
This simplifies the code, removes presumptions about being the only control in the reply, and allows it to function against Windows 2008. For searches which did not require a paged result, the module was simply returning a failure when the compleated search did not include a paged result control. Andrew Bartlett | |||||
2009-03-20 | Merge branch 'master' of git://git.samba.org/samba into minschema | Jelmer Vernooij | 312 | -16985/+17712 | |