Age | Commit message (Expand) | Author | Files | Lines |
2009-07-09 | Make escape_ldap_string take a talloc context | Volker Lendecke | 1 | -5/+5 |
2009-06-19 | Don't require "Modify property" perms to unjoin bug #6481) | Jim McDonough | 1 | -2/+9 |
2009-06-09 | net: Only use the in memory ccache when not already using a kerberos ticket i... | Kai Blin | 1 | -1/+2 |
2009-06-09 | s3-net: fix "net ads testjoin". | Günther Deschner | 1 | -0/+1 |
2009-05-25 | net: Use samba default command line arguments. | Kai Blin | 1 | -41/+40 |
2009-04-07 | s3-libads: avoid NULL talloc context with ads_get_dn(). | Günther Deschner | 1 | -4/+4 |
2009-04-06 | s3:libads Make ads_get_dn() take a talloc context | Andrew Bartlett | 1 | -8/+8 |
2009-03-18 | s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL. | Günther Deschner | 1 | -1/+1 |
2009-02-10 | S3: Fixes for coverity issues. | todd stecher | 1 | -1/+9 |
2009-02-03 | s3-net: fix warning message for keytab usage. | Günther Deschner | 1 | -2/+2 |
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes lp_... | Dan Sledz | 1 | -4/+4 |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -7/+28 |
2008-12-13 | s3: correctly detect if the current dc is the closest one | Stefan Metzmacher | 1 | -1/+1 |
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-20 | s3-build: no need to duplicate generated ndr_ prototypes. | Günther Deschner | 1 | -0/+1 |
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 1 | -2/+2 |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -1/+2 |
2008-09-25 | s3-nbt: remove double nbt netlogon opcodes. | Günther Deschner | 1 | -4/+4 |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -4/+4 |
2008-08-11 | libnetjoin: support kerberized joining/unjoing (fix #5416). | Günther Deschner | 1 | -2/+8 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+2 |
2008-06-24 | net ads: Fix typos. | Karolin Seeger | 1 | -2/+2 |
2008-06-13 | net: Fix bug #5542 (samsync contains empty passwords). | Günther Deschner | 1 | -2/+0 |
2008-06-12 | net: Fix net_ads.c build for the HAVE_ADS == 0 case. | Kai Blin | 1 | -1/+1 |
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -14/+14 |
2008-06-10 | net: Make "net ads" use functable3 | Kai Blin | 1 | -214/+512 |
2008-06-04 | net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup". | Günther Deschner | 1 | -2/+7 |
2008-05-20 | net: The top level help function for net cmd is always net_cmd_usage | Kai Blin | 1 | -4/+4 |
2008-05-20 | net: Split out "net group" | Kai Blin | 1 | -1/+1 |
2008-05-20 | net: Split out "net user" | Kai Blin | 1 | -1/+1 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -13/+13 |
2008-05-12 | net ads: Upper case he realm name when calling kinit() using machine creds. | coffeedude | 1 | -0/+1 |
2008-05-10 | Fix the build with DNS_UPDATES | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -175/+176 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -2/+2 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -10/+10 |
2008-04-21 | cldap: add talloc context to ads_cldap_netlogon(). | Günther Deschner | 1 | -2/+2 |
2008-04-21 | libads: Use libnbt for CLDAP reply parsing. | Günther Deschner | 1 | -24/+21 |
2008-04-17 | net: Be more tolerant while joining. | Günther Deschner | 1 | -4/+9 |
2008-04-14 | libnetjoin/net: Fix lp_config_backend_is_registry() handling. | Günther Deschner | 1 | -6/+12 |
2008-04-14 | net: abort when lp_realm is not set in net_ads_leave(). | Günther Deschner | 1 | -0/+5 |
2008-04-14 | net: exit early in net_ads_join() if the domain is not set. | Günther Deschner | 1 | -0/+6 |
2008-04-14 | net: use WERROR for check_ads_config(). | Günther Deschner | 1 | -9/+7 |
2008-04-14 | net: the success of secrets_init is checked by libnetjoin now. | Günther Deschner | 1 | -6/+0 |
2008-03-23 | Fix Coverity ID 480 | Volker Lendecke | 1 | -1/+1 |
2008-03-07 | Enable libnetjoin debugging for now but avoid printing passwords. | Günther Deschner | 1 | -2/+2 |
2008-03-04 | Move talloc_init to the right place in "net ads join". | Günther Deschner | 1 | -6/+6 |
2008-02-28 | Remove original copy of now redundant join code. | Günther Deschner | 1 | -330/+0 |
2008-02-28 | Some fixes for net ads join (uninitialized vars). | Günther Deschner | 1 | -9/+8 |