Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-30 | s3 net: i18n support for net lua | Kai Blin | 1 | -13/+15 | |
2009-07-30 | s3 net: i18n support for net lookup | Kai Blin | 1 | -12/+12 | |
2009-07-30 | s3 net: i18n for net join | Kai Blin | 1 | -6/+8 | |
2009-07-30 | s3 net: i18n support for net idmap | Kai Blin | 1 | -66/+77 | |
2009-07-30 | s3 net: i18n support for net help | Kai Blin | 2 | -22/+25 | |
2009-07-30 | s3 net: Remove uid==0 check from net groupmap | Kai Blin | 1 | -7/+0 | |
2009-07-30 | s3 net: i18n support for net group and net groupmap | Kai Blin | 2 | -139/+174 | |
2009-07-30 | s3 net: i18n support for net file | Kai Blin | 1 | -9/+9 | |
2009-07-30 | s3 net: i18n for net eventlog | Kai Blin | 1 | -24/+32 | |
2009-07-30 | s3 net: i18n support for net dom | Kai Blin | 1 | -32/+32 | |
2009-07-30 | s3 net: i18n support for net conf | Kai Blin | 1 | -120/+123 | |
2009-07-29 | s3 net: i18n support for net cache | Kai Blin | 2 | -68/+70 | |
2009-07-29 | s3 net: i18n for net ads gpo | Kai Blin | 1 | -78/+79 | |
2009-07-29 | s3 net: i18n support for net ads | Kai Blin | 1 | -378/+389 | |
2009-07-29 | s3 net: Initial top level support. | Kai Blin | 2 | -153/+165 | |
2009-07-29 | Fix unqualified "net join" | Volker Lendecke | 1 | -4/+1 | |
Kai, please check! Thanks, Volker | |||||
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 4 | -8/+8 | |
W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy. | |||||
2009-07-27 | s3: net ads user info should print primary group as well (bug #2658) | Kai Blin | 1 | -15/+57 | |
Thanks to Pavel V. Rochnyack <rpv@muma.tusur.ru> for reporting this and offering an initial patch. | |||||
2009-07-25 | Remove a pointless static fstring | Volker Lendecke | 1 | -5/+3 | |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -1/+0 | |
2009-07-22 | Revert "net: Use samba default command line arguments." | Kai Blin | 11 | -137/+209 | |
This reverts commit fb262f79fab00374023e59476e8d05a1015a7041 and related commits c36031778e1983ddb11d3e1fcab35e738dbf94bc 72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b and 38cd0e086f50ce54d88a19aa5a6803469af90489 This change caused more trouble than it solved. We need to do this differently. Reverting so we don't accidently release this. | |||||
2009-07-18 | s3: Fix crsh in net usershare list | Bo Yang | 1 | -0/+1 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-15 | Make gencache more stable | Volker Lendecke | 2 | -0/+25 | |
This provides a compromise between stability and performance: gencache is a persistent database these days that for performance reasons can not use tdb transactions for all writes. This patch splits up gencache into gencache.tdb and gencache_notrans.tdb. gencache_notrans is used with CLEAR_IF_FIRST, writes to it don't use transactions. By default every 5 minutes and when a program exits, all entries from _notrans.tdb are transferred to gencache.tdb in one transaction. | |||||
2009-07-15 | Remove gencache_init/shutdown | Volker Lendecke | 1 | -4/+0 | |
gencache_get/set/del/iterate call gencache_init() internally anyway. And we've been very lazy calling gencache_shutdown, so this seems not really required. | |||||
2009-07-15 | s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ↵ | Bo Yang | 2 | -5/+5 | |
Bo Yang <boyang@samba.org> | |||||
2009-07-15 | s3: Fix double free in net usershare. | Bo Yang | 1 | -28/+4 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-13 | s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytab | Stefan Metzmacher | 1 | -4/+7 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-07-09 | Make escape_ldap_string take a talloc context | Volker Lendecke | 1 | -5/+5 | |
2009-07-08 | s3: Change the share_mode_lock struct to store a base_name and stream_name | Tim Prouty | 1 | -4/+14 | |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 2 | -9/+9 | |
2009-06-19 | Fix coverity #900. Resource leak. | Jeremy Allison | 1 | -0/+5 | |
Jeremy. | |||||
2009-06-19 | Fix coverity #920. Possible NULL deref. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. | |||||
2009-06-19 | Don't require "Modify property" perms to unjoin bug #6481) | Jim McDonough | 1 | -2/+9 | |
"net ads leave" stopped working when "modify properties" permissions were not granted (meaning you had to be allowed to disable the account that you were about to delete). Libnetapi should not delete machine accounts, as this does not happen on win32. The WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag really means "disable" (both in practice and docs). However, to keep the functionality in "net ads leave", we will still try to do the delete. If this fails, we try to do the disable. Additionally, it is possible in windows to not disable or delete the account, but just tell the local machine that it is no longer in the account. libnet can now do this as well. | |||||
2009-06-17 | s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ↵ | David Markey | 1 | -18/+24 | |
rights. David Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-06-17 | s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant". | Günther Deschner | 1 | -10/+14 | |
Guenther | |||||
2009-06-09 | net: Only use the in memory ccache when not already using a kerberos ticket ↵ | Kai Blin | 1 | -1/+2 | |
in net ads | |||||
2009-06-09 | s3-net: fix "net ads testjoin". | Günther Deschner | 1 | -0/+1 | |
This always needs to use machine account credentials. Kai, please check. Guenther | |||||
2009-06-09 | Make "net sam [add|del]mem" work for domain groups | Volker Lendecke | 1 | -0/+24 | |
2009-06-09 | Implement "net sam deletedomaingroup" | Volker Lendecke | 1 | -0/+53 | |
2009-06-08 | Make "net ads listmem" also work for domain groups | Volker Lendecke | 1 | -14/+34 | |
2009-06-08 | Pass a talloc_ctx to pdb_enum_aliasmem | Volker Lendecke | 2 | -2/+4 | |
2009-06-08 | Further fix for 6449 | Volker Lendecke | 1 | -1/+1 | |
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! | |||||
2009-06-08 | Fix a valgrind error in "net rap user add" | Volker Lendecke | 1 | -0/+1 | |
2009-06-08 | Fix bug 6449 | Volker Lendecke | 1 | -1/+1 | |
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! | |||||
2009-06-07 | Add "net sam createdomaingroup" | Volker Lendecke | 1 | -0/+36 | |
2009-06-05 | Fix a couple of warnings in log2pcaphex.c | Volker Lendecke | 1 | -8/+12 | |
2009-06-05 | Fix bug 6392: Exit log2pcaphex if a requested output file can't be opened | Volker Lendecke | 1 | -0/+1 | |
Thanks to Slava Semushin <php-coder@altlinux.org> for reporting! | |||||
2009-06-03 | Fix bug #2356 - smbclient -t <term code> no longer works. | Jeremy Allison | 1 | -2/+0 | |
Removed code and docs. Jeremy. | |||||
2009-05-30 | Make it possible to change machine account sids | Simo Sorce | 1 | -40/+171 | |
Fixes bug #6081 | |||||
2009-05-30 | Remove trailing whitespaces | Simo Sorce | 1 | -20/+20 | |