Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Guenther | |||||
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 1 | -2/+2 | |
Since it's a function it just sets the local pointer to NULL and basically is an equivalent to free(). It also claims it's being used for callbacks but isn't used that way anywhere. | |||||
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 | |
Guenther | |||||
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-08-11 | libnetjoin: support kerberized joining/unjoing (fix #5416). | Günther Deschner | 1 | -2/+8 | |
Guenther (This used to be commit da6e0f4f375aa533c4c765891c960070478972eb) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+2 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779) | |||||
2008-06-24 | net ads: Fix typos. | Karolin Seeger | 1 | -2/+2 | |
Karolin (This used to be commit 63c1a5146e25e05678d2bef95286add5c95a5f38) | |||||
2008-06-13 | net: Fix bug #5542 (samsync contains empty passwords). | Günther Deschner | 1 | -2/+0 | |
Guenther (cherry picked from commit 1a22e975dd1255f3557c1cd873d877aa35822afc) (This used to be commit ad8392cf7c817ee29a03bc6f515bf1cc18a29eda) | |||||
2008-06-12 | net: Fix net_ads.c build for the HAVE_ADS == 0 case. | Kai Blin | 1 | -1/+1 | |
Thanks to Karolin for catching this one. (This used to be commit 7f52998f5461ed7d976faa2254464336dcf73c02) | |||||
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -14/+14 | |
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) | |||||
2008-06-10 | net: Make "net ads" use functable3 | Kai Blin | 1 | -214/+512 | |
(This used to be commit 64e3dc63966ecf216b354263e4bd5dfd1491abcc) | |||||
2008-06-04 | net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup". | Günther Deschner | 1 | -2/+7 | |
Guenther (This used to be commit 420390ba0ef6b45f18a8fd37974b1fbee0bd1502) | |||||
2008-05-20 | net: The top level help function for net cmd is always net_cmd_usage | Kai Blin | 1 | -4/+4 | |
(This used to be commit f7d0903a58b0b0fc248a613937a101f15baa5311) | |||||
2008-05-20 | net: Split out "net group" | Kai Blin | 1 | -1/+1 | |
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167) | |||||
2008-05-20 | net: Split out "net user" | Kai Blin | 1 | -1/+1 | |
(This used to be commit 4ca08a5acc90c77d56f8f3e38443f23f43f034e8) | |||||
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -13/+13 | |
(This used to be commit a8b567aac3b0e39cfe67fb97167b10312ca5e73a) | |||||
2008-05-12 | net ads: Upper case he realm name when calling kinit() using machine creds. | coffeedude | 1 | -0/+1 | |
Needed fix for the DNS Update option as part of "net ads join" (This used to be commit aebae0b71b427838fdc6344d69d6dea87a5dd58b) | |||||
2008-05-10 | Fix the build with DNS_UPDATES | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 6c9500c290fe0d6d71d4c33eb265906ce3a1d9f3) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -175/+176 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 6f9d5e1cc94bc90685b54c04622b8f3357bd2f69) | |||||
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -10/+10 | |
Guenther (This used to be commit 538eefe22ad69540b9f73ffaa613d6be045de199) | |||||
2008-04-21 | cldap: add talloc context to ads_cldap_netlogon(). | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 4cee7b1bd5cd97c414b73d6f39238958480cdcf3) | |||||
2008-04-21 | libads: Use libnbt for CLDAP reply parsing. | Günther Deschner | 1 | -24/+21 | |
Guenther (This used to be commit 751f3064a508341c0ebae45e8de9f5311d915d70) | |||||
2008-04-17 | net: Be more tolerant while joining. | Günther Deschner | 1 | -4/+9 | |
Guenther (This used to be commit 70b7b331d9e2d915e6209fca5900f41fae4866fd) | |||||
2008-04-14 | libnetjoin/net: Fix lp_config_backend_is_registry() handling. | Günther Deschner | 1 | -6/+12 | |
Thanks obnox, now we can net ads join and net ads leave with zero configuration changes if "config backend = registry". Guenther (This used to be commit 9003881773de787a51ceadcdc2cb1e95f6979763) | |||||
2008-04-14 | net: abort when lp_realm is not set in net_ads_leave(). | Günther Deschner | 1 | -0/+5 | |
Guenther (This used to be commit 53735edcbb059e73c51ae17d4ff75d2a4dee53e5) | |||||
2008-04-14 | net: exit early in net_ads_join() if the domain is not set. | Günther Deschner | 1 | -0/+6 | |
Guenther (This used to be commit 8331fbe735e2bec386ab8fc1645dc371d45d3063) | |||||
2008-04-14 | net: use WERROR for check_ads_config(). | Günther Deschner | 1 | -9/+7 | |
Guenther (This used to be commit 9176057986be63c7ebebb56f7daabbc3883802c5) | |||||
2008-04-14 | net: the success of secrets_init is checked by libnetjoin now. | Günther Deschner | 1 | -6/+0 | |
Guenther (This used to be commit 0a6a5d082426ca82accf18fffa7740683a42cac1) | |||||
2008-03-23 | Fix Coverity ID 480 | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 45677e8694f0e383baa65712faec6a565ec0ce5c) | |||||
2008-03-07 | Enable libnetjoin debugging for now but avoid printing passwords. | Günther Deschner | 1 | -2/+2 | |
The gen_ndr needs proper fixing still. Guenther (This used to be commit 966d7244d7765d285a7026b97e6093fd1f8d83ce) | |||||
2008-03-04 | Move talloc_init to the right place in "net ads join". | Günther Deschner | 1 | -6/+6 | |
Guenther (This used to be commit 8cd07c1fa8f435f7ff3dc79c195da9324fb2452f) | |||||
2008-02-28 | Remove original copy of now redundant join code. | Günther Deschner | 1 | -330/+0 | |
Jerry, I checked this very carefully that nothing got lost. The only thing I need to re-add still is the normalized DN handling for account precreation in "net ads join". Guenther (This used to be commit a5c6347644f2aa138a8e67ffe6c167847df941d0) | |||||
2008-02-28 | Some fixes for net ads join (uninitialized vars). | Günther Deschner | 1 | -9/+8 | |
Guenther (This used to be commit 735235e32bf41a7564ce2d585c1dae187b00bf6b) | |||||
2008-02-28 | Use libnet_Join() for "net ads join". | Günther Deschner | 1 | -150/+33 | |
Guenther (This used to be commit 9a7a2777e4ea1a2b5d7c800af8522b38cf22c511) | |||||
2008-02-28 | Nicen error output in net_ads_leave. | Günther Deschner | 1 | -2/+3 | |
Guenther (This used to be commit b0d1db95e5d7590f9c67be7bf5cb78adfee16635) | |||||
2008-02-28 | Re-arrange dns update block during "net ads join" a little. | Günther Deschner | 1 | -20/+22 | |
Guenther (This used to be commit 5d30e9f9fef98de7764ae53d3cbe659b78ae9fce) | |||||
2008-02-28 | Use libnet_Unjoin() for "net ads leave". | Günther Deschner | 1 | -47/+37 | |
Guenther (This used to be commit 11a19e88e208e09d7590370f2e68aa1df5c89e31) | |||||
2008-02-28 | Some cosmetics for net_derive_salting_principal(). | Günther Deschner | 1 | -3/+1 | |
Guenther (This used to be commit 6f8e83b43085c038bb8fb2500319fed1daf6e4e4) | |||||
2008-02-17 | Fix some more callers of PAC_DATA. | Günther Deschner | 1 | -3/+5 | |
Guenther (This used to be commit ea609d1b0e82d7c366dd73013228003136264b64) | |||||
2008-01-15 | Apply const to rpccli_lsa_query_info_policy() and ↵ | Günther Deschner | 1 | -3/+4 | |
rpccli_lsa_query_info_policy2(). Guenther (This used to be commit 7a3fe68bef7acde9d9f8a7a44ce7e9432f3c5a95) | |||||
2008-01-15 | Fix some warnings -- Jeremy, please check | Volker Lendecke | 1 | -6/+5 | |
(This used to be commit b66ac8567c16f2c35fceceba2f858d5503620309) | |||||
2008-01-10 | Remove unused string. | Günther Deschner | 1 | -3/+0 | |
Guenther (This used to be commit 88d6683872f4bb9c3074280f385f73c7af9de784) | |||||
2008-01-08 | Use ads_get_upn() in net_derive_salting_principal(). | Günther Deschner | 1 | -15/+1 | |
Guenther (This used to be commit a3b348b113f248d2eccffd6073560619a97a2976) | |||||
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -4/+4 | |
them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. (This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05) | |||||
2007-12-04 | The usual !pstring... | Jeremy Allison | 1 | -4/+9 | |
Jeremy. (This used to be commit b676262a781363e7be49b21817668a53cca75c2d) | |||||
2007-11-30 | Move param helper routines to one place. | Günther Deschner | 1 | -14/+0 | |
Guenther (This used to be commit 6bf2c8038c4bc7a52b7f260209ade0bdeb95c685) |