Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-28 | s3: Remove unused count_all_current_connections() | Volker Lendecke | 3 | -11/+0 | |
2010-02-28 | s3: Fix the CHAIN1 torture test | Volker Lendecke | 1 | -1/+9 | |
I've tried to solve this just within cli_smb_recv(), but I could not find a way to sanely determine when we are receiving the last entry in the chain just from looking at the blob. This solves it in an a bit more brutal way... | |||||
2010-02-28 | tdb: If tdb_parse_record does not find a record, return -1 instead of 0 | Volker Lendecke | 2 | -1/+23 | |
2010-02-28 | s3: Fix but 7145 -- duplicate sam and unix accounts | Volker Lendecke | 2 | -0/+22 | |
For me this survives the TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMR-LARGE-DC LOCAL-NSS-WRAPPER" make test reproducer. Günther, please check! Volker | |||||
2010-02-28 | s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list | Holger Hetterich | 2 | -28/+38 | |
Supports negated arguments in configuration like: full_audit:success = all !readdir !telldir !closedir Update the manpage accordingly. Part of BSO#4025 | |||||
2010-02-27 | s3: Copy the mapping.c license header to mapping.h | Volker Lendecke | 1 | -0/+22 | |
We need some license header there. If this does incorrect copyright attributions, please correct this. | |||||
2010-02-26 | Fix one of the valgrind warnings from bug #6814 - Fixes for problems ↵ | Roel van Meer | 1 | -0/+8 | |
reported by valgrind The timeval passed to event_add_to_select_args() must be initialized as event_add_to_select_args() uses a timeval_min() on this and next_event. | |||||
2010-02-26 | s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest) | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-02-26 | s4:ldb_dn: remove dn->ext_linearized when ext_components is modified. | Stefan Metzmacher | 1 | -3/+4 | |
metze | |||||
2010-02-26 | s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-02-26 | s4:dsdb/schema: fix validation of DNs | Stefan Metzmacher | 1 | -1/+0 | |
ldb_dn_extended_filter() removes all but the listed components, I didn't noticed that when writting the code. Doing a ldb_dn_remove_extended_components(dn2) is wrong. This was hidden by some bugs in the ldb_dn code. metze | |||||
2010-02-26 | s4:provision.zone - fix port of "_ldap._tcp.gc._msdcs" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-02-26 | s4:script/installmisc.sh - install "dns_update_list" to target setup folder | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2010-02-26 | .gitignore - ignore display of "mit_samba.so" | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2010-02-26 | spoolss: fix build and version in spoolss_PrinterInfo0 (aka ↵ | Günther Deschner | 1 | -2/+3 | |
PRINTER_INFO_STRESS). Guenther | |||||
2010-02-26 | spoolss: add spoolss_Build to IDL. | Günther Deschner | 4 | -5/+49 | |
Guenther | |||||
2010-02-26 | s4-winbind: Fixed the memory context of tstream_bsd_existing() | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | s4-ntp: Fixed the memory context of tstream_bsd_existing() | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | s4-kdc: Fixed the memory context of tstream_bsd_existing() | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | s4:dcesrv_samr.c - Remove unused variable | Matthias Dieter Wallnöfer | 1 | -3/+1 | |
2010-02-26 | s4: Winbind allow to behave more correctly when we have more than a few users | Matthieu Patou | 1 | -8/+41 | |
2010-02-26 | s4:python Add bindings to set GENSEC flags on credentials in python | Andrew Bartlett | 2 | -0/+32 | |
This should allow these to be manipulated by python scripts that need encrypted connections. Andrew Bartlett | |||||
2010-02-26 | s3: remove unused schannel_auth_struct. | Günther Deschner | 1 | -6/+0 | |
Guenther | |||||
2010-02-26 | testprogs: print the directory paths as well in spoolss test. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2010-02-26 | libcli/auth: print the error in the debug message | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-02-26 | s4-smb: Migrate named_pipe_server to tsocket. | Andreas Schneider | 2 | -209/+312 | |
This is an improved version of commit 69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0, which was reverted by commit 71c20f703b0c603d6aada63ed5634070a26df052. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | tsocket: Improve the tsocket_address_bsd_sockaddr documentation. | Andreas Schneider | 1 | -1/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | s4:provision: use generate_random_password() | Stefan Metzmacher | 2 | -6/+6 | |
metze | |||||
2010-02-26 | s4:pyglue: add generate_random_password() | Stefan Metzmacher | 1 | -2/+22 | |
metze | |||||
2010-02-26 | s4:torture/rpc: use generate_random_password() | Stefan Metzmacher | 5 | -13/+13 | |
metze | |||||
2010-02-26 | s4:libnet: use generate_random_password() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2010-02-26 | lib/util: add generate_random_password() | Stefan Metzmacher | 2 | -0/+47 | |
metze | |||||
2010-02-26 | devel: get the ownership of the directories right in tmpfs.sh | Andrew Tridgell | 1 | -2/+2 | |
2010-02-26 | s4-provision: fixed use of rndc command from python | Andrew Tridgell | 1 | -1/+1 | |
rndc command is now a list | |||||
2010-02-26 | s4-provision: also create the dns_update_list when running net vampire | Andrew Tridgell | 1 | -0/+10 | |
We need the list when joining a windows domain, so we can automatically maintain the right DNS entries on the Windows DNS server | |||||
2010-02-26 | s4-dns: fixed CNAME automatic DNS updates | Andrew Tridgell | 1 | -1/+1 | |
2010-02-26 | s4-dns: use a loadparm list for samba_runcmd() commands | Andrew Tridgell | 5 | -18/+18 | |
This allows commands with multiple arguments and quoting to be used, while still avoiding running a shell (and this having shell expansion problems) | |||||
2010-02-26 | s4-provision: added dns_update_list | Andrew Tridgell | 1 | -0/+20 | |
This contains the list of DNS names we should have as a DC | |||||
2010-02-26 | s4-provision: setup the dns_update_list at provision time | Andrew Tridgell | 1 | -0/+5 | |
This file is substituted at runtime by samba_dnsupdate | |||||
2010-02-26 | s4-provision: if we aren't doing variable substitution then don't check for vars | Andrew Tridgell | 1 | -1/+1 | |
2010-02-26 | dns: auto-delete incorrect SRV entries for our hostname | Andrew Tridgell | 1 | -8/+15 | |
2010-02-26 | s4-dns: add automatic dynamic DNS updating script | Andrew Tridgell | 1 | -1/+223 | |
This script checks a list of DNS names that we should have, and does dynamic DNS updates using our machine account credentials to add any missing DNS entries. This allows us to correctly add all the DNS entries we need when we join an existing domain as a DC Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-26 | s4-provision: fixed port number for gc ldap DNS SRV entry | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-26 | s4-param: added 'nsupdate command' option, default to /usr/bin/nsupdate -g | Andrew Tridgell | 1 | -0/+4 | |
2010-02-26 | samdb: added get_ntds_GUID() method | Andrew Tridgell | 2 | -0/+39 | |
2010-02-26 | py-samdb: added server_site_name method | Andrew Tridgell | 1 | -0/+3 | |
2010-02-26 | pyglue: added py_samdb_server_site_name() | Andrew Tridgell | 1 | -0/+29 | |
2010-02-26 | py-samdb: added get_invocation_id() method | Andrew Tridgell | 1 | -0/+5 | |
2010-02-26 | pyglue: added py_samdb_ntds_invocation_id() | Andrew Tridgell | 1 | -0/+36 | |
2010-02-26 | pyglue: don't return 127.0.0.0/8 IPs in interface_ips() | Andrew Tridgell | 1 | -5/+18 | |
We don't generally want loopback addresses in the python code |